Click here to Skip to main content
15,923,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.Net on MacOSX with Mono Pin
ryan11728-Oct-07 22:13
ryan11728-Oct-07 22:13 
GeneralSQL Express Backup Automated Pin
Darcy J Williamson27-Oct-07 9:33
Darcy J Williamson27-Oct-07 9:33 
GeneralRe: SQL Express Backup Automated Pin
Hesham Amin27-Oct-07 10:26
Hesham Amin27-Oct-07 10:26 
GeneralRe: SQL Express Backup Automated Pin
Paul Conrad27-Oct-07 13:04
professionalPaul Conrad27-Oct-07 13:04 
GeneralRe: SQL Express Backup Automated Pin
Darcy J Williamson27-Oct-07 14:11
Darcy J Williamson27-Oct-07 14:11 
QuestionBeginner needs help with VB6 / VB.NET Pin
a youda27-Oct-07 9:21
a youda27-Oct-07 9:21 
AnswerRe: Beginner needs help with VB6 / VB.NET Pin
Paul Conrad27-Oct-07 13:04
professionalPaul Conrad27-Oct-07 13:04 
AnswerRe: Beginner needs help with VB6 / VB.NET Pin
MikeMarq27-Oct-07 17:24
MikeMarq27-Oct-07 17:24 
Probably the best place to look for examples would be the manufacturers website. I took a quick look at it and they have a forum where you can ask questions. You could try google but many of the examples are probably not going to be usefull if they are not for your particular package since they won't be using the phidgets api.

Speaking as a self taught programmer myself, here would be my advice. I would say that trying to learn by osmosis (looking at code examples) is not the best way, you need to learn a few basic concepts which I will list below. Most of these basic elements will occur in any program regardless of what it does. The thing that differentiates programs is less the basic elements you use but rather how they are combined. I would advise going to the library and getting a vb book or at least looking up these terms on the internet.

1) What are variables and arrays and what is variable scope?

2) What are subs/functions/methods and events? What are arguments/parameters? What is the difference between passing by value and passing by reference?

3) What are conditional statements (ie if then else elseif ect...)

4) What are loops (both for next and do loops)?

5) What do the commands NOT, AND, OR, and XOR mean?

6) How to write mathmatical expressions and how to write strings?

7) What are modules?

Finally you need to learn how to use the program itself, how to drop controls onto a form, and sometimes overlooked how to use the debugging tools (ie breakpoints, stepping through ect...)

There are many other items I could have added but those are definately the most important commands and are central to virtually every program. Once you learn them you should be able to write some simple programs and understand alot of the code and documentation that comes with your kit.

One last thing; although vb6 may be a tad easier to use it is going to be harder to find code examples for it because it was replaced by vb.net some years ago, you might want to consider switching. If you do you can download the express version for free off microsoft's website.
AnswerRe: Beginner needs help with VB6 / VB.NET Pin
DaveX8627-Oct-07 20:33
DaveX8627-Oct-07 20:33 
QuestionTo create page turn effect Pin
bapu288927-Oct-07 8:46
bapu288927-Oct-07 8:46 
AnswerRe: To create page turn effect Pin
Paul Conrad27-Oct-07 13:05
professionalPaul Conrad27-Oct-07 13:05 
GeneralRe: To create page turn effect Pin
bapu288927-Oct-07 22:34
bapu288927-Oct-07 22:34 
GeneralRe: To create page turn effect Pin
Paul Conrad28-Oct-07 6:20
professionalPaul Conrad28-Oct-07 6:20 
GeneralRe: To create page turn effect Pin
bapu288928-Oct-07 6:59
bapu288928-Oct-07 6:59 
QuestionSmall Problem with File System Watcher Pin
LloydA11127-Oct-07 3:50
LloydA11127-Oct-07 3:50 
AnswerRe: Small Problem with File System Watcher Pin
Luc Pattyn27-Oct-07 4:15
sitebuilderLuc Pattyn27-Oct-07 4:15 
GeneralRe: Small Problem with File System Watcher Pin
LloydA1112-Nov-07 11:50
LloydA1112-Nov-07 11:50 
GeneralRe: Small Problem with File System Watcher Pin
Luc Pattyn2-Nov-07 12:46
sitebuilderLuc Pattyn2-Nov-07 12:46 
QuestionPrinting calculated amount in words in Crystal Report 8.0 Pin
Kiran S. S.27-Oct-07 3:36
Kiran S. S.27-Oct-07 3:36 
AnswerRe: Printing calculated amount in words in Crystal Report 8.0 Pin
Dave Kreskowiak27-Oct-07 5:08
mveDave Kreskowiak27-Oct-07 5:08 
QuestionError on summary feild in crystal report Pin
yogesh_kumar_agarwal27-Oct-07 2:12
yogesh_kumar_agarwal27-Oct-07 2:12 
AnswerRe: Error on summary feild in crystal report Pin
AliAmjad27-Oct-07 2:45
AliAmjad27-Oct-07 2:45 
GeneralRe: Error on summary feild in crystal report Pin
yogesh_kumar_agarwal27-Oct-07 2:49
yogesh_kumar_agarwal27-Oct-07 2:49 
GeneralRe: Error on summary feild in crystal report Pin
AliAmjad27-Oct-07 2:55
AliAmjad27-Oct-07 2:55 
GeneralRe: Error on summary feild in crystal report Pin
yogesh_kumar_agarwal27-Oct-07 3:02
yogesh_kumar_agarwal27-Oct-07 3:02 

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.