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

Visual Basic

 
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 
AnswerRe: Adding to table with variying record count Pin
kjalandoon8-Jul-08 22:16
kjalandoon8-Jul-08 22:16 
what i did was this:
If IsNothing(phone1) Then
phone1 = ""
Else
If tphone1.Trim.Length > 0 And phone1.Trim.Length > 0 Then
p.fAddPhoneNumber(klayentAydi, phone1, tphone1)
End If
End If

If IsNothing(phone2) Then
phone2 = ""
Else
If tphone2.Trim.Length > 0 And phone2.Trim.Length > 0 Then
p.fAddPhoneNumber(klayentAydi, phone2, tphone2)
End If
End If

If IsNothing(phone3) Then
phone3 = ""
Else
If tphone3.Trim.Length > 0 And phone3.Trim.Length > 0 Then
p.fAddPhoneNumber(klayentAydi, phone3, tphone3)
End If
End If

If IsNothing(phone4) Then
phone4 = ""
Else
If tphone4.Trim.Length > 0 And phone4.Trim.Length > 0 Then
p.fAddPhoneNumber(klayentAydi, phone4, tphone4)
End If
End If

basically it one by one checks the controls if there is data then adds it.
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 
AnswerRe: Is there any way(s) to do this? Pin
jzonthemtn24-Jun-08 6:34
jzonthemtn24-Jun-08 6:34 

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.