Click here to Skip to main content
15,881,380 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Filtering DataGridView? Pin
kanchoette30-Jan-09 1:30
kanchoette30-Jan-09 1:30 
GeneralRe: Filtering DataGridView? Pin
Ashfield30-Jan-09 4:21
Ashfield30-Jan-09 4:21 
GeneralRe: Filtering DataGridView? Pin
kanchoette31-Jan-09 1:17
kanchoette31-Jan-09 1:17 
Questionhexadecimal Pin
aswd29-Jan-09 15:23
aswd29-Jan-09 15:23 
AnswerRe: hexadecimal [modified] Pin
dan!sh 29-Jan-09 17:20
professional dan!sh 29-Jan-09 17:20 
GeneralRe: hexadecimal Pin
EliottA29-Jan-09 18:18
EliottA29-Jan-09 18:18 
GeneralRe: hexadecimal Pin
dan!sh 29-Jan-09 18:28
professional dan!sh 29-Jan-09 18:28 
GeneralRe: hexadecimal Pin
aswd29-Jan-09 20:55
aswd29-Jan-09 20:55 
hii!..look at this one.

Function StringToHex(ByVal text As String) As String
Dim hex As String
For i As Integer = 0 To text.Length - 1
hex &= Asc(text.Substring(i, 1)).ToString("x").ToUpper
Next
Return hex
End Function

null referrence exception occured..why?..
plss help me..Frown | :(
AnswerRe: hexadecimal Pin
Guffa31-Jan-09 0:52
Guffa31-Jan-09 0:52 
QuestionReadonly Combobox Pin
ivo7529-Jan-09 10:32
ivo7529-Jan-09 10:32 
AnswerRe: Readonly Combobox Pin
Wendelius29-Jan-09 10:44
mentorWendelius29-Jan-09 10:44 
GeneralRe: Readonly Combobox Pin
ivo7529-Jan-09 10:50
ivo7529-Jan-09 10:50 
GeneralRe: Readonly Combobox Pin
Wendelius29-Jan-09 11:00
mentorWendelius29-Jan-09 11:00 
GeneralRe: Readonly Combobox Pin
ivo7530-Jan-09 1:58
ivo7530-Jan-09 1:58 
QuestionLinq Pin
programmervb.netc++29-Jan-09 9:49
programmervb.netc++29-Jan-09 9:49 
AnswerRe: Linq Pin
johnsontroye29-Jan-09 10:01
johnsontroye29-Jan-09 10:01 
GeneralRe: Linq Pin
programmervb.netc++29-Jan-09 12:18
programmervb.netc++29-Jan-09 12:18 
QuestionBrowser Control Help Pin
bonejack29-Jan-09 7:01
bonejack29-Jan-09 7:01 
AnswerRe: Browser Control Help Pin
Tad McClellan29-Jan-09 17:19
professionalTad McClellan29-Jan-09 17:19 
QuestionUsing Windows Xbox 360 controller with VB.net Pin
the fossil29-Jan-09 5:35
the fossil29-Jan-09 5:35 
AnswerRe: Using Windows Xbox 360 controller with VB.net Pin
Dave Kreskowiak29-Jan-09 18:23
mveDave Kreskowiak29-Jan-09 18:23 
GeneralRe: Using Windows Xbox 360 controller with VB.net Pin
the fossil30-Jan-09 2:30
the fossil30-Jan-09 2:30 
GeneralRe: Using Windows Xbox 360 controller with VB.net Pin
Kulf23-Apr-11 15:02
Kulf23-Apr-11 15:02 
GeneralRe: Using Windows Xbox 360 controller with VB.net Pin
the fossil23-Apr-11 22:12
the fossil23-Apr-11 22:12 
GeneralRe: Using Windows Xbox 360 controller with VB.net Pin
Kulf24-Apr-11 15:08
Kulf24-Apr-11 15:08 

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.