Click here to Skip to main content
15,926,857 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPlease help Pin
Member 103967023-Sep-02 15:57
Member 103967023-Sep-02 15:57 
GeneralRe: Please help Pin
Nick Parker24-Sep-02 2:46
protectorNick Parker24-Sep-02 2:46 
GeneralBackcolour in VB6 Pin
Sas2808198623-Sep-02 9:52
Sas2808198623-Sep-02 9:52 
GeneralRe: Backcolour in VB6 Pin
Nick Parker23-Sep-02 12:12
protectorNick Parker23-Sep-02 12:12 
GeneralRe: Backcolour in VB6 Pin
Sas280823-Sep-02 21:42
sussSas280823-Sep-02 21:42 
GeneralSelecting text in WebBrowser control Pin
Hans Ruck22-Sep-02 23:00
Hans Ruck22-Sep-02 23:00 
GeneralWant red rectangles: Pin
ns22-Sep-02 3:13
ns22-Sep-02 3:13 
GeneralRe: Want red rectangles: Pin
Nick Parker22-Sep-02 15:53
protectorNick Parker22-Sep-02 15:53 
Try using something like this, I believe it will go one pixel at a time.
Declare Function FloodFill Lib "gdi32" Alias "FloodFill" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long


FloodFill Me.hdc, x, y, vbRed



Nick Parker

So like children pointers should be left to grown ups. - Norm Alomond



GeneralDrawing disappears on modal form Pin
ns22-Sep-02 3:12
ns22-Sep-02 3:12 
GeneralRe: Drawing disappears on modal form Pin
Nick Parker22-Sep-02 16:05
protectorNick Parker22-Sep-02 16:05 
GeneralManaging my own EventLog Pin
sybux200021-Sep-02 22:56
sybux200021-Sep-02 22:56 
Generalshared memory Pin
nss21-Sep-02 2:40
nss21-Sep-02 2:40 
GeneralRe: shared memory Pin
Nick Parker22-Sep-02 16:12
protectorNick Parker22-Sep-02 16:12 
GeneralRe: shared memory Pin
ns24-Sep-02 1:29
ns24-Sep-02 1:29 
GeneralRe: shared memory Pin
Throttles25-Sep-02 10:39
Throttles25-Sep-02 10:39 
QuestionHow do I update methods and properties in VBA? Pin
Member 9620-Sep-02 12:26
Member 9620-Sep-02 12:26 
Generalsendmessage not sending in VB dll: Pin
ns20-Sep-02 12:01
ns20-Sep-02 12:01 
GeneralRe: sendmessage not sending in VB dll: Pin
Matt Philmon20-Sep-02 17:34
Matt Philmon20-Sep-02 17:34 
GeneralRe: sendmessage not sending in VB dll: Pin
nss20-Sep-02 23:49
nss20-Sep-02 23:49 
Generalmodal form and timer Pin
ns20-Sep-02 9:40
ns20-Sep-02 9:40 
GeneralRe: modal form and timer Pin
Nick Parker20-Sep-02 19:42
protectorNick Parker20-Sep-02 19:42 
GeneralWow! It worked!!! Pin
ns21-Sep-02 12:48
ns21-Sep-02 12:48 
Generalpascal Pin
FreJa20-Sep-02 8:55
FreJa20-Sep-02 8:55 
GeneralRe: pascal Pin
Ray Cassick20-Sep-02 10:18
Ray Cassick20-Sep-02 10:18 
Generaltextout wont work! Pin
ns20-Sep-02 7:59
ns20-Sep-02 7:59 

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.