Click here to Skip to main content
15,896,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalstring manipultion Pin
SelvaRavi13-Dec-04 0:43
SelvaRavi13-Dec-04 0:43 
GeneralRe: string manipultion Pin
Dave Kreskowiak13-Dec-04 3:53
mveDave Kreskowiak13-Dec-04 3:53 
GeneralRe: string manipultion Pin
kostasvel14-Dec-04 16:25
kostasvel14-Dec-04 16:25 
GeneralError in program Pin
ShayShay12-Dec-04 23:35
ShayShay12-Dec-04 23:35 
GeneralRe: Error in program Pin
Tom John13-Dec-04 0:10
Tom John13-Dec-04 0:10 
GeneralRe: Error in program Pin
Dave Kreskowiak13-Dec-04 3:49
mveDave Kreskowiak13-Dec-04 3:49 
GeneralRe: Error in program Pin
The Man from U.N.C.L.E.13-Dec-04 22:53
The Man from U.N.C.L.E.13-Dec-04 22:53 
GeneralRe: Error in program Pin
JWSantora118-Dec-04 16:42
JWSantora118-Dec-04 16:42 
Shay, you didn't state the exact problem you're having? is it not calculating at all? what happens when you single step? I'm sure you walked through this using F11.

One small suggestion. The first assignment statement Salary = lblResult.Text will blow up if there's not a number in there. And you're assuming VB will do a cast from string to int for you. Always better to cInt the conversion, and wrap all the code in a Try..Catch.

good luck,
john

Generalport access with VB Pin
Simon W Ross12-Dec-04 22:15
Simon W Ross12-Dec-04 22:15 
GeneralRe: port access with VB Pin
Dave Kreskowiak13-Dec-04 3:46
mveDave Kreskowiak13-Dec-04 3:46 
GeneralRe: port access with VB Pin
Simon W Ross13-Dec-04 20:05
Simon W Ross13-Dec-04 20:05 
GeneralRe: port access with VB Pin
Dave Kreskowiak14-Dec-04 5:20
mveDave Kreskowiak14-Dec-04 5:20 
Generalxtended MAPI code...PLs Help Pin
Boominathan12-Dec-04 17:47
Boominathan12-Dec-04 17:47 
GeneralRe: xtended MAPI code...PLs Help Pin
Dave Kreskowiak13-Dec-04 3:43
mveDave Kreskowiak13-Dec-04 3:43 
GeneralRe: xtended MAPI code...PLs Help Pin
Mekong River13-Dec-04 17:24
Mekong River13-Dec-04 17:24 
GeneralApplication.ProductVersion Pin
TonyForgan12-Dec-04 17:31
TonyForgan12-Dec-04 17:31 
GeneralRe: Application.ProductVersion [EDITED] Pin
Dave Kreskowiak13-Dec-04 3:24
mveDave Kreskowiak13-Dec-04 3:24 
Questionadjust height of RptLine at run-time in data report? Pin
jitwadee12-Dec-04 17:03
jitwadee12-Dec-04 17:03 
AnswerRe: adjust height of RptLine at run-time in data report? Pin
Dave Kreskowiak13-Dec-04 3:13
mveDave Kreskowiak13-Dec-04 3:13 
AnswerRe: adjust height of RptLine at run-time in data report? Pin
jitwadee14-Dec-04 15:30
jitwadee14-Dec-04 15:30 
GeneralReferencing an Excel Spreadsheet in VB6 Pin
itsmattdee12-Dec-04 14:22
itsmattdee12-Dec-04 14:22 
GeneralRe: Referencing an Excel Spreadsheet in VB6 Pin
Dave Kreskowiak13-Dec-04 2:07
mveDave Kreskowiak13-Dec-04 2:07 
GeneralRe: Referencing an Excel Spreadsheet in VB6 Pin
itsmattdee13-Dec-04 5:13
itsmattdee13-Dec-04 5:13 
GeneralRe: Referencing an Excel Spreadsheet in VB6 Pin
JWSantora118-Dec-04 17:00
JWSantora118-Dec-04 17:00 
GeneralTAB control change tab order Pin
Mekong River12-Dec-04 14:14
Mekong River12-Dec-04 14:14 

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.