Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: I need Help in Hideing my Program form the Process list ... Pin
Thomas Krojer2-May-11 22:32
Thomas Krojer2-May-11 22:32 
GeneralRe: I need Help in Hideing my Program form the Process list ... Pin
Lan.Hekary3-May-11 3:46
Lan.Hekary3-May-11 3:46 
GeneralRe: I need Help in Hideing my Program form the Process list ... Pin
Dave Kreskowiak3-May-11 3:49
mveDave Kreskowiak3-May-11 3:49 
Questionhelp for MSHFlexgrid Pin
rigane1-May-11 11:24
rigane1-May-11 11:24 
AnswerRe: help for MSHFlexgrid Pin
Andy_L_J1-May-11 15:29
Andy_L_J1-May-11 15:29 
AnswerRe: help for MSHFlexgrid Pin
Eddy Vluggen3-May-11 9:46
professionalEddy Vluggen3-May-11 9:46 
Questionhow to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
waner michaud29-Apr-11 11:04
waner michaud29-Apr-11 11:04 
AnswerRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Luc Pattyn29-Apr-11 11:25
sitebuilderLuc Pattyn29-Apr-11 11:25 
There are many possibilities, here are some:

- dynamically enable and disable the buttons you do and don't want to be available;
- dynamically change the text and the operation associated with a button (not recommended);
- use a separate dialog for entering new data, so when clicking the ADD button first, a dialog pops up, which has the required data entry controls, and probably two buttons: ADD/OK and CANCEL.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Tarakeshwar Reddy29-Apr-11 11:27
professionalTarakeshwar Reddy29-Apr-11 11:27 
AnswerRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Tarakeshwar Reddy29-Apr-11 11:26
professionalTarakeshwar Reddy29-Apr-11 11:26 
GeneralRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
waner michaud29-Apr-11 12:29
waner michaud29-Apr-11 12:29 
GeneralRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Tarakeshwar Reddy29-Apr-11 16:10
professionalTarakeshwar Reddy29-Apr-11 16:10 
AnswerRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
LloydA11130-Apr-11 11:26
LloydA11130-Apr-11 11:26 
QuestionRedirect another application output to CMD Pin
Herboren29-Apr-11 6:59
Herboren29-Apr-11 6:59 
QuestionRe: Redirect another application output to CMD Pin
Eddy Vluggen30-Apr-11 22:16
professionalEddy Vluggen30-Apr-11 22:16 
QuestionOpen a word document inside a child form in vb.net? Pin
waner michaud28-Apr-11 9:57
waner michaud28-Apr-11 9:57 
AnswerRe: Open a word document inside a child form in vb.net? [modified] Pin
Luc Pattyn28-Apr-11 11:21
sitebuilderLuc Pattyn28-Apr-11 11:21 
AnswerRe: Open a word document inside a child form in vb.net? Pin
gilchinger2-May-11 20:23
gilchinger2-May-11 20:23 
AnswerRe: Open a word document inside a child form in vb.net? Pin
Luc Pattyn3-May-11 1:42
sitebuilderLuc Pattyn3-May-11 1:42 
GeneralRe: Open a word document inside a child form in vb.net? Pin
gilchinger4-May-11 21:37
gilchinger4-May-11 21:37 
Question[VB.NET 2010] Get paths from selected files from Shell\Explorer ContextMenu Pin
The Mighty Atom27-Apr-11 5:36
The Mighty Atom27-Apr-11 5:36 
AnswerRe: [VB.NET 2010] Get paths from selected files from Shell\Explorer ContextMenu Pin
The Mighty Atom30-Apr-11 6:29
The Mighty Atom30-Apr-11 6:29 
QuestionHow to use Dataset1.xsd in ReportViewer VS2010? Pin
Paramu197327-Apr-11 5:30
Paramu197327-Apr-11 5:30 
AnswerRe: How to use Dataset1.xsd in ReportViewer VS2010? Pin
Paramu197330-Apr-11 19:41
Paramu197330-Apr-11 19:41 
QuestionSyntax question Pin
nlarson1127-Apr-11 4:01
nlarson1127-Apr-11 4:01 

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.