Click here to Skip to main content
15,898,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProgress Bar Pin
smraj150328-Feb-09 2:07
smraj150328-Feb-09 2:07 
AnswerRe: Progress Bar Pin
Luc Pattyn28-Feb-09 2:48
sitebuilderLuc Pattyn28-Feb-09 2:48 
QuestionCrystal Report Display Problem.... Pin
mitesh.khatri28-Feb-09 0:59
mitesh.khatri28-Feb-09 0:59 
AnswerRe: Crystal Report Display Problem.... Pin
Dave Kreskowiak28-Feb-09 4:05
mveDave Kreskowiak28-Feb-09 4:05 
Questionabout encrypt and dcrypt of a text Pin
lavankumar28-Feb-09 0:33
lavankumar28-Feb-09 0:33 
AnswerRe: about encrypt and dcrypt of a text Pin
Dave Kreskowiak28-Feb-09 4:03
mveDave Kreskowiak28-Feb-09 4:03 
QuestionStop vb2008 from checking detailed sub of the the form before running the application Pin
Aiman Farouk Mohamed27-Feb-09 21:41
Aiman Farouk Mohamed27-Feb-09 21:41 
AnswerRe: Stop vb2008 from checking detailed sub while debugging Pin
ABitSmart27-Feb-09 22:19
ABitSmart27-Feb-09 22:19 
Aiman Farouk Mohamed wrote:
"sub name " is not a member of 'System.Windows.Forms.Form

The error indicates that the subroutine is not found in the object your trying to call it from.

I presume your subroutine is implemented in the Form1 object ?? You can either cast it or change the form variable to Form1 insteast of Windows.Forms.Form

Public frm As Form1
frm.YourSubroutine()

Or using your exisiting code, replace the call to the subroutine as
(frm as Form1).YourSubroutine()

AnswerRe: Stop vb2008 from checking detailed sub of the the form before running the application Pin
Dave Kreskowiak28-Feb-09 3:53
mveDave Kreskowiak28-Feb-09 3:53 
QuestionSetting Permissions for user based access on the storage media on Lan Pin
quantimizer27-Feb-09 21:26
quantimizer27-Feb-09 21:26 
AnswerRe: Setting Permissions for user based access on the storage media on Lan Pin
Dave Kreskowiak28-Feb-09 3:52
mveDave Kreskowiak28-Feb-09 3:52 
GeneralRe: Setting Permissions for user based access on the storage media on Lan Pin
quantimizer6-Mar-09 3:25
quantimizer6-Mar-09 3:25 
GeneralRe: Setting Permissions for user based access on the storage media on Lan Pin
Dave Kreskowiak6-Mar-09 11:49
mveDave Kreskowiak6-Mar-09 11:49 
Questionwho creates/generate .msg file ? either outlook or mailserver ? when a .msg files generate? Pin
shakilmailbox27-Feb-09 21:22
shakilmailbox27-Feb-09 21:22 
AnswerRe: who creates/generate .msg file ? either outlook or mailserver ? when a .msg files generate? Pin
ABitSmart27-Feb-09 22:40
ABitSmart27-Feb-09 22:40 
GeneralRe: who creates/generate .msg file ? either outlook or mailserver ? when a .msg files generate? Pin
shakilmailbox28-Feb-09 0:40
shakilmailbox28-Feb-09 0:40 
QuestionConnecting to Non-Local MSSQL DB Pin
DHalo27-Feb-09 19:42
DHalo27-Feb-09 19:42 
AnswerRe: Connecting to Non-Local MSSQL DB Pin
Rupesh Kumar Swami27-Feb-09 20:15
Rupesh Kumar Swami27-Feb-09 20:15 
GeneralRe: Connecting to Non-Local MSSQL DB Pin
DHalo28-Feb-09 4:44
DHalo28-Feb-09 4:44 
GeneralRe: Connecting to Non-Local MSSQL DB Pin
Rob Graham28-Feb-09 6:38
Rob Graham28-Feb-09 6:38 
GeneralRe: Connecting to Non-Local MSSQL DB Pin
DHalo28-Feb-09 6:50
DHalo28-Feb-09 6:50 
Questioncreate a buffer overflow Pin
moneyque27-Feb-09 16:44
moneyque27-Feb-09 16:44 
AnswerRe: create a buffer overflow Pin
Dave Kreskowiak27-Feb-09 17:52
mveDave Kreskowiak27-Feb-09 17:52 
Questiontime bomb Pin
moneyque27-Feb-09 16:42
moneyque27-Feb-09 16:42 
AnswerRe: time bomb Pin
Dave Kreskowiak27-Feb-09 17:50
mveDave Kreskowiak27-Feb-09 17:50 

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.