Click here to Skip to main content
16,016,263 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: some Components it's location is changing by themselfs vb.net 2005 Pin
kindman_nb14-Jan-07 16:53
kindman_nb14-Jan-07 16:53 
GeneralRe: some Components it's location is changing by themselfs vb.net 2005 Pin
nlarson1115-Jan-07 3:19
nlarson1115-Jan-07 3:19 
GeneralRe: some Components it's location is changing by themselfs vb.net 2005 Pin
kindman_nb15-Jan-07 5:30
kindman_nb15-Jan-07 5:30 
Questionconverting icon to image Pin
gladsmhe13-Jan-07 15:36
gladsmhe13-Jan-07 15:36 
AnswerRe: converting icon to image Pin
Thomas Stockwell13-Jan-07 16:21
professionalThomas Stockwell13-Jan-07 16:21 
QuestionWorking with command line arguments. Pin
japel13-Jan-07 11:08
japel13-Jan-07 11:08 
AnswerRe: Working with command line arguments. Pin
Nader Elshehabi13-Jan-07 11:28
Nader Elshehabi13-Jan-07 11:28 
GeneralRe: Working with command line arguments. Pin
japel13-Jan-07 14:07
japel13-Jan-07 14:07 
In the past I have done this with a getargs sub but why is there a system.environment.getarguments if it is so limited.

It must be how I am implementing it.

This was the way I was doing it.
<br />
    Function GetCMDArgs() As String()<br />
        ' Declare variables.<br />
        Dim separators As String = " "<br />
        Dim commands As String = Microsoft.VisualBasic.Interaction.Command()<br />
        Dim CMDargs() As String = commands.Split(separators.ToCharArray)<br />
        Return CMDargs<br />
    End Function<br />


When people make you see red, be thankful your not colour blind.

Questionhow to change datagridview header color in .net 2005 - windows application Pin
zahra yousefi12-Jan-07 23:52
zahra yousefi12-Jan-07 23:52 
AnswerRe: how to change datagridview header color in .net 2005 - windows application Pin
Nader Elshehabi13-Jan-07 11:22
Nader Elshehabi13-Jan-07 11:22 
QuestionSlow Database Connection Pin
rafikmouses12-Jan-07 23:51
rafikmouses12-Jan-07 23:51 
AnswerRe: Slow Database Connection Pin
Colin Angus Mackay13-Jan-07 9:30
Colin Angus Mackay13-Jan-07 9:30 
Questionwhat is differeence between i.equal(j) and i=j in vb.net? Pin
sathyan_829412-Jan-07 20:55
sathyan_829412-Jan-07 20:55 
QuestionRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
CPallini12-Jan-07 21:36
mveCPallini12-Jan-07 21:36 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
sathyan_829412-Jan-07 21:46
sathyan_829412-Jan-07 21:46 
GeneralRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
CPallini12-Jan-07 22:16
mveCPallini12-Jan-07 22:16 
GeneralRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Colin Angus Mackay13-Jan-07 9:45
Colin Angus Mackay13-Jan-07 9:45 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Thomas Stockwell13-Jan-07 16:27
professionalThomas Stockwell13-Jan-07 16:27 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Guffa13-Jan-07 23:55
Guffa13-Jan-07 23:55 
AnswerRe: what is differeence between i.equal(j) and i=j in vb.net? Pin
Enriad19-Jan-07 14:28
Enriad19-Jan-07 14:28 
QuestionRetrieving Data from Dataset Pin
sdkgolf12-Jan-07 20:11
sdkgolf12-Jan-07 20:11 
AnswerRe: Retrieving Data from Dataset Pin
ObsidianWarrior12-Jan-07 22:19
ObsidianWarrior12-Jan-07 22:19 
QuestionRe: Retrieving Data from Dataset Pin
sdkgolf13-Jan-07 10:46
sdkgolf13-Jan-07 10:46 
AnswerRe: Retrieving Data from Dataset Pin
sdkgolf15-Jan-07 10:21
sdkgolf15-Jan-07 10:21 
QuestionBuffer Size in TCP for HTTPWEBREQUEST Pin
nihonsx512-Jan-07 14:29
nihonsx512-Jan-07 14:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.