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

Visual Basic

 
AnswerRe: Datagridview vb.net 2005 Pin
momooomooomomo26-Nov-06 22:52
momooomooomomo26-Nov-06 22:52 
QuestionPlz a link to a good tutorial on vb.net is needed Pin
webwareshop26-Nov-06 14:34
webwareshop26-Nov-06 14:34 
AnswerRe: Plz a link to a good tutorial on vb.net is needed Pin
Christian Graus26-Nov-06 15:15
protectorChristian Graus26-Nov-06 15:15 
GeneralRe: Plz a link to a good tutorial on vb.net is needed Pin
Paul Conrad26-Nov-06 16:50
professionalPaul Conrad26-Nov-06 16:50 
QuestionAllow calculation on buttonclick Pin
andy3826-Nov-06 11:48
andy3826-Nov-06 11:48 
AnswerRe: Allow calculation on buttonclick Pin
Christian Graus26-Nov-06 12:05
protectorChristian Graus26-Nov-06 12:05 
Question2 Simple Questions Pin
arunforce26-Nov-06 11:35
arunforce26-Nov-06 11:35 
AnswerRe: 2 Simple Questions Pin
Christian Graus26-Nov-06 11:38
protectorChristian Graus26-Nov-06 11:38 
arunforce wrote:
%USERPROFILE%

You can't do this, you need to look up the path and pass the full path in.

arunforce wrote:
How do you set a global variable in .net that is accessable across multiple forms. Like Dim blah as Global?


The only way is to have a class that holds it, and make it public and static.  Consider making it a property, at least, and consider overall if it REALLY needs to be public.  If you need to share stuff between two forms, a delegate is a better way to do it.



Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

GeneralRe: 2 Simple Questions Pin
arunforce26-Nov-06 11:45
arunforce26-Nov-06 11:45 
GeneralRe: 2 Simple Questions Pin
Christian Graus26-Nov-06 11:48
protectorChristian Graus26-Nov-06 11:48 
QuestionServer Application Pin
spelltwister26-Nov-06 11:23
spelltwister26-Nov-06 11:23 
QuestionTree View (sorry guys dont get mad) Pin
Code Crapper26-Nov-06 11:06
Code Crapper26-Nov-06 11:06 
AnswerRe: Tree View (sorry guys dont get mad) Pin
Christian Graus26-Nov-06 11:19
protectorChristian Graus26-Nov-06 11:19 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Paul Conrad26-Nov-06 11:32
professionalPaul Conrad26-Nov-06 11:32 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Christian Graus26-Nov-06 11:37
protectorChristian Graus26-Nov-06 11:37 
GeneralRe: Tree View (sorry guys dont get mad) [modified] Pin
Paul Conrad26-Nov-06 11:42
professionalPaul Conrad26-Nov-06 11:42 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Code Crapper26-Nov-06 13:55
Code Crapper26-Nov-06 13:55 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Paul Conrad26-Nov-06 14:26
professionalPaul Conrad26-Nov-06 14:26 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Code Crapper26-Nov-06 14:47
Code Crapper26-Nov-06 14:47 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Paul Conrad26-Nov-06 14:52
professionalPaul Conrad26-Nov-06 14:52 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Code Crapper26-Nov-06 14:55
Code Crapper26-Nov-06 14:55 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Paul Conrad26-Nov-06 15:01
professionalPaul Conrad26-Nov-06 15:01 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Code Crapper26-Nov-06 15:03
Code Crapper26-Nov-06 15:03 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Paul Conrad26-Nov-06 15:11
professionalPaul Conrad26-Nov-06 15:11 
GeneralRe: Tree View (sorry guys dont get mad) [modified] Pin
Code Crapper26-Nov-06 15:16
Code Crapper26-Nov-06 15: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.