Click here to Skip to main content
15,909,953 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to add menu in photoshop Pin
farschadnaji17-Nov-06 19:54
farschadnaji17-Nov-06 19:54 
GeneralRe: how to add menu in photoshop Pin
Dave Kreskowiak18-Nov-06 5:18
mveDave Kreskowiak18-Nov-06 5:18 
QuestionProgrammatically (De)Register Toolbox Components in VS.NET Pin
Marco Turrini17-Nov-06 4:44
Marco Turrini17-Nov-06 4:44 
QuestionHowTo Detect a swappable device when plugged in Pin
Zaegra17-Nov-06 4:00
Zaegra17-Nov-06 4:00 
AnswerRe: HowTo Detect a swappable device when plugged in Pin
Dave Kreskowiak17-Nov-06 4:33
mveDave Kreskowiak17-Nov-06 4:33 
GeneralRe: HowTo Detect a swappable device when plugged in Pin
Zaegra17-Nov-06 6:07
Zaegra17-Nov-06 6:07 
GeneralRe: HowTo Detect a swappable device when plugged in Pin
Dave Kreskowiak17-Nov-06 6:23
mveDave Kreskowiak17-Nov-06 6:23 
QuestionClosing a form from a class Pin
Pete Newman17-Nov-06 2:37
Pete Newman17-Nov-06 2:37 
running VS ( Vb.Net ) 2005

with a lot of help from various people ive managed to cobble together a very nifty vbclass. Basicly the app im writing, logs a user into a SQl server. There is a table which controls what areas of the software the user can access, once logged in they are redirected to a blank form ( mainOptions ). MainOptions call a class which adds a button to the form for every area thay are allowed in. I can using a clickhandler in the class redirect the user to the desired area ( form ) hovever i carnt close or hide the mainOptions form ......

as the class is controlling the ClickHandler and the redirect, im tried ther following

select case sender
case Area1
Dim nform as new Area1_Form
**
mainOptions.hide
**
Area1_form . showdialog
end select

ive also tried
mainOptions.close

ive even tried calling a function back on the mainOptions form to close but it wont close down any idea's

Sigh | :sigh:




I really do need help..... all this computer stuff is way over my head !!

AnswerRe: Closing a form from a class Pin
Dave Kreskowiak17-Nov-06 4:29
mveDave Kreskowiak17-Nov-06 4:29 
AnswerRe: Closing a form from a class Pin
Marco Turrini17-Nov-06 5:25
Marco Turrini17-Nov-06 5:25 
QuestionWhat is the difference between the declarations mean? Pin
ashwath197917-Nov-06 1:18
ashwath197917-Nov-06 1:18 
AnswerRe: What is the difference between the declarations mean? Pin
Dave Kreskowiak17-Nov-06 4:27
mveDave Kreskowiak17-Nov-06 4:27 
GeneralRe: What is the difference between the declarations mean? Pin
ashwath197919-Nov-06 18:40
ashwath197919-Nov-06 18:40 
GeneralRe: What is the difference between the declarations mean? Pin
ashwath197920-Nov-06 0:34
ashwath197920-Nov-06 0:34 
GeneralRe: What is the difference between the declarations mean? Pin
ashwath197920-Nov-06 0:35
ashwath197920-Nov-06 0:35 
QuestionWhat the function declaration mean? Pin
ashwath197916-Nov-06 20:24
ashwath197916-Nov-06 20:24 
AnswerRe: What the function declaration mean? Pin
rico cheah16-Nov-06 20:47
rico cheah16-Nov-06 20:47 
GeneralRe: What the function declaration mean? Pin
ashwath197916-Nov-06 22:09
ashwath197916-Nov-06 22:09 
AnswerRe: What the function declaration mean? Pin
Guffa16-Nov-06 21:12
Guffa16-Nov-06 21:12 
GeneralRe: What the function declaration mean? Pin
ashwath197916-Nov-06 22:10
ashwath197916-Nov-06 22:10 
QuestionHow to make the packaging? Pin
rico cheah16-Nov-06 20:03
rico cheah16-Nov-06 20:03 
AnswerRe: How to make the packaging in VS.NET? Pin
Dave Sexton16-Nov-06 20:12
Dave Sexton16-Nov-06 20:12 
QuestionRe: How to make the packaging in VS.NET? [modified] Pin
rico cheah16-Nov-06 20:44
rico cheah16-Nov-06 20:44 
AnswerRe: How to make the packaging in VS.NET? Pin
Kevin Nicol17-Nov-06 1:33
Kevin Nicol17-Nov-06 1:33 
QuestionRe: How to make the packaging in VS.NET? Pin
rico cheah17-Nov-06 21:07
rico cheah17-Nov-06 21:07 

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.