Click here to Skip to main content
15,900,589 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Round Corner Shaped Form? Pin
BAGYIPHONEGYI21-Sep-08 1:03
BAGYIPHONEGYI21-Sep-08 1:03 
Questionhow to get virtual ip address in c# Pin
gargagan18-Sep-08 18:32
gargagan18-Sep-08 18:32 
AnswerRe: how to get virtual ip address in c# Pin
Paul Conrad21-Sep-08 7:34
professionalPaul Conrad21-Sep-08 7:34 
QuestionFunction IIF in VB.net Pin
tungcan5diop17-Sep-08 21:57
tungcan5diop17-Sep-08 21:57 
AnswerRe: Function IIF in VB.net Pin
Mycroft Holmes17-Sep-08 22:32
professionalMycroft Holmes17-Sep-08 22:32 
AnswerRe: Function IIF in VB.net Pin
Paul Conrad18-Sep-08 6:44
professionalPaul Conrad18-Sep-08 6:44 
JokeRe: Function IIF in VB.net Pin
AlexeiXX319-Sep-08 8:00
AlexeiXX319-Sep-08 8:00 
GeneralRe: Function IIF in VB.net Pin
Paul Conrad19-Sep-08 8:37
professionalPaul Conrad19-Sep-08 8:37 
GeneralRe: Function IIF in VB.net Pin
AlexeiXX319-Sep-08 10:27
AlexeiXX319-Sep-08 10:27 
GeneralRe: Function IIF in VB.net Pin
Gideon Engelberth23-Sep-08 3:34
Gideon Engelberth23-Sep-08 3:34 
GeneralRe: Function IIF in VB.net Pin
AlexeiXX323-Sep-08 7:54
AlexeiXX323-Sep-08 7:54 
AnswerRe: Function IIF in VB.net Pin
AlexeiXX319-Sep-08 10:30
AlexeiXX319-Sep-08 10:30 
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 

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.