Click here to Skip to main content
16,012,116 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Panels Pin
obarahmeh7-Dec-06 4:41
obarahmeh7-Dec-06 4:41 
Questiontab movements in windows application Pin
rrrriiizz6-Dec-06 19:01
rrrriiizz6-Dec-06 19:01 
AnswerRe: tab movements in windows application Pin
Christian Graus6-Dec-06 19:28
protectorChristian Graus6-Dec-06 19:28 
GeneralRe: tab movements in windows application Pin
rrrriiizz6-Dec-06 21:39
rrrriiizz6-Dec-06 21:39 
GeneralRe: tab movements in windows application Pin
nlarson117-Dec-06 3:43
nlarson117-Dec-06 3:43 
GeneralRe: tab movements in windows application Pin
rrrriiizz8-Dec-06 19:57
rrrriiizz8-Dec-06 19:57 
Questioncomplex variable passing... Pin
shoorrock6-Dec-06 18:17
shoorrock6-Dec-06 18:17 
AnswerRe: complex variable passing... Pin
Dave Kreskowiak7-Dec-06 18:07
mveDave Kreskowiak7-Dec-06 18:07 
Your description of the problem is making the assumption that we know how you designed your app, so this is a generalization.

The "current document" in an application would normally be a pointer to an instance of the document. You wouldn't normally have to set any "global" variables to match the document since each document class would be keeping track of all the data that is specific to that document. The "current document" pointer would be used to get at that data.

If your document class implements callbacks, or some other methods or async methods, delegates would be the best way to go.


Dave Kreskowiak
Microsoft MVP - Visual Basic


Answery something wrong after passing 10 row of line to EXCEL? [SOLVED!][modified] Pin
campbells6-Dec-06 15:26
campbells6-Dec-06 15:26 
AnswerRe: y something wrong after passing 10 row of line to EXCEL? [Urgent] Pin
ChandraRam7-Dec-06 0:59
ChandraRam7-Dec-06 0:59 
GeneralRe: y something wrong after passing 10 row of line to EXCEL? [Urgent] Pin
campbells7-Dec-06 14:29
campbells7-Dec-06 14:29 
GeneralRe: y something wrong after passing 10 row of line to EXCEL? [Urgent] Pin
ChandraRam7-Dec-06 15:45
ChandraRam7-Dec-06 15:45 
GeneralRe: y something wrong after passing 10 row of line to EXCEL? [Urgent] Pin
campbells7-Dec-06 16:52
campbells7-Dec-06 16:52 
GeneralRe: y something wrong after passing 10 row of line to EXCEL? [Urgent] Pin
ChandraRam7-Dec-06 18:42
ChandraRam7-Dec-06 18:42 
GeneralRe: y something wrong after passing 10 row of line to EXCEL? [Urgent] Pin
campbells7-Dec-06 19:27
campbells7-Dec-06 19:27 
AnswerStop making all your questions 'urgent' Pin
leckey7-Dec-06 5:16
leckey7-Dec-06 5:16 
JokeRe: Stop making all your questions 'urgent' Pin
Paul Conrad7-Dec-06 5:35
professionalPaul Conrad7-Dec-06 5:35 
GeneralRe: Stop making all your questions 'urgent' Pin
campbells7-Dec-06 14:28
campbells7-Dec-06 14:28 
GeneralRe: Stop making all your questions 'urgent' Pin
Dave Kreskowiak7-Dec-06 14:52
mveDave Kreskowiak7-Dec-06 14:52 
GeneralRe: Stop making all your questions 'urgent' Pin
campbells7-Dec-06 15:14
campbells7-Dec-06 15:14 
GeneralRe: Stop making all your questions 'urgent' Pin
Dave Kreskowiak7-Dec-06 18:00
mveDave Kreskowiak7-Dec-06 18:00 
GeneralRe: Stop making all your questions 'urgent' Pin
campbells7-Dec-06 18:17
campbells7-Dec-06 18:17 
GeneralRe: Stop making all your questions 'urgent' Pin
Paul Conrad8-Dec-06 18:13
professionalPaul Conrad8-Dec-06 18:13 
GeneralRe: Stop making all your questions 'urgent' Pin
Paul Conrad8-Dec-06 18:12
professionalPaul Conrad8-Dec-06 18:12 
GeneralRe: Stop making all your questions 'urgent' Pin
campbells9-Dec-06 21:30
campbells9-Dec-06 21:30 

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.