Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score How to change BindingSource ConnectString at runtime
Henrique - 14 May 2010 10:26 AM - 2 messages
Hi I'm using BindingSource componet. In my setting is possible to change ConnectString and in runtime? The variable scope is application. Same one helpe-me? Thanks ...
Score Urgent HELP needed..... After installing, app crashes
AussieRules - 14 May 2010 10:24 AM - 8 messages
Hi, I am able to run my application on my development machine with no problems. When I compile and install the application on the brand new computer, I am unable to start the application as it crashes. To try and work out the problem, i put as the very first line in my main ...
Score Impersonation without passing username and password.
Luft - 13 May 2010 9:33 PM - 3 messages
I have a service running on a server that gives users access to a database through remoting services.  My supervisor wants the server that the service starts to access the database with the user credentials of the user making the request. ...
Score Chars and str.toCharArray
Davej - 13 May 2010 7:01 PM - 4 messages
When is it best to convert a string into a character array? I just need to process some strings but I am concerned and confused by the multi-language UTF stuff and the inability to use "IF c1=c2" to ...
Score Binary files?
Davej - 13 May 2010 5:09 PM - 12 messages
In vb.net express 2008 what are the best methods for reading a binary file? I am doing something wrong with BinaryReader() because I get an exception a short distance into the file. Thanks. ...
Score tab stops.. moving to the next control using code...
AussieRules - 13 May 2010 1:36 PM - 4 messages
I have a number of controls on my form, set with tabindexs and tabstop set to true. My application runs on a touch screen, and I want the focus to move from one control to the other when the user pushed a button. ...
Score How to Lock VBProject Programmatically without SendKeys (Note:- I don't want to Unlock or crack the
K - 13 May 2010 8:55 AM - 4 messages
Hi all, I got macro in which I can Lock VBProject with SendKeys.  But problem with SendKeys that they not work on every User's Computer and Users can see all the hard work which I put to create my macros.  I ...
Score How get path after application published
K - 12 May 2010 9:41 AM - 2 messages
Hi all, I am using Visual Basic 2008.  The below macro works fine when i do test check of my application.  But once i click on publish application and i get setup file and then when i install the ...
Score FileGet() only gets zeroes
Saga - 11 May 2010 7:56 PM - 6 messages
Hello all, I have the code listed below. This *was* working. The binary file has this structure: 2 bytes marker bytes 2 bytes flags 4 bytes 32 bit time stamp 2 bytes x bytes null terminated text string x bytes The Data ...
Score No files selected in openfiledialog
simonc - 11 May 2010 1:46 PM - 2 messages
How can I test for openfiledialog OK clicked without any files being selected? (I'm using it with multiple select as true.) I've tried if openfiledialog1.filenames = nothing then ... and if ubound(openfiledialog1.filenames) = -1 then ... but both these give compile errors. ...
Score making variables
andrews - 11 May 2010 9:18 AM - 6 messages
Hi, I have a question (maybe a stupid one) I have too make some variables like dim matrix5(5,5) as integer dim matrix6(6,6) as integer ...... dim matrix10(10,10) as integer this can be done but I want a shorter way like ...
Score Newsgroup Server Software
Brian Cryer - 11 May 2010 8:37 AM - 6 messages
This might be a long shot, but I'm looking for a C# or VB.Net newsgroup server complete with source code which I can use and customise as the basis for a project I'm contemplating. This would save me considerable time over ...
Score Need to create VB 2008 shortcut...
Alan Mailer - 10 May 2010 1:01 AM - 4 messages
I guess it doesn't get any more basic than this.  I accidently deleted my Visual Basic 2008 Shortcut off my desktop. Now I want to put a VB 2008 back on my desktop.... but I don't know ...
Next » 2 3 4 5 6 7 8 9 10