Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
sohaib_a13-Jan-09 21:52
sohaib_a13-Jan-09 21:52 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
dan!sh 13-Jan-09 22:19
professional dan!sh 13-Jan-09 22:19 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
sohaib_a13-Jan-09 23:00
sohaib_a13-Jan-09 23:00 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
dan!sh 15-Jan-09 3:54
professional dan!sh 15-Jan-09 3:54 
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 
Hi
I have some code in vb6 and I am unable to convert into into vb.net can some body help me...

UnRGB picImage.Point(r, c), clrr, clrg, clrb

Private Sub UnRGB(ByVal color As OLE_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


where picimage is the picturebox and clrr,clrg and clrb are the variables for RGB please some one help...
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 
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 

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.