Click here to Skip to main content
15,896,289 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSms in Vb.net Pin
sadish69-Feb-14 19:59
sadish69-Feb-14 19:59 
AnswerRe: Sms in Vb.net Pin
Chris Quinn9-Feb-14 21:14
Chris Quinn9-Feb-14 21:14 
QuestionSelect statement with checkbox Pin
Gentry_389-Feb-14 17:48
Gentry_389-Feb-14 17:48 
AnswerRe: Select statement with checkbox Pin
Mycroft Holmes9-Feb-14 17:56
professionalMycroft Holmes9-Feb-14 17:56 
GeneralRe: Select statement with checkbox Pin
Gentry_389-Feb-14 18:23
Gentry_389-Feb-14 18:23 
GeneralRe: Select statement with checkbox Pin
Gentry_389-Feb-14 18:29
Gentry_389-Feb-14 18:29 
QuestionEmbed VLC in VB.net 2008 Express Edition Pin
Almas Akhtr9-Feb-14 3:16
Almas Akhtr9-Feb-14 3:16 
AnswerRe: Embed VLC in VB.net 2008 Express Edition Pin
Dave Kreskowiak9-Feb-14 4:57
mveDave Kreskowiak9-Feb-14 4:57 
Try going into your project properties and change the build Target CPU to x86. If your library is 32-bit only (most are!) you cannot compile your code as AnyCPU as that will make your code run as 64-bit on a 64-bit machine and 32-bit on a 32-bit machine.

You cannot mix 32- and 64-bit code in the same process.

Questionlinking multiple tables(3 or more tables) using sql select query in vb6 Pin
Member 102487687-Feb-14 0:32
Member 102487687-Feb-14 0:32 
AnswerRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Dave Kreskowiak7-Feb-14 7:44
mveDave Kreskowiak7-Feb-14 7:44 
AnswerRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Tim Carmichael7-Feb-14 7:53
Tim Carmichael7-Feb-14 7:53 
SuggestionRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Mycroft Holmes8-Feb-14 13:25
professionalMycroft Holmes8-Feb-14 13:25 
GeneralRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
SoMad8-Feb-14 13:53
professionalSoMad8-Feb-14 13:53 
GeneralRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Mycroft Holmes8-Feb-14 16:23
professionalMycroft Holmes8-Feb-14 16:23 
GeneralRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Eddy Vluggen8-Feb-14 23:58
professionalEddy Vluggen8-Feb-14 23:58 
QuestionInsert ComboBox records into SQL table Pin
Gentry_386-Feb-14 12:34
Gentry_386-Feb-14 12:34 
AnswerRe: Insert ComboBox records into SQL table Pin
Richard Deeming7-Feb-14 1:41
mveRichard Deeming7-Feb-14 1:41 
GeneralRe: Insert ComboBox records into SQL table Pin
Gentry_387-Feb-14 10:12
Gentry_387-Feb-14 10:12 
GeneralRe: Insert ComboBox records into SQL table Pin
Richard Deeming7-Feb-14 10:48
mveRichard Deeming7-Feb-14 10:48 
GeneralRe: Insert ComboBox records into SQL table Pin
Gentry_388-Feb-14 10:06
Gentry_388-Feb-14 10:06 
QuestionSavefieldialog and Folderbrowserdialog Pin
Tsunamipudip5-Feb-14 17:51
Tsunamipudip5-Feb-14 17:51 
AnswerRe: Savefieldialog and Folderbrowserdialog Pin
Richard MacCutchan5-Feb-14 22:42
mveRichard MacCutchan5-Feb-14 22:42 
Questionexporting vb6 data from ms access to PDF using sql select query Pin
Member 102487684-Feb-14 20:39
Member 102487684-Feb-14 20:39 
AnswerRe: exporting vb6 data from ms access to PDF using sql select query Pin
Chris Quinn4-Feb-14 20:48
Chris Quinn4-Feb-14 20:48 
GeneralRe: exporting vb6 data from ms access to PDF using sql select query Pin
Member 102487684-Feb-14 21:49
Member 102487684-Feb-14 21:49 

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.