Click here to Skip to main content
15,891,529 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Stopping code during runtime. Pin
MartyK200714-Aug-07 12:28
MartyK200714-Aug-07 12:28 
QuestionAutonumber problem in Access database Pin
progalx14-Aug-07 5:08
progalx14-Aug-07 5:08 
AnswerRe: Autonumber problem in Access database Pin
enmahdi14-Aug-07 19:52
enmahdi14-Aug-07 19:52 
GeneralRe: Autonumber problem in Access database Pin
dcode2515-Aug-07 6:47
dcode2515-Aug-07 6:47 
QuestionRing back tone detection Pin
Kanyungu14-Aug-07 4:16
Kanyungu14-Aug-07 4:16 
AnswerRe: Ring back tone detection Pin
Vasudevan Deepak Kumar14-Aug-07 4:47
Vasudevan Deepak Kumar14-Aug-07 4:47 
Questionhow to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 3:44
eyes200714-Aug-07 3:44 
AnswerRe: how to capture mouse events on shapes or graphic objects Pin
Taylor Kobani14-Aug-07 3:55
Taylor Kobani14-Aug-07 3:55 
depends on the language you use
for vb6
when mouse is down (or clicked) a boolean should be changed to true
while the mouse moves this boolean is true and when the mouse is released (or is clicked again) it should be false.and shapes are object by themselves and you can determine x and y in the event subroutine

But for Vb.Net
you have to make your own region and set the region of a usercontrol or control to that region.
now everything is like vb6







A.E.K

GeneralRe: how to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 4:01
eyes200714-Aug-07 4:01 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
Taylor Kobani14-Aug-07 4:35
Taylor Kobani14-Aug-07 4:35 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 4:49
eyes200714-Aug-07 4:49 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
Richard Blythe14-Aug-07 16:12
Richard Blythe14-Aug-07 16:12 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
eyes200714-Aug-07 19:43
eyes200714-Aug-07 19:43 
GeneralRe: how to capture mouse events on shapes or graphic objects Pin
Richard Blythe15-Aug-07 6:12
Richard Blythe15-Aug-07 6:12 
QuestionHow can i get IP address of my computer using Vb 6.0 Pin
koolprasad200314-Aug-07 1:52
professionalkoolprasad200314-Aug-07 1:52 
AnswerRe: How can i get IP address of my computer using Vb 6.0 Pin
Froz3n14-Aug-07 1:55
Froz3n14-Aug-07 1:55 
GeneralRe: How can i get IP address of my computer using Vb 6.0 Pin
koolprasad200314-Aug-07 2:26
professionalkoolprasad200314-Aug-07 2:26 
GeneralRe: How can i get IP address of my computer using Vb 6.0 Pin
Froz3n14-Aug-07 2:28
Froz3n14-Aug-07 2:28 
GeneralRe: How can i get IP address of my computer using Vb 6.0 Pin
Dave Kreskowiak14-Aug-07 3:12
mveDave Kreskowiak14-Aug-07 3:12 
GeneralRe: How can i get IP address of my computer using Vb 6.0 Pin
Dave Kreskowiak14-Aug-07 3:13
mveDave Kreskowiak14-Aug-07 3:13 
AnswerRe: How can i get IP address of my computer using Vb 6.0 Pin
Taylor Kobani14-Aug-07 3:45
Taylor Kobani14-Aug-07 3:45 
AnswerRe: How can i get IP address of my computer using Vb 6.0 Pin
Vasudevan Deepak Kumar14-Aug-07 5:16
Vasudevan Deepak Kumar14-Aug-07 5:16 
AnswerRe: How can i get IP address of my computer using Vb 6.0 Pin
koolprasad200315-Aug-07 19:46
professionalkoolprasad200315-Aug-07 19:46 
QuestionFormatting Numbers Pin
Froz3n14-Aug-07 1:49
Froz3n14-Aug-07 1:49 
AnswerRe: Formatting Numbers Pin
Tom Deketelaere14-Aug-07 2:10
professionalTom Deketelaere14-Aug-07 2:10 

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.