Click here to Skip to main content
15,914,447 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: file not found: cs2.exe Pin
rizaky20117-Jun-12 16:54
rizaky20117-Jun-12 16:54 
GeneralRe: file not found: cs2.exe Pin
Richard MacCutchan7-Jun-12 21:44
mveRichard MacCutchan7-Jun-12 21:44 
GeneralRe: file not found: cs2.exe Pin
rizaky20118-Jun-12 18:26
rizaky20118-Jun-12 18:26 
QuestionDisabling external data connections when opening Excel. Pin
Aaron.Morrison5-Jun-12 14:27
Aaron.Morrison5-Jun-12 14:27 
AnswerRe: Disabling external data connections when opening Excel. Pin
Aaron.Morrison6-Jun-12 13:16
Aaron.Morrison6-Jun-12 13:16 
QuestionUse foreign key constraint with a loop ? Pin
Johan Hakkesteegt5-Jun-12 3:21
Johan Hakkesteegt5-Jun-12 3:21 
AnswerRe: Use foreign key constraint with a loop ? Pin
Paul Conrad5-Jun-12 6:37
professionalPaul Conrad5-Jun-12 6:37 
GeneralRe: Use foreign key constraint with a loop ? Pin
Johan Hakkesteegt5-Jun-12 21:04
Johan Hakkesteegt5-Jun-12 21:04 
AnswerRe: Use foreign key constraint with a loop ? Pin
Dave Kreskowiak5-Jun-12 7:48
mveDave Kreskowiak5-Jun-12 7:48 
GeneralRe: Use foreign key constraint with a loop ? Pin
Johan Hakkesteegt5-Jun-12 20:38
Johan Hakkesteegt5-Jun-12 20:38 
AnswerRe: Use foreign key constraint with a loop ? Pin
woopsydoozy5-Jun-12 7:51
woopsydoozy5-Jun-12 7:51 
GeneralRe: Use foreign key constraint with a loop ? Pin
Johan Hakkesteegt5-Jun-12 20:56
Johan Hakkesteegt5-Jun-12 20:56 
QuestionAVI Display Problem Pin
Dr David Johnson PhD4-Jun-12 9:28
Dr David Johnson PhD4-Jun-12 9:28 
Questionvb2010os dev Pin
Emile the code master3-Jun-12 22:44
Emile the code master3-Jun-12 22:44 
AnswerRe: vb2010os dev Pin
Richard MacCutchan3-Jun-12 23:10
mveRichard MacCutchan3-Jun-12 23:10 
AnswerRe: vb2010os dev Pin
Eddy Vluggen4-Jun-12 0:40
professionalEddy Vluggen4-Jun-12 0:40 
AnswerRe: vb2010os dev Pin
Dave Kreskowiak4-Jun-12 4:08
mveDave Kreskowiak4-Jun-12 4:08 
AnswerRe: vb2010os dev Pin
Paul Conrad4-Jun-12 6:47
professionalPaul Conrad4-Jun-12 6:47 
AnswerRe: vb2010os dev Pin
Luc Pattyn4-Jun-12 7:12
sitebuilderLuc Pattyn4-Jun-12 7:12 
AnswerRe: vb2010os dev Pin
Paul Conrad4-Jun-12 7:16
professionalPaul Conrad4-Jun-12 7:16 
AnswerRe: vb2010os dev Pin
Bert Mitton5-Jun-12 8:00
professionalBert Mitton5-Jun-12 8:00 
QuestionPosting a XML String to a Web Service via VB.NET VS2010 Pin
Member 77438051-Jun-12 12:06
Member 77438051-Jun-12 12:06 
AnswerRe: Posting a XML String to a Web Service via VB.NET VS2010 Pin
Paul Conrad2-Jun-12 8:10
professionalPaul Conrad2-Jun-12 8:10 
AnswerRe: Posting a XML String to a Web Service via VB.NET VS2010 Pin
David Mujica4-Jun-12 3:32
David Mujica4-Jun-12 3:32 
QuestionStructure passing problem Pin
Bret Stern31-May-12 10:23
Bret Stern31-May-12 10:23 
I'm moving from VB6 to VS 2008. And need help with a data
structure problem.

In a Public code module in my VS 2008 project, I defined a structure:
Public structure db_connection
dim connection_string as string
End structure

Then defined a variable as the structure type:
Public db_con as db_connection


When I pass the db_con variable to a sub:

sub db_create_cs(dbc as db_connection)

dbc.connection_string = "some values"
end sub

I expected the db_con.connection_string value
to equal "some values" after the call.

Regards.

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.