Click here to Skip to main content
15,907,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Visual Basic 2008 Express: Create Microsoft Access Table with Primary Key Pin
Henry Minute2-May-09 13:35
Henry Minute2-May-09 13:35 
Questiondisable right click of mouse Pin
hrishi3212-May-09 5:06
hrishi3212-May-09 5:06 
AnswerRe: disable right click of mouse Pin
Dave Kreskowiak2-May-09 5:32
mveDave Kreskowiak2-May-09 5:32 
AnswerRe: disable right click of mouse Pin
dan!sh 2-May-09 7:11
professional dan!sh 2-May-09 7:11 
QuestionSet Property of Read-Only to be False on Form Pin
ymilan2-May-09 4:39
ymilan2-May-09 4:39 
AnswerRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 4:52
mveDave Kreskowiak2-May-09 4:52 
GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan2-May-09 4:58
ymilan2-May-09 4:58 
GeneralRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 5:30
mveDave Kreskowiak2-May-09 5:30 
ymilan wrote:
I did stop the app and looked in designer view, but there is no attribute I can set for the property of the form to be writable.


There is no such property. All of the controls on a form are static, meaning, you cannot move them around with the mouse.

YOU have to provide the code that will handle what happens when the user holds the mouse down on a control and moves the mouse around. This is not going to be a trivial task for a beginner. It requires in depth knowledge of how controls and mouse events work.

I wrote up an article on how to do this very thing with Label controls. You can read it here[^].


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan2-May-09 5:45
ymilan2-May-09 5:45 
GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan2-May-09 6:13
ymilan2-May-09 6:13 
GeneralRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 16:24
mveDave Kreskowiak2-May-09 16:24 
GeneralRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 16:25
mveDave Kreskowiak2-May-09 16:25 
GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan3-May-09 4:07
ymilan3-May-09 4:07 
AnswerRe: Set Property of Read-Only to be False on Form Pin
Tiyani Miyambo4-May-09 0:30
Tiyani Miyambo4-May-09 0:30 
Questionwaitforexit Pin
hrishi3212-May-09 4:34
hrishi3212-May-09 4:34 
AnswerRe: waitforexit Pin
Dave Kreskowiak2-May-09 4:49
mveDave Kreskowiak2-May-09 4:49 
GeneralRe: waitforexit Pin
hrishi3212-May-09 5:01
hrishi3212-May-09 5:01 
GeneralRe: waitforexit Pin
Henry Minute2-May-09 5:08
Henry Minute2-May-09 5:08 
GeneralRe: waitforexit Pin
hrishi3212-May-09 5:10
hrishi3212-May-09 5:10 
GeneralRe: waitforexit Pin
Dave Kreskowiak2-May-09 5:22
mveDave Kreskowiak2-May-09 5:22 
GeneralRe: waitforexit Pin
hrishi3212-May-09 5:11
hrishi3212-May-09 5:11 
GeneralRe: waitforexit Pin
Dave Kreskowiak2-May-09 5:26
mveDave Kreskowiak2-May-09 5:26 
Questionhide TaskBar with the form Pin
hrishi3212-May-09 4:22
hrishi3212-May-09 4:22 
AnswerRe: hide TaskBar with the form Pin
Eddy Vluggen2-May-09 4:40
professionalEddy Vluggen2-May-09 4:40 
QuestionDirListBox control in vb.net2005 Pin
hrishi3212-May-09 4:18
hrishi3212-May-09 4:18 

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.