Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score Problem creating a Bitmap from an IO.FileStream
Nathan Sokalski - 10 Dec 2005 8:29 PM - 8 messages
I am having a problem saving an image with the same name it originally had. I have two similar versions of my code, one in which I close the FileStream used to open the original image before saving, the other in which I close the FileStream afterwards, although both return the same error. Here are the two versions of the code and the errors they each return (NOTE: I rebooted immediately before running each of these versions so that I knew they were run under exactly the same conditions, I think the FileStream gets left open because the error occurs before I can close it): ...
Score .Net 2.0 - Webbrowser control flickering on resize....
Jim Hubbard - 10 Dec 2005 8:14 PM - 6 messages
Has anyone seen a fix for the flickering effect you get when resizing a Webbrowser control? It's really irritating and doesn't make for a professional-looking application. ...
Score Why use AddHandler?
Jim Hubbard - 10 Dec 2005 6:59 PM - 8 messages
What is the reason for using AddHandler as opposed to simply writing the needed code in the event you are adding a handler to? ...
Score numbers of arbitary size
Gilbert Röhrbein - 10 Dec 2005 3:13 PM - 3 messages
Hi coders, I want to calculate big prime numbers. To test if a number is prime i want to use the Miller-Rabin-Algo, but the calculation of "2^x" (for x > 1023) isn't possible with datatypes like "double". The result is simply to big. ...
Score CSS Help
Howard - 10 Dec 2005 9:48 AM - 3 messages
The page layout is made up of 3 div tags. see below. I can't figure out how to get this to work.can't set the widths correctly the right block won't display in IE6 but fine in firefox ...
Score Run after deployment
Smugsboy - 10 Dec 2005 8:51 AM - 3 messages
Hi, I'm looking for a quick way to execute my app immidiately after its deployment completed. I'm deploying my app using VS2003 setup project. Thanks, ...
Score how to send sms messages to mobiles phone through application
yoshitha - 10 Dec 2005 6:39 AM - 2 messages
Hi i've to send SMS message to a mobile phone from Pc (using asp.net application) i dont know which namespaces to include and what requirements i need in order to full fill this requirement ..     Send messages of up to 160 text characters to any South African ...
Score Compacting and Pruning of an assembly(executable)
rawCoder - 10 Dec 2005 6:36 AM - 3 messages
Is there any tool(ideally free:) which compacts and prune an assembly(executable). Dotfuscator does this, but does a lot more as well. NOTE: I am not talking about zipping the executable in some other compressed format. Thanx rawCoder ...
Score Modal Forms
Dmitry Akselrod - 10 Dec 2005 3:58 AM - 5 messages
Hi Everyone, I am working in VB.NET, Framework v.1.0.  I have tons of forms in my application.  I have a situation, where a form starts another form as a Modal Dialog.  The Modal Dialog then possibly starts another form as Modal ...
Score Drawing bitmaps
Mike - 9 Dec 2005 11:56 PM - 3 messages
Hello everybody. I am drawing a country map that consists of 149 municipality bitmaps, each around 25 Kb. I draw it onto the in-memory bitmap, then draw it on the picture box. I use C++, but anyways if I were using the C# the question would be the same. ...
Score merging 2 projects in Visual Studio .NET 2003 (VC++)
Lovens - 9 Dec 2005 9:33 PM - 2 messages
I have 2 projects in VC++ and I was wondering what is the best way to "import" the windows forms from one project to another. thanks in advance... Lovens ...
Score realtime update
Boyd - 9 Dec 2005 8:30 PM - 2 messages
Too many newsgroups. Too many questions. I need advice for developing applications that are either executed in or launched be a browser that display data that is updated from external sources. For example, show a graph that displays the curent wind direction.  As the ...
Score Not able to create crystal report item in VB.net
smitha.kalluparambil - 9 Dec 2005 8:11 PM - 2 messages
I recently purchased VS.net 2005 standard and in the box was a card saying that it included crystal reports (as it always used to) but I cannot find CR in the templates or in the toolbox. Can anyone tell me where I can download ...
Score CR XI and VS 2005
Jon - 9 Dec 2005 7:59 PM - 5 messages
Has anyone gotten CR XI to work with Visual Studio 2005?  I need to use version XI, not the built-in crystal. Thanks Jon ...
Score master page
Howard - 9 Dec 2005 4:58 PM - 6 messages
i have a default.master and default.aspx in default.aspx i would like to access a variable in default.master pageTitle public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //pageTitle= "frist page"; ...
Score Settings file location by version --- WHY???
John J. Hughes II - 9 Dec 2005 4:27 PM - 3 messages
Ok now I guess I am supposed to save my user setting in the new setting file.  Which is placed in the users application directory under the company name based on version number.  I really truly don't understand the logic ...
Score Filter Names With an Asterix
Mike C - 9 Dec 2005 4:26 PM - 3 messages
I have an account list. There's an asterix in the account name if it has closed. For example, Acm* Corp. I don't agree with this design but that's what our company came up with. Anyway, I'm trying to filter out these closed ...
Score Convert doc to pdf without using additional printer
przemekgawron - 9 Dec 2005 2:01 PM - 2 messages
Hello, I'm looking for .NET library that can convert Word 2003 documents into a pdf files but without installing any additional printer. Thanks for any suggestions, Przemek ...
Score Get access to Parameter values off the Stack
Steve Amey - 9 Dec 2005 9:43 AM - 3 messages
Hi all I would like to get the values of Parameters passed to a method from a centralized exception handling routine. At the moment, the exception is passed to the handler, and I can get the stack and find out which methods ...
Score exception inside lock before lock body
Daniel - 9 Dec 2005 1:12 AM - 3 messages
exception inside lock before lock body lock(foo()){bar();} what will happen if foo() throws an exception? will there be a lock on the exception? ...
Score A way to mapping or redirect file call? thanks
davidw - 9 Dec 2005 1:03 AM - 2 messages
I have some files, which don't have suffix, but they are csv or txt file. I want to open them in SQL by using openrowset, but it requires those files with suffix. How can I overcome that? I am thinking a virtual folder, but I ...
Score C# and vb
Stanley - 8 Dec 2005 10:13 PM - 9 messages
I have been using vb in visual studiio (windows programming), but now I am looking at asp. I notice that most of the books I look at use C#. I know booth languages are very similar execept for syntax, but I am more ...
Score Windows Forms Control Hosted in IE
James - 8 Dec 2005 10:09 PM - 6 messages
Hi, I have built a Windows Form Control which is hosted in IE (for our Intranet). The form logs into a Web Service and retrieves information for display. However, because the web service is on a different internal server, we get the error message: "Error in document service. "Request for the ...
Score Dynamic Arrays in ASP.NET?
tjonsek - 8 Dec 2005 9:36 PM - 8 messages
I am converting an ASP page to asp.net. In this application, a user can enter a list of numbers, separated by commas. The relationship involved is 1 to M and I never know how many different numbers the user will ...
Score .NET: Encoding.Convert(...Encoding.Unicode...)
Ma³y Piotruœ - 8 Dec 2005 8:35 PM - 2 messages
Hello, Could you help me please with encoding transformations in .NET? I am beginner. I have some code that nearly works - but I have problem with converting from fileEncoding to Unicode (Strings are in Unicode). Dim fe As Encoding  'fileEncoding ...
Score Debugging DLLs skips breakpoints
Brian Bischof - 8 Dec 2005 7:39 PM - 7 messages
I'm having troubles getting the debugging process to work consistenly for external classes. I got it to work once and then I turned it off. But now I can't get re-enabled. Here is what I'm doing. If someone could tell me what ...
Score ADO.NET Is this current technology?
Mike C - 8 Dec 2005 7:25 PM - 3 messages
I'm sorry if this is a retarded question. I have a book on "Database Access with Visual Basic.NET" that I was going to use to build web pages using visual studio that will communicate with my sql server. I'm just wondering, ...
Score Question about design
Gabriel Lozano-Morán - 8 Dec 2005 7:24 PM - 3 messages
Assume that you have a Document class that you want to persist. Which solution would be better and what are the advantages/disadvantages of each approach? Document doc = new Document(); 1) doc.Persist(PersistType.CsvDelimited); 2) CsvPersister persister = new CsvPersister(Document); ...
Score Uninstall .Net Windows Form Application
Henry Seymour - 8 Dec 2005 6:28 PM - 4 messages
I've developed a .Net Windows Form application and used the Click-Once Deployment. In that application I would like to allow the user a click-once method of uninstalling it. I do not find an uninstall folder for this application. ...
Score Invalid cast
JackO - 8 Dec 2005 5:18 PM - 2 messages
I have a check box on a Web form that I have named “chkBackedUp”.  When I run the application, I receive the following error: Exception Details: System.InvalidCastException: Invalid cast from System.Boolean to System.Byte[]. The code which defines the parameter and assigns the value of the check box ...
Score double buffer in C#
Rain - 8 Dec 2005 3:50 PM - 2 messages
Hello Gurus! I really need this one to finish a module in my thesis. PLease please help me. I need a double buffer class in C# so i can call it and use it anytime i want, the problem is everything ive tried as a class doesnt work.. please please ...
Score Using team foundation server w/other versions of VS2005
Mesan - 8 Dec 2005 2:26 PM - 3 messages
Does anyone know if it's possible to use team foundation server as a SCM backend with non-team system editions of visual studio?  For example, we're planning on getting a copy of Visual Studio 2005 Tools for Office and I'd really love to use team foundation server for source ...
Score Re-Use ByteArray? is that possible? How?
Michael Barrido - 8 Dec 2005 11:20 AM - 7 messages
Greetings I have the following code:         Dim binary_data As Byte() = {&HAA, &HD0, &H15, &HB, &H10, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H56} ...
Score App.Config change doesn't affect My.Settings?
Pieter - 8 Dec 2005 10:47 AM - 3 messages
Hi, I'm using the Settings.settings of VB.NET to define a Connectionstring (Scope = application). When I deploy the Solution, and change this Setting in the app.config-file, it seems that itdoesn't affect the Application at all! It still uses the old value. Are the Settings.Setting hardcoded ...
Score URGENT!! NetworkStream "null reference" problem.
mulham.haffar - 8 Dec 2005 8:16 AM - 2 messages
Hi, im writing an application that uses tcpclient to connect. I have a class which makes the whole network stuff.. As below: Public Class Connections Private Client as tcpclient Private Stream as network stream Public Sub Connect() Client.Connect(..) Stream = Client.GetStream() ...
Score General MSMQ and C# question
Claudia - 8 Dec 2005 4:55 AM - 4 messages
Hi all... I'm working on a project that uses MSMQ as its core for inter-process communication. At the moment there is a single process that listens for inbound TCP-based messages on a socket, and when something is received it ...
Score VS 2005 bug in cut & paste controls?
Rob R. Ainscough - 7 Dec 2005 10:19 PM - 3 messages
I selected 3 controls that were in a Frame control, I "Cut" the controls and then pasted them outside the frame on the form.  Now, when I double on the control (hoping to load the default event for that control WITH my source ...
Score newbie question
Rafael Chemtob - 7 Dec 2005 9:48 PM - 2 messages
hi, i'm new to .net.  i'm getting this error in my app. Line 21:         NameValueCollection nvc = new NameValueCollection(); Line 22:         nvc.Add("@MerchantCouponID", merchantCouponID); ...
Score Code Documentation for .NET 2.0
Pieter Philippaerts - 7 Dec 2005 9:35 PM - 4 messages
Does anyone know a good .NET documentation generation tool (like NDoc, but one that supports .NET 2.0)? Thanks, Pieter Philippaerts ...
Score newbie question
Rafael Chemtob - 7 Dec 2005 9:27 PM - 2 messages
hi, i'm new to .net.  i'm getting this error in my app. Line 21:         NameValueCollection nvc = new NameValueCollection(); Line 22:         nvc.Add("@MerchantCouponID", merchantCouponID); ...
Score VS Studio vs. VB.NET 2003
amber - 7 Dec 2005 9:26 PM - 9 messages
Hello, I use Visual Studio .NET 2003 Professional version at work. I'd like to buy .NET for my home PC. All I use is VB.NET and I'd like to use ASP.NET eventually. What kind of functionality etc will I lose if I simply buy VB.NET 2003 ...
Score Import a form from one project to another
Mattias - 7 Dec 2005 8:55 PM - 2 messages
Hi I have Visual Studio 2005. One question I have not figured out yet...is it possible to import one special form from one special project to another project? Thanks in advance Mattias ...
Score Upgrading VB .net apps to VB .Net 2005
Kyle Slovensky - 7 Dec 2005 8:04 PM - 3 messages
I have some rather large programs written in VB .net.  I've been trying to find some information as to if they need to be upgraded to VB .net 2005 and how that would be done. I've been looking on the MS web site, there is some information on upgrading ...
Score fingerprint
Ben - 7 Dec 2005 7:33 PM - 3 messages
Hi, I need to add fingerprint reading, storing of fingerprints, and printing of fingerprints to a custom application. I do not need to do any fingerprint comparison. Any information will be greatly appreciated. Thanks! Ben ...
Score .pdf files.
Miguel Arenas - 7 Dec 2005 5:05 PM - 2 messages
How can I open .pdf files and print from vb.net 2003? Thanks. ...
Score ADO Parameterized Query
JSheble - 7 Dec 2005 4:18 PM - 3 messages
After building a parameterized ADO query, is there a method or a statement  where you could see the actual query, with the parameterized values  included?? ...
Score Wrapping Text when using MailMessage
Richard - 7 Dec 2005 3:49 PM - 6 messages
Working in asp.net I send out an email using the following Code: Dim cdoMsg As New System.Web.Mail.MailMessage         Dim strEmailBCC As String = ""         strEmailBCC = ...
Score Can can one determine % CPU in use by a spawned process
Jason Kendall - 7 Dec 2005 1:13 PM - 3 messages
I have a task to create an app to rebuild indexes for an ancient program.  The program has an API, but leveraging it requires the app's UI to launch.  OK, that's fine, I can just ignore it... at least it ...
Score Connecting to a SQL server
Antonio - 7 Dec 2005 1:08 PM - 7 messages
Good morning, all. First I want to apologize for the cross-posting, but this is a major part of the project and I would use an advice fastly. I am trying to design a Web app using C# to attach to a SQL server. ...
Score setup project GUI
segal.aviad - 7 Dec 2005 1:03 PM - 3 messages
Hi, I'm trying to create a setup project using .net, but I'd like to design the GUI displayed. Is this possible to achieve through a .net setup project? The dialogs I can see can not be designed as I would like through the UI editor. ...
Score VB.NET Windows Service use Microsoft Application Data Block
ZRexRider - 7 Dec 2005 12:55 PM - 3 messages
I have created a Windows Service in VB.NET.  I want to add Microsoft Application Data Block to the project and am not finding he context sensative menu options that will allow me to add it. This is possible isn't it? ...
Score Impersonation in Web Applications
Prasad Patil - 7 Dec 2005 12:07 PM - 5 messages
Hi, I have a typical scenario, I have web page which tries to list the files on the remote share. When i try to access the remote network path like "\\machinename\folder" using web application cs file it gives access denied ...
Score Many changes to .NET over last 4 years ?
Kevin R - 7 Dec 2005 11:22 AM - 5 messages
Hi All. I am currently studying for MCAD C# and the organization I am studying with have assigned me some online courses to work through as part of my studies. However, one of the courses I have been assigned has not been updated ...
Score auto session check with override
rony_16 - 7 Dec 2005 10:51 AM - 4 messages
hi , i want to override the object session in class page , because i want to check the Session["UserName"] automaticly in WebForm , without writing "if" in evry page . i know that i need to make a new class Lib and inharite from "page" . ...
Score difference between Windows installer 3.0 and 3.1
Hans [DiaGraphIT] - 7 Dec 2005 9:18 AM - 2 messages
Hi! Forgive me if this is the wrong discussion group. I wounder if my windows-application will be able to be installed on a computer with windows installer 3.0.  I don't have the oppertunity to try this out, because on my computer, and others in my network, we all have ...
Score compression question
Lloyd Dupont - 7 Dec 2005 6:52 AM - 3 messages
I'm using #ZipLib to compress some data. I wonder what's better: - 1. produce a big (tar) file (concatenation of multiple stream) and gzip it - 2. gzip all my element str and tar the whole bunch ...
Score Session Expired be4 timeout Plz Help me urgently
net4matrimonials - 7 Dec 2005 5:34 AM - 2 messages
I m using session veriables of asp.net on two websites [link](job site) and [link] (bride/groom service) when i create a session on page A i use codeing session.timeout=180 ...
Score Console application takes forever to access data
Debi - 7 Dec 2005 1:58 AM - 2 messages
Hi, I've created a console application which is scheduled to run every morning to pull out some reports. The data retrieval is through stored procedures which takes a max of 2-3 mins to run. But the console application takes more ...
Score Calling stored procedure with large number of parameters - performance concerns...
Alex - 7 Dec 2005 12:44 AM - 7 messages
Hi... I have a stored procedure that takes in a large number of parameters (around 30) and returns (as output parameters) another 10 or so. At the moment, each parameter is declared, defined and added in my C# code as follows: ...
Score Dual Database Maser Detail Form
KevinM - 7 Dec 2005 12:01 AM - 2 messages
Hello, I am trying to create a windows form in VB.NEt that is based on a maser detail layout (dropdown with a data grid). My problem is that I am using two differnt SQL Server databases for either part of the form, and VS does not ...
Score TreeView CheckBoxes, but not their children.
Justin - 6 Dec 2005 11:45 PM - 5 messages
I'm writing an app in C# .net 2.0.  I want to have a TreeView where the first level of nodes would have check boxes, but their subsequent children would not have check boxes. Is this achievable using the .net controls?  If not, how can I make this ...
Score deployment
dan - 6 Dec 2005 11:02 PM - 2 messages
Hi, i am building a setup project and within i am trying to add a new path to the "path" environment variable, but cant find a way....any help? thx, dan. ...
Score Upgrade Path for VS.NET ?
John A. Bailo - 6 Dec 2005 10:36 PM - 6 messages
I own licenses for VS.NET 2003 Enterprise Architect edition. I see that there are now a reduced number of /flavors/ for VS.NET 2005: -Team -Office -Professional -Standard Which would you think would be the correct upgrade path for VS.NET 2003 ...
Score NET 2.0 ftp, ftps
John A. Bailo - 6 Dec 2005 10:05 PM - 4 messages
Does the .Net 2.0 framework include support for ftp? ftps ( secure ftp )? Are there any samples for implementation? ...
Score Control apperance
John J. Hughes II - 6 Dec 2005 9:58 PM - 4 messages
Why are the buttons, control tab pages, and a few other things different on the GUI interface then when my application is run? For example in the GUI the button have slightly rounded corner and are light gray/white but when the program runs they are dark gray and square.  I don't ...
Score Install .NET Framework 1.1. and 2.0 at the same time
Vi - 6 Dec 2005 9:05 PM - 3 messages
Hi, Is it possible to have installed at the same time .NET Framework 1.1 and ..NET Framework 2.0? If so, is it possible to switch between the two frameworks in Visual Studio ..NET 2003/2005 ? I want to be able to build on the same machine one project ...
Score Several Minor Issues With Final VS2005 Environment
Ben Kim - 6 Dec 2005 8:54 PM - 4 messages
Hello all, We have several minor issues on two different computers with the VS2005 Pro Edition environment: 1.  Getting Started... on the start page is showing SQL 2005 information and not VS 2005 content.  We tried uninstalling and reinstalling. ...
Score HLP: Opening Access DB issues
Mr. B - 6 Dec 2005 8:38 PM - 17 messages
VB.net 2003; MS Access db; Netframe 1.1 I wrote an Windows app for my last place of employment that opened and modified a couple of MS Access db files.  I did most of my programming at home ...
Score Multiple Word documents = Multiple Instances of Word?
Dave - 6 Dec 2005 5:09 PM - 8 messages
Apologies for the newbie question.  I have created a vb.net program for my company that is designed to work with Word Templates (about forty of them that we commonly use) that are selected by the user and populated ...
Score Avoiding redundant storage. Share keyword?
Gregory Gadow - 6 Dec 2005 4:27 PM - 7 messages
In a VB.Net 2.0 project, I have a WizardClass that contains a List (of RuleClass). Each rule needs access to variables within it's parent wizard, so the constructor for RuleClass is New (ByVal Wizard as WizardClass). Each rule then has a property Private Wiz as WizardClass, ...
Score LDAP Search
Serge - 6 Dec 2005 3:30 PM - 2 messages
Good Day Folks, I'm still trying to write a class to do LDAP searches on a Novell eDirectory.  I've yet to see anything that even compiles, this includes samples from MSDN. Amazing.  I appreciate the help I'm getting from ...
Score Moving from Visual Studio 6
Des - 6 Dec 2005 1:39 PM - 6 messages
Hi I want to move from Visual Studio 6 to .net 2003. I am developing from home on a stand alone PC. I need to find out the minimum requirements and have outlined below. I tried this with XP Profesional but could not get .NET to work with ...
Score Problem Opening an Corrupted Excel file
Boomessh - 6 Dec 2005 11:28 AM - 2 messages
Hi,    I am trying to open an existing excel workbook. It pops up an error stating that “Errors were detected in 1598.xls but Microsoft Office Excel was able to open the file by making the repairs listed below. Save the file to make these ...
Score Changing working folder of services
Michael Groeger - 6 Dec 2005 11:16 AM - 3 messages
Hi everybody, I rewrote a component of us so that it is now a service. Unfortunateley the service cannot start, because the third party product relies on expects to be started from a special working folder. My service itself is placed in ...
Score icons and resources
guy - 6 Dec 2005 11:09 AM - 5 messages
i have a resource file and an icon, how do i get the icon into a resource file? (both VS2003 and VS 2005) guy ...
Score Extremely slow web site build in VS 2005
tormod - 6 Dec 2005 8:36 AM - 3 messages
I'm using Visual Studio 2005 professional edition and try to build a web site built in c#. The solution consists of about 20 class library projects and one web site. The web site references the class libraries in the project to ...
Score unzip a file in C#
Jan - 6 Dec 2005 6:08 AM - 4 messages
Hi, Is there a way to unzip a file from C# since I need to download a zip file from the server, unzip it and verify its contents, all through the same program. Thanks in advance, Jan ...
Score ability to unzip a file
Jan - 6 Dec 2005 6:04 AM - 2 messages
Hi, Is there a way to unzip a file in a directory from C#. I need a program to do that since that program copies the file from a server to a local machine, and then has to verify the contents of the unzipped file. ...
Score invisible breakpoint - HELP!
Richy - 6 Dec 2005 1:35 AM - 4 messages
Hi, A while back I put in a conditional break-point in my code, but the break-point is no longer there (I'm pretty sure I removed it myself) but my code keeps falling over when that breakpoint condition arises. ...
Score hiding a db connection string
anonymike - 6 Dec 2005 1:02 AM - 2 messages
Hi, I'm having a problem that I've been working with for the last week, I'm not having any luck, I'm hoping someone can help me.  Anything would be appreciated. I have a setup where we currently use a single sign on to our oracle db ...
Score Word doc in C# Winform IE control doesn't close.
lloyduh234 - 5 Dec 2005 9:54 PM - 6 messages
I need to display and allow the user to print a Word document from within a C# WinForm application. I'm using the ActiveX Browser control. The Word document displays correctly, but remains "locked" after the form and application is closed. If I try to delete the document, the message "File in ...
Score LDAP Search
Serge - 5 Dec 2005 9:14 PM - 2 messages
Good Day Folks, I'm trying to do LDAP searches, on a Novell eDirectory.  I made the change someone suggested, but now I'm getting a differenct error. I have an LDAP class defined as follows ' Contents of LDAPAuthentication.vb ...
Score Retrieve Domain Logon
tjonsek - 5 Dec 2005 8:02 PM - 6 messages
I am trying to pull the user logon info in an application to use as a security stamp when someone completes a function. So far, I am able to retrieve the computer name. This is, however, not what I'm looking for. ...
Score types convertion from C++ API to VB.Net
ThunderMusic - 5 Dec 2005 7:22 PM - 4 messages
Hi, Sorry but this message is a bit long, but I really need your help here. I'm trying to use some API functions that use some trivial types like long pointers to a structure. I just can figure out which type to use in the API ...
Score mojoportal
John A. Bailo - 5 Dec 2005 7:09 PM - 2 messages
This looks like a sweet .net portal: [link] "Welcome to mojoPortal, an Object Oriented web site framework written in C# that runs under ASP.NET on Windows or under mono on GNU/Linux or Mac ...
Score Using SetFocus on a Web Page (VB.NET)
CoTConnie - 5 Dec 2005 5:55 PM - 7 messages
I'm trying to setfocus on a textbox after an error conditions, but the compile insists that 'textbox.setfocus' isn't a valid command.  I'm using all the web page default setting, but am creating it in a FrontPage environment.  ...
Score Conditional start of a service?
Gregory Gadow - 5 Dec 2005 5:49 PM - 3 messages
I am writing a service using VB.NET 2.0. One of the first steps is to retrieve some settings from the registry; I need the activation of the service to halt if these settings are not found. Looking at the generated code, it looks like I should do this ...
Score VB Express 2005 and Windows Services
gv - 5 Dec 2005 5:28 PM - 2 messages
Hi all, Can you create Windows Services in Visual Basic 2005 Express? Where is the template on create new? thanks Gerry ...
Score Problems with socket ReuseAddress option
Bob - 5 Dec 2005 4:55 PM - 2 messages
I am trying to reuse a socket address but I am having problems.  What I am doing is creating a socket, connecting, then getting the LocalEnd point.  I then Disconnect and try to connect again using the same address but I get an ...
Score LDAP search
Serge - 5 Dec 2005 4:52 PM - 2 messages
Good Day Folks, I'm trying to do LDAP searches, on a Novell eDirectory I have an LDAP class defined as follows ' Contents of LDAPAuthentication.vb <script language="VB" runat="server"> Public Class LdapAuthentication     Private _path As String ...
Score VS2005 Walthrough for Crystal Reports Errors
Radman - 5 Dec 2005 1:51 PM - 4 messages
I have installed VS 2005 and dowloaded VS2005 Walkthroughs for Crystal Reports.    I was not able to complete the walkthrough.  The VB Code appears to be incomplete in fact when I tried to build the solution using the example ...
Score Solution file : loading only selected projects
sameer - 5 Dec 2005 1:03 PM - 4 messages
Hi , Visual Studio 2003, VB.NEt my VB.Net solution has 10 project files, 1exe and 10 dlls in it and when i load up the solutions it takes for ever to load up and is pretty slow. Is there any way (like in VB6) that i could have multile solution files having ...
Score Installation problem on 64-bit Windows
laute - 5 Dec 2005 12:58 PM - 2 messages
Could anyone explain me how to install: Visual Studio .NET Enterprise Architect version 2002, March 2002 on Windows XP Professional X64 Edition??? ...
Score Clickonce: show publish version
Steven Spits - 5 Dec 2005 11:47 AM - 3 messages
Hi, Is it possible to show the publish version in a app that is deployed using ClickOnce? Assembly.GetExecutingAssembly().GetName().Version shows the assembly version... Steven - - - ...
Score RichTextBox
Bruce F - 5 Dec 2005 7:06 AM - 2 messages
From a newbie... I want to load text into a RichTextBox one line at a time so that I can change the font color of each line depending on conditions. 1. How to load line by line? 2. How to change font color as each line loads? ...
Score Bind 3rd party DLL to App
Mike TI - 5 Dec 2005 6:37 AM - 2 messages
Dec 5, 2005 I am using some 3rd pary components in my project (VB Net 2005) Is there a way I can bind the dependent DLL files in the application file. Objective: I do not want the end user to know which components I have used. ...
Score Serialize Objects with enumerations
jw56578 - 5 Dec 2005 3:31 AM - 2 messages
I have a public property in an object that is of a Enum type, When i try to deserialze an XML representation of the object for that property it errors out because I have a 1 as integer in that specific ...
Score Applying Themes And Skins .net 2.0 To DropDown (Driving me Crazy. Please Help
kfc1976@yahoo.com - 5 Dec 2005 2:22 AM - 2 messages
Hi All, First of all, following are the facts 1) I've been trying to solve the following issue for the past 8 hours (Not Kidding) 2) If I can't find the answer, It will drive me completely crazy ...
Score Selecting a file in editor changes solution explorer
tascien - 4 Dec 2005 9:53 PM - 4 messages
Is there a way to tell vs.net 2003 the solution explorer not to select a file that i switch to in the editor? It really annoys me. because it opens sub folders, it jumps around, with so many files in my project... ...
Score Detecting a change in a file or directory
Nathan Sokalski - 4 Dec 2005 7:35 PM - 4 messages
I have several pieces of data that I use the HttpApplicationState for, because they rarely change and are used by everyone. When these pieces of data are created, they are created either from several files that rarely change or are a list of the files in a directory that I rarely add or remove ...
Next »