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

Visual Basic

 
QuestionHow to pass values to Unbound Fields? Pin
Historysheeter13-Jan-09 7:58
Historysheeter13-Jan-09 7:58 
AnswerRe: How to pass values to Unbound Fields? Pin
Dave Kreskowiak13-Jan-09 8:46
mveDave Kreskowiak13-Jan-09 8:46 
AnswerRe: How to pass values to Unbound Fields? Pin
programmervb.netc++14-Jan-09 2:58
programmervb.netc++14-Jan-09 2:58 
QuestionUnable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 6:44
sarfarazaliqureshi13-Jan-09 6:44 
AnswerRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 8:35
Henry Minute13-Jan-09 8:35 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:00
sarfarazaliqureshi13-Jan-09 9:00 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 9:06
Henry Minute13-Jan-09 9:06 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:20
sarfarazaliqureshi13-Jan-09 9:20 
yes I agree you dear that picturebox does not have getpixel property well that problem has solved now I have trouble to perform this code in vb.net
Private Sub UnRGB(ByVal color As System.Drawing.Color, ByRef r As Byte, ByRef g As Byte, ByRef b As Byte)
    r = color And &HFF
    g = (color And &HFF00) \ &H100
    b = (color And &HFF0000) \ &H10000
End Sub

GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Dave Kreskowiak13-Jan-09 10:19
mveDave Kreskowiak13-Jan-09 10:19 
AnswerRe: Unable to Upgrade Vb6 to Vb.net Pin
Dave Kreskowiak13-Jan-09 8:42
mveDave Kreskowiak13-Jan-09 8:42 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:04
sarfarazaliqureshi13-Jan-09 9:04 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 9:08
Henry Minute13-Jan-09 9:08 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:11
sarfarazaliqureshi13-Jan-09 9:11 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 9:25
Henry Minute13-Jan-09 9:25 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:32
sarfarazaliqureshi13-Jan-09 9:32 
QuestionSQL Query Syntax Issue Pin
tcd6713-Jan-09 5:59
tcd6713-Jan-09 5:59 
AnswerRe: SQL Query Syntax Issue Pin
Wendelius13-Jan-09 6:28
mentorWendelius13-Jan-09 6:28 
GeneralRe: SQL Query Syntax Issue Pin
tcd6713-Jan-09 6:46
tcd6713-Jan-09 6:46 
GeneralRe: SQL Query Syntax Issue Pin
Wendelius13-Jan-09 7:24
mentorWendelius13-Jan-09 7:24 
Questionwindows service structure/custom actions Pin
captainmogo13-Jan-09 4:42
captainmogo13-Jan-09 4:42 
AnswerRe: windows service structure/custom actions Pin
Wendelius13-Jan-09 6:40
mentorWendelius13-Jan-09 6:40 
GeneralRe: windows service structure/custom actions Pin
captainmogo13-Jan-09 8:12
captainmogo13-Jan-09 8:12 
GeneralRe: windows service structure/custom actions Pin
Wendelius13-Jan-09 8:57
mentorWendelius13-Jan-09 8:57 
QuestionVBA - Changing a name of a Worksheet Pin
Dalek Dave13-Jan-09 4:16
professionalDalek Dave13-Jan-09 4:16 
AnswerRe: VBA - Changing a name of a Worksheet Pin
Dalek Dave13-Jan-09 4:20
professionalDalek Dave13-Jan-09 4:20 

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.