Click here to Skip to main content
15,908,264 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Suggestion about creating a installer of VB application Pin
Dave Kreskowiak9-Jul-12 7:00
mveDave Kreskowiak9-Jul-12 7:00 
GeneralRe: Suggestion about creating a installer of VB application Pin
Student1023013-Jul-12 23:38
Student1023013-Jul-12 23:38 
QuestionList out all menus in vb6 application Pin
ssa20107-Jul-12 21:34
ssa20107-Jul-12 21:34 
AnswerRe: List out all menus in vb6 application Pin
Nick Otten8-Jul-12 20:48
Nick Otten8-Jul-12 20:48 
AnswerRe: List out all menus in vb6 application Pin
ChandraRam8-Jul-12 22:37
ChandraRam8-Jul-12 22:37 
GeneralRe: List out all menus in vb6 application Pin
ssa201016-Jul-12 19:38
ssa201016-Jul-12 19:38 
QuestionVisual Basic Pin
mainshotime7-Jul-12 13:47
mainshotime7-Jul-12 13:47 
AnswerRe: Visual Basic Pin
Wes Aday7-Jul-12 14:35
professionalWes Aday7-Jul-12 14:35 
AnswerRe: Visual Basic Pin
Midnight Ahri8-Jul-12 22:15
Midnight Ahri8-Jul-12 22:15 
AnswerRe: Visual Basic Pin
Eddy Vluggen10-Jul-12 0:59
professionalEddy Vluggen10-Jul-12 0:59 
QuestionOn-Screen Keyboard code Pin
grigorffef6-Jul-12 12:21
grigorffef6-Jul-12 12:21 
AnswerRe: On-Screen Keyboard code Pin
Wes Aday6-Jul-12 14:20
professionalWes Aday6-Jul-12 14:20 
AnswerRe: On-Screen Keyboard code Pin
Midnight Ahri8-Jul-12 22:19
Midnight Ahri8-Jul-12 22:19 
QuestionAnother Lambda Expression Problem Pin
Sonhospa6-Jul-12 8:08
Sonhospa6-Jul-12 8:08 
AnswerRe: Another Lambda Expression Problem Pin
Wayne Gaylard6-Jul-12 21:38
professionalWayne Gaylard6-Jul-12 21:38 
GeneralRe: Another Lambda Expression Problem Pin
Sonhospa8-Jul-12 5:19
Sonhospa8-Jul-12 5:19 
AnswerRe: Another Lambda Expression Problem Pin
Dave Doknjas8-Jul-12 11:15
Dave Doknjas8-Jul-12 11:15 
QuestionLambda Syntax Pin
Sonhospa6-Jul-12 3:06
Sonhospa6-Jul-12 3:06 
AnswerRe: Lambda Syntax Pin
Dave Kreskowiak6-Jul-12 3:43
mveDave Kreskowiak6-Jul-12 3:43 
AnswerRe: Lambda Syntax Pin
Sonhospa6-Jul-12 5:52
Sonhospa6-Jul-12 5:52 
GeneralRe: Lambda Syntax Pin
Dave Kreskowiak6-Jul-12 9:47
mveDave Kreskowiak6-Jul-12 9:47 
Question32 bit to 64 bit Pin
shoniya6-Jul-12 2:13
shoniya6-Jul-12 2:13 
AnswerRe: 32 bit to 64 bit Pin
Wayne Gaylard6-Jul-12 2:56
professionalWayne Gaylard6-Jul-12 2:56 
My guess is that you are using the Microsoft.Jet.OLEDB.4.0 provider to query the database. This does not have a 64 bit alternative, and so the solution is to make sure your application is compiled to run only in 32 bit mode. You can do this by going in to your application properties, then under the build tab, you must select x86 as your platform target, and recompile your app .

Hope this helps
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

QuestionHELP Pin
corperate4-Jul-12 9:34
corperate4-Jul-12 9:34 
AnswerRe: HELP Pin
Paul Conrad4-Jul-12 11:48
professionalPaul Conrad4-Jul-12 11:48 

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.