Click here to Skip to main content
15,885,365 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Function IIF in VB.net Pin
tungcan5diop22-Sep-08 22:15
tungcan5diop22-Sep-08 22:15 
QuestionDataGrid likes delphi's TDBCTRLGRID Pin
Mr.LMC17-Sep-08 21:01
Mr.LMC17-Sep-08 21:01 
AnswerRe: DataGrid likes delphi's TDBCTRLGRID Pin
boodi_8112-Oct-09 3:25
boodi_8112-Oct-09 3:25 
QuestionRecommendations for a good syntax coloring text box? Pin
Mike Ellison17-Sep-08 5:54
Mike Ellison17-Sep-08 5:54 
AnswerRe: Recommendations for a good syntax coloring text box? Pin
Aflava21-Sep-08 6:17
Aflava21-Sep-08 6:17 
QuestionDataGridView Header Pin
Kit Fisto16-Sep-08 7:04
Kit Fisto16-Sep-08 7:04 
AnswerRe: DataGridView Header Pin
John_Adams17-Sep-08 8:38
John_Adams17-Sep-08 8:38 
QuestionMouse Tracking Problems Pin
frappydan14-Sep-08 20:25
frappydan14-Sep-08 20:25 
My program is simple. Grab an object and move it by using "regions" as drop points. I'm using transparent borderless forms added to ownedforms(), position them on the screen where my objects can be dropped. I've tried 3 appoaches to this task.

1. tried using drag and drop to drop the object onto the forms and it works great unless you release the mouse somewhere other than one of the floating forms, then the program hangs waiting for a "drop" because I can't determine that the mouse button has been released to cancel the move and therefore can't remove the floating forms and continue.

2. tried using control.mouseposition to track screen movement and pointtoclient when appropriate for placement inside of a floating form. This doesn't work because as long as the mouse button is held down the ownedforms() floating above the main form won't see the mouseEnter, mouseMove or mouseLeave events because capture is stuck in the control I started this action on.

3. Tried number 2 with getChildAtPoint() to try and figure out when I'm over the ownedforms() floating over the main form but whether I use
findform for "f" then f.getchildatpoint() or this.getchildatpoint() or any other control call I can only get single items "children" that are actually part of the main form's control collection. Any answers to any of these ideas would be helpfull.
Questionwindows forms in general Pin
toprogramminguy14-Sep-08 6:45
toprogramminguy14-Sep-08 6:45 
AnswerRe: windows forms in general Pin
Ajay.k_Singh14-Sep-08 23:01
Ajay.k_Singh14-Sep-08 23:01 
GeneralRe: windows forms in general Pin
toprogramminguy16-Sep-08 8:56
toprogramminguy16-Sep-08 8:56 
GeneralRe: windows forms in general Pin
Ajay.k_Singh16-Sep-08 20:24
Ajay.k_Singh16-Sep-08 20:24 
GeneralRe: windows forms in general Pin
toprogramminguy17-Sep-08 10:25
toprogramminguy17-Sep-08 10:25 
AnswerRe: windows forms in general Pin
Paul Conrad15-Sep-08 10:12
professionalPaul Conrad15-Sep-08 10:12 
QuestionRequest: ComboBox control Pin
Sk8tz13-Sep-08 14:48
professionalSk8tz13-Sep-08 14:48 
AnswerRe: Request: ComboBox control Pin
Dave Kreskowiak14-Sep-08 4:38
mveDave Kreskowiak14-Sep-08 4:38 
AnswerRe: Request: ComboBox control Pin
Thomas Stockwell15-Sep-08 3:31
professionalThomas Stockwell15-Sep-08 3:31 
QuestionMaskedTectBox in DataGridView Pin
tungcan5diop12-Sep-08 15:52
tungcan5diop12-Sep-08 15:52 
AnswerRe: MaskedTectBox in DataGridView Pin
Richard Blythe15-Sep-08 17:46
Richard Blythe15-Sep-08 17:46 
Questioncheck Status for Server Pin
balu1234512-Sep-08 4:12
balu1234512-Sep-08 4:12 
QuestionVB code equivalent in c#.net... Pin
K V Sekhar11-Sep-08 19:56
K V Sekhar11-Sep-08 19:56 
AnswerRe: VB code equivalent in c#.net... Pin
Steve Echols11-Sep-08 20:19
Steve Echols11-Sep-08 20:19 
GeneralRe: VB code equivalent in c#.net... Pin
K V Sekhar11-Sep-08 20:32
K V Sekhar11-Sep-08 20:32 
AnswerRe: VB code equivalent in c#.net... Pin
Steven A. Lowe14-Sep-08 18:08
Steven A. Lowe14-Sep-08 18:08 
QuestionHow to implement Visual component realations Pin
reza matinnejad11-Sep-08 18:50
reza matinnejad11-Sep-08 18: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.