Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Find Function? [modified] Pin
Tyquaun Hunter31-Jul-06 9:27
Tyquaun Hunter31-Jul-06 9:27 
Questionjavasript problem using vb.net Pin
jimsharma31-Jul-06 1:16
jimsharma31-Jul-06 1:16 
AnswerRe: javasript problem using vb.net Pin
Guffa31-Jul-06 3:02
Guffa31-Jul-06 3:02 
Questionhow to check the check box programatically in vb..? Pin
Ron.S31-Jul-06 0:51
Ron.S31-Jul-06 0:51 
AnswerRe: how to check the check box programatically in vb..? [modified] Pin
TDSp31-Jul-06 1:14
TDSp31-Jul-06 1:14 
AnswerRe: how to check the check box programatically in vb..? Pin
Nouvand3-Aug-06 2:20
Nouvand3-Aug-06 2:20 
Questiondecimal to hex Pin
harish13930-Jul-06 23:35
harish13930-Jul-06 23:35 
AnswerRe: decimal to hex Pin
Guffa31-Jul-06 0:46
Guffa31-Jul-06 0:46 
Decimal and hexadecimal are string representation of numbers. Are you really having a string representing the number, or are you just having a plain simple number?

I assume that you don't know what you are talking about Wink | ;) , and that you have a 16 bit number, and want to split it into two 8 bit numbers (bytes):

a = &hfe2 ' the number 4066

b = a div 256 ' will contain the number 15, or &hf
c = a and 255 ' will contain the number 242, or &he2


---
b { font-weight: normal; }

QuestionHow to add MaskedTextBox control to toolbox? Pin
Prodigy20130-Jul-06 20:47
Prodigy20130-Jul-06 20:47 
AnswerRe: How to add MaskedTextBox control to toolbox? Pin
TDSp31-Jul-06 1:00
TDSp31-Jul-06 1:00 
GeneralRe: How to add MaskedTextBox control to toolbox? Pin
Prodigy20131-Jul-06 1:28
Prodigy20131-Jul-06 1:28 
GeneralRe: How to add MaskedTextBox control to toolbox? Pin
TDSp31-Jul-06 3:03
TDSp31-Jul-06 3:03 
QuestionDatagridview missing operand error [modified] Pin
llebron30-Jul-06 16:54
llebron30-Jul-06 16:54 
AnswerRe: Datagridview missing operand error Pin
Dave Sexton31-Jul-06 2:20
Dave Sexton31-Jul-06 2:20 
QuestionMs Access Pin
hoho_d0dol30-Jul-06 9:00
hoho_d0dol30-Jul-06 9:00 
AnswerRe: Ms Access Pin
Christian Graus30-Jul-06 12:42
protectorChristian Graus30-Jul-06 12:42 
GeneralRe: Ms Access Pin
Paul Conrad30-Jul-06 15:43
professionalPaul Conrad30-Jul-06 15:43 
AnswerRe: Ms Access Pin
Tyquaun Hunter31-Jul-06 5:19
Tyquaun Hunter31-Jul-06 5:19 
Questionmessage boxes in ASP .NET forms Pin
ssbelfast30-Jul-06 8:55
ssbelfast30-Jul-06 8:55 
AnswerRe: message boxes in ASP .NET forms Pin
mr_lasseter30-Jul-06 12:06
mr_lasseter30-Jul-06 12:06 
GeneralRe: message boxes in ASP .NET forms Pin
ssbelfast31-Jul-06 4:41
ssbelfast31-Jul-06 4:41 
Questionreading memory from proccess problem! [modified] Pin
TDSp30-Jul-06 8:06
TDSp30-Jul-06 8:06 
AnswerRe: reading memory from proccess problem! Pin
Duncan Edwards Jones30-Jul-06 23:47
professionalDuncan Edwards Jones30-Jul-06 23:47 
GeneralRe: reading memory from proccess problem! Pin
TDSp31-Jul-06 1:13
TDSp31-Jul-06 1:13 
Generalmade a brealthrough, but it doesnt solve my problem :( Pin
TDSp31-Jul-06 3:42
TDSp31-Jul-06 3:42 

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.