Click here to Skip to main content
15,888,984 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to deploy windows application in c# or vb Pin
Amit Agarrwal24-Jun-08 20:07
Amit Agarrwal24-Jun-08 20:07 
AnswerRe: how to deploy windows application in c# or vb Pin
Ashfield24-Jun-08 21:08
Ashfield24-Jun-08 21:08 
AnswerRe: how to deploy windows application in c# or vb Pin
Christian Graus24-Jun-08 21:46
protectorChristian Graus24-Jun-08 21:46 
GeneralRe: how to deploy windows application in c# or vb Pin
Amit Agarrwal24-Jun-08 22:35
Amit Agarrwal24-Jun-08 22:35 
GeneralRe: how to deploy windows application in c# or vb Pin
Christian Graus24-Jun-08 23:00
protectorChristian Graus24-Jun-08 23:00 
GeneralRe: how to deploy windows application in c# or vb Pin
led mike8-Jul-08 9:12
led mike8-Jul-08 9:12 
QuestionAdding to table with variying record count [modified] Pin
kjalandoon24-Jun-08 18:37
kjalandoon24-Jun-08 18:37 
AnswerRe: Adding to table with variying record count Pin
Christian Graus24-Jun-08 19:11
protectorChristian Graus24-Jun-08 19:11 
Yes, it's obviously wrong. Assuming that the user can't enter text in just tphone4, for example, you should start by checking 4, and work your way down. Otherwise you only ever store the first number. A better approach is to build a list of numbers from the four textboxes, then work out how many you have.

The other option is to check each pair individually, without the elseif. So, each one that has a pair of values, is stored, that seems the simplest solution. Why would you store phone1 b/c phone4 has a value ?

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: Adding to table with variying record count Pin
kjalandoon8-Jul-08 22:16
kjalandoon8-Jul-08 22:16 
Questionhow to find the most frequently occurring, or repetitive, value in an array Pin
sumit703424-Jun-08 18:28
sumit703424-Jun-08 18:28 
AnswerRe: how to find the most frequently occurring, or repetitive, value in an array Pin
Christian Graus24-Jun-08 19:09
protectorChristian Graus24-Jun-08 19:09 
GeneralRe: how to find the most frequently occurring, or repetitive, value in an array Pin
sumit703424-Jun-08 19:21
sumit703424-Jun-08 19:21 
GeneralRe: how to find the most frequently occurring, or repetitive, value in an array Pin
Christian Graus24-Jun-08 19:28
protectorChristian Graus24-Jun-08 19:28 
AnswerRe: how to find the most frequently occurring, or repetitive, value in an array Pin
C1AllenS24-Jun-08 20:05
C1AllenS24-Jun-08 20:05 
Questionneed help in visual basic.net Pin
Brainne24-Jun-08 16:37
Brainne24-Jun-08 16:37 
AnswerRe: need help in visual basic.net Pin
nishkarsh_k24-Jun-08 18:57
nishkarsh_k24-Jun-08 18:57 
AnswerRe: need help in visual basic.net Pin
Christian Graus24-Jun-08 19:08
protectorChristian Graus24-Jun-08 19:08 
QuestionHow to call RegEx from compiled .DLL Pin
Er2345624-Jun-08 15:55
Er2345624-Jun-08 15:55 
AnswerRe: How to call RegEx from compiled .DLL Pin
Christian Graus24-Jun-08 16:17
protectorChristian Graus24-Jun-08 16:17 
QuestionHow to integrate VB.NET with C++ Pin
boyindie24-Jun-08 8:32
boyindie24-Jun-08 8:32 
AnswerRe: How to integrate VB.NET with C++ Pin
Christian Graus24-Jun-08 11:49
protectorChristian Graus24-Jun-08 11:49 
QuestionDatabase Login window... Pin
CCG324-Jun-08 7:50
CCG324-Jun-08 7:50 
AnswerRe: Database Login window... Pin
Kschuler24-Jun-08 12:11
Kschuler24-Jun-08 12:11 
QuestionHow to call netapi32.dll and extract data from buffer? Sigh... Pin
Jon_Boy24-Jun-08 5:27
Jon_Boy24-Jun-08 5:27 
QuestionIs there any way(s) to do this? Pin
cshong24-Jun-08 3:47
cshong24-Jun-08 3:47 

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.