Click here to Skip to main content
15,922,407 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can i use Overture and Adwords in Vb.net Pin
Hammad Umar28-Dec-04 23:23
sussHammad Umar28-Dec-04 23:23 
QuestionSilent install? Pin
charleslau285528-Dec-04 15:54
charleslau285528-Dec-04 15:54 
QuestionHow to write and display chemical formula or mathematical formula in VB.NET Pin
bangzozo28-Dec-04 15:32
bangzozo28-Dec-04 15:32 
GeneralSQL Statement in vb.net Pin
Mekong River28-Dec-04 13:33
Mekong River28-Dec-04 13:33 
GeneralRe: SQL Statement in vb.net Pin
Mekong River28-Dec-04 14:53
Mekong River28-Dec-04 14:53 
QuestionHow to select a RadioButton? Pin
Matrix100028-Dec-04 13:29
Matrix100028-Dec-04 13:29 
GeneralDisappointed with Graphics Speed Pin
nagajim28-Dec-04 12:05
nagajim28-Dec-04 12:05 
GeneralRe: Disappointed with Graphics Speed Pin
Robert Rohde29-Dec-04 1:26
Robert Rohde29-Dec-04 1:26 
From where does the gphpicbox object come from?
If you draw the image yourself I wouldn't use the picture box control (it is only useful when you let it paint the image itsself). Make your own Control (derive from control or userControl) and override the OnPaint method. Here you can do your drawings (the Graphics object can be retrieved from the eventargs). While the mouse is moving just set the appropriate properties and call YourControl.Invalidate(). That should do it.

Greetings Robert
GeneralVB.NET & ADO - Update & Insert Problems Pin
tinomclaren28-Dec-04 12:01
tinomclaren28-Dec-04 12:01 
GeneralRe: VB.NET & ADO - Update & Insert Problems Pin
Mekong River28-Dec-04 13:46
Mekong River28-Dec-04 13:46 
GeneralZip and Unzip from VB.Net Pin
CharlotteF28-Dec-04 6:19
CharlotteF28-Dec-04 6:19 
GeneralRe: Zip and Unzip from VB.Net Pin
Robert Rohde29-Dec-04 1:32
Robert Rohde29-Dec-04 1:32 
GeneralRe: Zip and Unzip from VB.Net Pin
Dennis C. Dietrich29-Dec-04 9:35
Dennis C. Dietrich29-Dec-04 9:35 
QuestionHow to Call Visual C++ .NET from Visual Basic .NET Pin
Member 161742528-Dec-04 6:05
Member 161742528-Dec-04 6:05 
AnswerRe: How to Call Visual C++ .NET from Visual Basic .NET Pin
Colin Angus Mackay28-Dec-04 13:59
Colin Angus Mackay28-Dec-04 13:59 
GeneralMDI non-child forms Pin
GeneralDisorder28-Dec-04 5:28
GeneralDisorder28-Dec-04 5:28 
Generalvolume and pitch Pin
azam31628-Dec-04 1:47
azam31628-Dec-04 1:47 
GeneralMake graphik with data shape Pin
widhie_prihatna28-Dec-04 1:44
widhie_prihatna28-Dec-04 1:44 
Generaltouch screen (point-of-sales) user interface Pin
StenH28-Dec-04 1:00
StenH28-Dec-04 1:00 
Generalinserting images to imagelist Pin
SelvaRavi28-Dec-04 0:34
SelvaRavi28-Dec-04 0:34 
GeneralImport text files Pin
G-Viking27-Dec-04 23:36
G-Viking27-Dec-04 23:36 
GeneralPopulating Listview with DB information Pin
kobezt0827-Dec-04 18:36
kobezt0827-Dec-04 18:36 
GeneralRe: Populating Listview with DB information Pin
Mekong River27-Dec-04 20:24
Mekong River27-Dec-04 20:24 
General[VB.NET] Paint MainMenu Pin
thesleeper27-Dec-04 15:40
thesleeper27-Dec-04 15:40 
GeneralRe: [VB.NET] Paint MainMenu Pin
David M J29-Dec-04 12:18
David M J29-Dec-04 12:18 

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.