Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: transactions causing exceptions Pin
Dave Kreskowiak17-Aug-04 5:29
mveDave Kreskowiak17-Aug-04 5:29 
GeneralRe: transactions causing exceptions Pin
kowplunk17-Aug-04 10:23
kowplunk17-Aug-04 10:23 
Questionreload datagrid? Pin
Lisana17-Aug-04 4:40
Lisana17-Aug-04 4:40 
Questionrecieving data in a network stream?? Pin
ineedhelp17-Aug-04 0:04
ineedhelp17-Aug-04 0:04 
AnswerRe: recieving data in a network stream?? Pin
Dave Kreskowiak17-Aug-04 4:16
mveDave Kreskowiak17-Aug-04 4:16 
QuestionSlow retrieval of records??? Pin
pry50416-Aug-04 22:07
pry50416-Aug-04 22:07 
GeneralConvert Hex to Decimal Pin
sumiko16-Aug-04 22:02
sumiko16-Aug-04 22:02 
GeneralRe: Convert Hex to Decimal Pin
Dave Kreskowiak17-Aug-04 4:02
mveDave Kreskowiak17-Aug-04 4:02 
Your question is a little vague. Are your trying to add two numbers or is TextBox3 support to have TextBox2 appended to TextBox1, the result showing in Hex in TextBox3 and the Decimal verison in TextBox4?

The code as you posted will append, not add!, TextBox2 to TextBox1 and show the result in TextBox3. The code to convert that result to Decimal and show it in TextBox4 is easy enough:
Text1.Text = Hex(Int(PrintTAZC(1)))
Text2.Text = Hex(Int(PrintTAZC(2)))
Text3.Text = Text1.Text + Text2.Text
Text4.Text = Val( "&H" & Text3.Text )



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Convert Hex to Decimal Pin
sumiko31-Aug-04 21:15
sumiko31-Aug-04 21:15 
QuestionHow to make a service Pin
Murtuza Husain Miyan Patel16-Aug-04 20:27
professionalMurtuza Husain Miyan Patel16-Aug-04 20:27 
AnswerRe: How to make a service Pin
Dave Kreskowiak17-Aug-04 3:42
mveDave Kreskowiak17-Aug-04 3:42 
GeneralRe: How to make a service Pin
Murtuza Husain Miyan Patel17-Aug-04 6:16
professionalMurtuza Husain Miyan Patel17-Aug-04 6:16 
GeneralRe: How to run Vb app as a service Pin
Murtuza Husain Miyan Patel17-Aug-04 6:18
professionalMurtuza Husain Miyan Patel17-Aug-04 6:18 
GeneralRe: How to run Vb app as a service Pin
Dave Kreskowiak18-Aug-04 12:16
mveDave Kreskowiak18-Aug-04 12:16 
GeneralSearching HD for files of type Pin
Kevnar16-Aug-04 17:50
Kevnar16-Aug-04 17:50 
GeneralRe: Searching HD for files of type Pin
S Sansanwal16-Aug-04 18:19
S Sansanwal16-Aug-04 18:19 
GeneralRe: Searching HD for files of type Pin
Kevnar16-Aug-04 18:27
Kevnar16-Aug-04 18:27 
GeneralRe: Searching HD for files of type Pin
S Sansanwal16-Aug-04 18:36
S Sansanwal16-Aug-04 18:36 
GeneralRe: Searching HD for files of type Pin
Anonymous16-Aug-04 18:31
Anonymous16-Aug-04 18:31 
GeneralRe: Searching HD for files of type Pin
Kevnar16-Aug-04 20:22
Kevnar16-Aug-04 20:22 
QuestionReloading a form? Pin
Glisson16-Aug-04 16:28
Glisson16-Aug-04 16:28 
AnswerRe: Reloading a form? Pin
S Sansanwal16-Aug-04 18:07
S Sansanwal16-Aug-04 18:07 
GeneralTrack user clicks in a menu Pin
and_vb16-Aug-04 15:36
and_vb16-Aug-04 15:36 
GeneralRe: Track user clicks in a menu Pin
Dave Kreskowiak16-Aug-04 18:22
mveDave Kreskowiak16-Aug-04 18:22 
GeneralProtection via registry .. need help Pin
AbuFahed16-Aug-04 14:34
AbuFahed16-Aug-04 14:34 

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.