Click here to Skip to main content
15,917,793 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Please Clear my Confusion.. Pin
jzonthemtn29-Jul-08 3:36
jzonthemtn29-Jul-08 3:36 
AnswerRe: Please Clear my Confusion.. Pin
Mycroft Holmes29-Jul-08 19:11
professionalMycroft Holmes29-Jul-08 19:11 
GeneralRe: Please Clear my Confusion.. Pin
jzonthemtn30-Jul-08 4:29
jzonthemtn30-Jul-08 4:29 
AnswerRe: Please Clear my Confusion.. Pin
Vimalsoft(Pty) Ltd29-Jul-08 23:07
professionalVimalsoft(Pty) Ltd29-Jul-08 23:07 
QuestionHow I can Change the Regional and Language setting from my VB Application. Pin
Member 439237329-Jul-08 2:57
Member 439237329-Jul-08 2:57 
AnswerRe: How I can Change the Regional and Language setting from my VB Application. Pin
Luc Pattyn29-Jul-08 3:38
sitebuilderLuc Pattyn29-Jul-08 3:38 
AnswerRe: How I can Change the Regional and Language setting from my VB Application. Pin
jzonthemtn29-Jul-08 3:39
jzonthemtn29-Jul-08 3:39 
Questioncursorpos not working in visual studio express 2008 Pin
mahadevan290529-Jul-08 2:41
mahadevan290529-Jul-08 2:41 
Dear Gurus,

I am trying to write an application to manipulate Publisher 2003 usign VB 2008.

Please find below my calling code in the module,

Module Module1
Declare Function GetCusorPos Lib "user32" Alias "GetCursorPos" (ByVal lppoint As Pnt) As Boolean

End Module

and here the declaration of structure Pnt,

Public Structure Pnt
Dim Ptx As Integer
Dim Pty As Integer

End Structure

The actual lines of calling code
' Stoploop declared as boolean at beginning
Dim Po As Pnt
Po = New Pnt

StopLoop = True

While StopLoop
GetCusorPos(Po)
tbMouseX.Text = Po.Ptx
tbMouseY.Text = Po.Pty
System.Windows.Forms.Application.DoEvents()


End While

actually there are two textboxes which will receive the input.

The error is

Initially, cannot find an entry point in DLL

Later, the values of Ptx and Pty are zero.

Please guide me what i have done wrong and for the past two days i am searching on and on... Thanks in advance.
AnswerRe: cursorpos not working in visual studio express 2008 Pin
Luc Pattyn29-Jul-08 3:45
sitebuilderLuc Pattyn29-Jul-08 3:45 
QuestionRe: cursorpos not working in visual studio express 2008 Pin
mahadevan290529-Jul-08 4:30
mahadevan290529-Jul-08 4:30 
QuestionCard Reader in Vb.net Pin
rajeshmohan29-Jul-08 2:36
rajeshmohan29-Jul-08 2:36 
AnswerRe: Card Reader in Vb.net Pin
jzonthemtn29-Jul-08 4:28
jzonthemtn29-Jul-08 4:28 
GeneralRe: Card Reader in Vb.net Pin
rajeshmohan30-Jul-08 0:04
rajeshmohan30-Jul-08 0:04 
Questionload menu dyanamically Pin
Ebube29-Jul-08 2:26
Ebube29-Jul-08 2:26 
AnswerRe: load menu dyanamically Pin
jzonthemtn29-Jul-08 4:25
jzonthemtn29-Jul-08 4:25 
Question[Message Deleted] Pin
AJAYWVK8729-Jul-08 1:15
AJAYWVK8729-Jul-08 1:15 
AnswerRe: SMTP in vb 6.0 Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:34
professionalVimalsoft(Pty) Ltd29-Jul-08 1:34 
QuestionHi folks Pin
Matthew Leggett29-Jul-08 0:51
Matthew Leggett29-Jul-08 0:51 
AnswerRe: Hi folks Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:36
professionalVimalsoft(Pty) Ltd29-Jul-08 1:36 
GeneralRe: Hi folks Pin
jzonthemtn29-Jul-08 1:50
jzonthemtn29-Jul-08 1:50 
GeneralRe: Hi folks Pin
Matthew Leggett29-Jul-08 2:03
Matthew Leggett29-Jul-08 2:03 
GeneralRe: Hi folks Pin
jzonthemtn29-Jul-08 3:32
jzonthemtn29-Jul-08 3:32 
GeneralRe: Hi folks Pin
AJAYWVK8729-Jul-08 4:42
AJAYWVK8729-Jul-08 4:42 
QuestionCrystal report 8.5 with vb 6.0 Pin
AJAYWVK8729-Jul-08 0:32
AJAYWVK8729-Jul-08 0:32 
AnswerRe: Crystal report 8.5 with vb 6.0 Pin
Vimalsoft(Pty) Ltd29-Jul-08 1:40
professionalVimalsoft(Pty) Ltd29-Jul-08 1:40 

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.