Click here to Skip to main content
15,885,004 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Please Help me in this Pin
Colin Angus Mackay1-May-07 4:08
Colin Angus Mackay1-May-07 4:08 
QuestionAggregation Implementation Pin
VineetRawat30-Apr-07 23:53
VineetRawat30-Apr-07 23:53 
AnswerRe: Aggregation Implementation Pin
Christian Graus1-May-07 2:06
protectorChristian Graus1-May-07 2:06 
Questiondecimal point setting in smart device Pin
laurensia inge30-Apr-07 23:21
laurensia inge30-Apr-07 23:21 
Questionvisual basic Pin
tummala pavan30-Apr-07 22:12
tummala pavan30-Apr-07 22:12 
AnswerRe: visual basic Pin
Christian Graus30-Apr-07 22:22
protectorChristian Graus30-Apr-07 22:22 
Questionis call false?? Pin
alpdoruk30-Apr-07 21:40
alpdoruk30-Apr-07 21:40 
AnswerRe: is call false?? Pin
Christian Graus30-Apr-07 22:21
protectorChristian Graus30-Apr-07 22:21 
I have no idea what you're asking, but this code is incredibly nasty.

Use a switch instead of all these elseifs, assuming there's no other way. And, for goodness sakes, give your checkbox variables meaningful names. If the code for checkbox9 and checkbox8 are the wrong way around here, how would you tell ?

alpdoruk wrote:
forma = TextBox1.Text / 16


If TextBox1 ( there are those variables again ) has a value < 16, the return value will be 0. and so, the result will be 0.

alpdoruk wrote:
Ayarlar.TextBox1.Text * forma


It looks to me like you have a form with public variables ( textboxes ). Don't do that. Expose the strings only if you need to.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: is call false?? Pin
alpdoruk30-Apr-07 22:25
alpdoruk30-Apr-07 22:25 
GeneralRe: is call false?? Pin
Christian Graus30-Apr-07 22:32
protectorChristian Graus30-Apr-07 22:32 
GeneralRe: is call false?? Pin
alpdoruk30-Apr-07 22:37
alpdoruk30-Apr-07 22:37 
GeneralRe: is call false?? Pin
Christian Graus30-Apr-07 22:56
protectorChristian Graus30-Apr-07 22:56 
GeneralRe: is call false?? Pin
Tom John1-May-07 2:10
Tom John1-May-07 2:10 
GeneralRe: is call false?? Pin
alpdoruk1-May-07 3:25
alpdoruk1-May-07 3:25 
GeneralRe: is call false?? Pin
Tom John2-May-07 8:54
Tom John2-May-07 8:54 
GeneralRe: is call false?? Pin
ummoops2-May-07 13:04
ummoops2-May-07 13:04 
QuestionDHTML Editing Control - Table Property's? Pin
TimHot30-Apr-07 21:18
TimHot30-Apr-07 21:18 
AnswerRe: DHTML Editing Control - Table Property's? Pin
Dave Kreskowiak1-May-07 3:50
mveDave Kreskowiak1-May-07 3:50 
GeneralRe: DHTML Editing Control - Table Property's? Pin
TimHot1-May-07 3:59
TimHot1-May-07 3:59 
GeneralRe: DHTML Editing Control - Table Property's? Pin
Dave Kreskowiak1-May-07 4:41
mveDave Kreskowiak1-May-07 4:41 
GeneralRe: DHTML Editing Control - Table Property's? Pin
TimHot3-May-07 3:19
TimHot3-May-07 3:19 
Questionvoice command performer Pin
sanket h modi30-Apr-07 21:02
sanket h modi30-Apr-07 21:02 
AnswerRe: voice command performer Pin
Dave Kreskowiak1-May-07 3:49
mveDave Kreskowiak1-May-07 3:49 
QuestionPop up on right click on the whole application window Pin
x86phre3x30-Apr-07 19:35
x86phre3x30-Apr-07 19:35 
AnswerRe: Pop up on right click on the whole application window Pin
Christian Graus30-Apr-07 21:16
protectorChristian Graus30-Apr-07 21:16 

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.