Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Update a database structure according to a model Pin
Richard Deeming30-Jan-15 1:26
mveRichard Deeming30-Jan-15 1:26 
GeneralRe: Update a database structure according to a model Pin
dilkonika30-Jan-15 18:07
dilkonika30-Jan-15 18:07 
AnswerRe: Update a database structure according to a model Pin
Mycroft Holmes30-Jan-15 13:44
professionalMycroft Holmes30-Jan-15 13:44 
GeneralRe: Update a database structure according to a model Pin
dilkonika30-Jan-15 18:16
dilkonika30-Jan-15 18:16 
GeneralRe: Update a database structure according to a model Pin
Mycroft Holmes31-Jan-15 21:09
professionalMycroft Holmes31-Jan-15 21:09 
GeneralRe: Update a database structure according to a model Pin
dilkonika2-Feb-15 4:35
dilkonika2-Feb-15 4:35 
GeneralRe: Update a database structure according to a model Pin
Mycroft Holmes2-Feb-15 11:44
professionalMycroft Holmes2-Feb-15 11:44 
QuestionVB.Net programming Pin
John Schlaff28-Jan-15 16:26
John Schlaff28-Jan-15 16:26 
I have just added functionality through a 3rd party API to a large programming project of mine. The 3rd party API requires me to set the target CPU to 64 bit for it to work on my machine.

So far so good. The section of the program which uses the API is working like a charm.

But here's the problem. Previously I was relying on API calls to SetCursorPos in another, previously totally functional part of the program. Those API calls no longer work as expected and the cursor is placed in bizarre locations when I try to call that after a 64 bit compile. If I set the target CPU back to x86 or AnyCPU, SetCursorPos works like a charm again -- but not the new 3rd party API based stuff.

I've gone searching and have found hints of other people having problems with the functionality of SetCursorPos on a x64 targeted compile, but haven't yet found any good workarounds. Thoughts?

Thanks in advance,

Frustrated in KTown
AnswerRe: VB.Net programming Pin
Richard Deeming29-Jan-15 1:02
mveRichard Deeming29-Jan-15 1:02 
QuestionShellExecute problem Pin
AccessDeveloper28-Jan-15 6:52
AccessDeveloper28-Jan-15 6:52 
QuestionRe: ShellExecute problem Pin
jkirkerx28-Jan-15 8:13
professionaljkirkerx28-Jan-15 8:13 
AnswerRe: ShellExecute problem Pin
AccessDeveloper29-Jan-15 6:45
AccessDeveloper29-Jan-15 6:45 
GeneralRe: ShellExecute problem Pin
jkirkerx29-Jan-15 7:54
professionaljkirkerx29-Jan-15 7:54 
QuestionStringBuilder Pin
KukuhSP28-Jan-15 2:52
KukuhSP28-Jan-15 2:52 
AnswerRe: StringBuilder Pin
Richard MacCutchan28-Jan-15 4:26
mveRichard MacCutchan28-Jan-15 4:26 
GeneralRe: StringBuilder Pin
KukuhSP28-Jan-15 5:16
KukuhSP28-Jan-15 5:16 
GeneralRe: StringBuilder Pin
Richard MacCutchan28-Jan-15 5:27
mveRichard MacCutchan28-Jan-15 5:27 
GeneralRe: StringBuilder Pin
KukuhSP3-Feb-15 5:25
KukuhSP3-Feb-15 5:25 
GeneralRe: StringBuilder Pin
Richard MacCutchan3-Feb-15 6:44
mveRichard MacCutchan3-Feb-15 6:44 
QuestionIp Camera in VB6 Pin
Member 1140477026-Jan-15 21:02
Member 1140477026-Jan-15 21:02 
AnswerRe: Ip Camera in VB6 Pin
Simon_Whale26-Jan-15 22:02
Simon_Whale26-Jan-15 22:02 
GeneralRe: Ip Camera in VB6 Pin
Member 1140477026-Jan-15 22:33
Member 1140477026-Jan-15 22:33 
GeneralRe: Ip Camera in VB6 Pin
Member 1140477027-Jan-15 3:47
Member 1140477027-Jan-15 3:47 
GeneralRe: Ip Camera in VB6 Pin
Simon_Whale27-Jan-15 4:30
Simon_Whale27-Jan-15 4:30 
GeneralRe: Ip Camera in VB6 Pin
Member 1140477027-Jan-15 7:11
Member 1140477027-Jan-15 7:11 

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.