Click here to Skip to main content
15,914,070 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCustom data types in vb.net Pin
PatrickGoettert28-Sep-04 16:24
PatrickGoettert28-Sep-04 16:24 
GeneralForms and controls are vertically stretched with foreign language Windows Pin
wleong_lws28-Sep-04 13:15
wleong_lws28-Sep-04 13:15 
QuestionOutlook sync component? Pin
cmkWildsky28-Sep-04 11:56
cmkWildsky28-Sep-04 11:56 
GeneralRe: dropping module into application Pin
Dave Kreskowiak28-Sep-04 9:40
mveDave Kreskowiak28-Sep-04 9:40 
Generalimage's read pixel with VB6 Pin
2ndhandcomputer28-Sep-04 7:22
2ndhandcomputer28-Sep-04 7:22 
GeneralRe: image's read pixel with VB6 Pin
Jose Cezar S. Ynion28-Sep-04 20:33
Jose Cezar S. Ynion28-Sep-04 20:33 
GeneralRe: image's read pixel with VB6 Pin
2ndhandcomputer29-Sep-04 7:55
2ndhandcomputer29-Sep-04 7:55 
GeneralRe: image's read pixel with VB6 Pin
Jose Cezar S. Ynion29-Sep-04 16:39
Jose Cezar S. Ynion29-Sep-04 16:39 
GetPixel is an API. You can declare this at the top of your code

Private Declare Function GetPixel Lib "gdi32" _
(ByVal hDC As Long, _
ByVal x As Long, _
ByVal y As Long) As Long

hDC is a device context handle, needed when working a display or printer. This can be compared to HWND when your are working with window object, one use of HDC on the other hand is for drawing.
GeneralSaving modified fields Pin
mtone28-Sep-04 4:55
mtone28-Sep-04 4:55 
QuestionHow do you draw outside of your Form?? Pin
RichiLloyd28-Sep-04 4:34
RichiLloyd28-Sep-04 4:34 
GeneralHTML Parser Pin
wmeurer28-Sep-04 3:31
wmeurer28-Sep-04 3:31 
Generalproblem in working with childforms in vb.net Pin
Mohan G28-Sep-04 3:10
Mohan G28-Sep-04 3:10 
GeneralRe: problem in working with childforms in vb.net Pin
Dave Kreskowiak28-Sep-04 3:26
mveDave Kreskowiak28-Sep-04 3:26 
GeneralRe: problem in working with childforms in vb.net Pin
Anonymous29-Sep-04 5:25
Anonymous29-Sep-04 5:25 
Generalseperate string Pin
macmac3828-Sep-04 2:36
macmac3828-Sep-04 2:36 
GeneralRe: seperate string Pin
Jim Matthews28-Sep-04 3:36
Jim Matthews28-Sep-04 3:36 
GeneralRe: seperate string Pin
macmac3828-Sep-04 3:48
macmac3828-Sep-04 3:48 
GeneralRe: seperate string Pin
macmac3828-Sep-04 4:01
macmac3828-Sep-04 4:01 
GeneralRe: seperate string Pin
Jim Matthews28-Sep-04 6:14
Jim Matthews28-Sep-04 6:14 
GeneralRe: seperate string Pin
Nick Seng28-Sep-04 16:11
Nick Seng28-Sep-04 16:11 
GeneralRe: seperate string Pin
macmac3828-Sep-04 23:12
macmac3828-Sep-04 23:12 
GeneralRe: seperate string Pin
Nick Seng28-Sep-04 23:39
Nick Seng28-Sep-04 23:39 
GeneralRe: seperate string Pin
macmac3829-Sep-04 0:03
macmac3829-Sep-04 0:03 
Generaldrag drop file. urgent!! Pin
ekoprasetio28-Sep-04 1:58
ekoprasetio28-Sep-04 1:58 
GeneralSystem.Drawing.Color->System.UInt32 Pin
El'Cachubrey28-Sep-04 1:10
El'Cachubrey28-Sep-04 1: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.