Click here to Skip to main content
16,011,170 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPrint in VB .NET Pin
saravana00127-Jan-08 3:57
saravana00127-Jan-08 3:57 
GeneralRe: Print in VB .NET Pin
Paul Conrad27-Jan-08 5:54
professionalPaul Conrad27-Jan-08 5:54 
GeneralRe: Print in VB .NET Pin
Thomas Krojer28-Jan-08 5:56
Thomas Krojer28-Jan-08 5:56 
GeneralCopy Protection Pin
Kumaran21cen27-Jan-08 1:55
Kumaran21cen27-Jan-08 1:55 
GeneralRe: Copy Protection Pin
Paul Conrad27-Jan-08 5:55
professionalPaul Conrad27-Jan-08 5:55 
GeneralRe: Copy Protection Pin
Mark Churchill28-Jan-08 14:05
Mark Churchill28-Jan-08 14:05 
QuestionHow to access "my" toolbarbuttons from outside the main form Pin
Georg Kohler26-Jan-08 22:18
Georg Kohler26-Jan-08 22:18 
AnswerRe: How to access "my" toolbarbuttons from outside the main form Pin
Mycroft Holmes27-Jan-08 21:45
professionalMycroft Holmes27-Jan-08 21:45 
Assume Main is a form and not another module/class/object

Are you passing an instance of "Main" to your module.

EG calling the function in your module from the main form

dim oModule as new Module
oModule.CallFunction(me)

Public sub CallFunction(oFrm as Form)
oFrm.Drivenabled=true
end Sub

Never underestimate the power of human stupidity
RAH

QuestionScroll data grid to the row where edit was clicked Pin
Sakshi Smriti26-Jan-08 1:44
Sakshi Smriti26-Jan-08 1:44 
GeneralRe: Scroll data grid to the row where edit was clicked Pin
Paul Conrad26-Jan-08 8:39
professionalPaul Conrad26-Jan-08 8:39 
QuestionOrganizational Chart Print ! Crystal or ? Pin
NasirLCCI200726-Jan-08 0:43
NasirLCCI200726-Jan-08 0:43 
AnswerRe: Organizational Chart Print ! Crystal or ? Pin
Paul Conrad26-Jan-08 8:40
professionalPaul Conrad26-Jan-08 8:40 
GeneralCall windows dialer with parameter Pin
Rupesh Kumar Swami26-Jan-08 0:32
Rupesh Kumar Swami26-Jan-08 0:32 
GeneralRe: Call windows dialer with parameter Pin
Paul Conrad26-Jan-08 8:40
professionalPaul Conrad26-Jan-08 8:40 
GeneralPrinting problem in Custom paper in Visual Basic 6 help needed Pin
imagetvr25-Jan-08 18:24
imagetvr25-Jan-08 18:24 
QuestionHow to display current date Pin
zaimah25-Jan-08 17:05
zaimah25-Jan-08 17:05 
AnswerRe: How to display current date Pin
Luc Pattyn25-Jan-08 17:07
sitebuilderLuc Pattyn25-Jan-08 17:07 
GeneralRe: How to display current date Pin
Sipder26-Jan-08 18:46
Sipder26-Jan-08 18:46 
GeneralPutting a dataabase table column value into a variable Pin
AAGTHosting25-Jan-08 16:37
AAGTHosting25-Jan-08 16:37 
GeneralRe: Putting a dataabase table column value into a variable Pin
Andy_L_J26-Jan-08 12:30
Andy_L_J26-Jan-08 12:30 
Generalusing tcpclint Pin
Agbaria Ahmad25-Jan-08 12:15
Agbaria Ahmad25-Jan-08 12:15 
Questioneffective designing Pin
Agbaria Ahmad25-Jan-08 11:54
Agbaria Ahmad25-Jan-08 11:54 
GeneralRe: effective designing Pin
Christian Graus25-Jan-08 12:41
protectorChristian Graus25-Jan-08 12:41 
GeneralRe: effective designing Pin
darkelv26-Jan-08 2:55
darkelv26-Jan-08 2:55 
QuestionWindows Installer CustomActionData parameters Pin
mrgubbels25-Jan-08 11:43
mrgubbels25-Jan-08 11:43 

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.