Click here to Skip to main content
15,885,931 members
Home / Discussions / C#
   

C#

 
QuestionUpdating bound DataSource does not update ComboBox Items. Pin
richmcc16-Jul-09 16:34
richmcc16-Jul-09 16:34 
QuestionWindow Body From Handle Pin
hpydir16-Jul-09 16:17
hpydir16-Jul-09 16:17 
AnswerRe: Window Body From Handle Pin
MarkB77716-Jul-09 19:59
MarkB77716-Jul-09 19:59 
QuestionForm events taking precedence over control events and forwarding events? Pin
Megidolaon16-Jul-09 12:43
Megidolaon16-Jul-09 12:43 
QuestionRe: Form events taking precedence over control events and forwarding events? Pin
DaveyM6916-Jul-09 13:55
professionalDaveyM6916-Jul-09 13:55 
AnswerRe: Form events taking precedence over control events and forwarding events? Pin
Luc Pattyn16-Jul-09 13:57
sitebuilderLuc Pattyn16-Jul-09 13:57 
JokeRe: Form events taking precedence over control events and forwarding events? Pin
DaveyM6916-Jul-09 14:09
professionalDaveyM6916-Jul-09 14:09 
AnswerRe: bizar mouse event question Pin
Luc Pattyn16-Jul-09 13:55
sitebuilderLuc Pattyn16-Jul-09 13:55 
Hi,

I don't exactly remember what it is you wanted to achieve three months ago, and I sure can't tell from today's message.

I have several suggestions for you:

1.
create a new app, as simple as possible, that poses the problem you have, and experiment with it, not with the real app which by now must be too large and convoluted to understand anyhow. If you then still don't succeed, clearly explain that simple app, what it does, and how that differs from what you want.

2.
In a wild guess you want all controls to be non-functional as far as mouse operations go, have you tried myForm.Capture=true;?

3.
In an equally wild guess, if you were to want to know the position of the mouse at all times, say for displaying it (I have an editor that does that), then you could use a timer that periodically (say 10Hz) gets Control.MousePosition, that is the mouse position in screen coordinates, which can be easily transformed using myForm.PointToClient().

4.
read my sig.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: Form events taking precedence over control events and forwarding events? Pin
Super Lloyd16-Jul-09 14:05
Super Lloyd16-Jul-09 14:05 
GeneralRe: Form events taking precedence over control events and forwarding events? [modified] Pin
Megidolaon17-Jul-09 5:00
Megidolaon17-Jul-09 5:00 
QuestionDifferent settings for development vs. production Pin
jaminblount16-Jul-09 11:51
jaminblount16-Jul-09 11:51 
AnswerRe: Different settings for development vs. production Pin
Pete O'Hanlon16-Jul-09 12:25
mvePete O'Hanlon16-Jul-09 12:25 
QuestionInterface Ibindinglist : Specified argument was out of the range error Pin
baranils16-Jul-09 11:33
baranils16-Jul-09 11:33 
AnswerRe: Interface Ibindinglist : Specified argument was out of the range error Pin
baranils17-Jul-09 21:41
baranils17-Jul-09 21:41 
QuestionDatagrid row select help Pin
Member 640383816-Jul-09 10:21
Member 640383816-Jul-09 10:21 
Question64 bit connection strings Pin
Natza Mitzi16-Jul-09 8:55
Natza Mitzi16-Jul-09 8:55 
AnswerRe: 64 bit connection strings Pin
Paladin200016-Jul-09 10:14
Paladin200016-Jul-09 10:14 
GeneralRe: 64 bit connection strings Pin
Natza Mitzi16-Jul-09 20:36
Natza Mitzi16-Jul-09 20:36 
QuestionStop the CONSOLE at the end of the debut Pin
rodbiser16-Jul-09 8:28
rodbiser16-Jul-09 8:28 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
N a v a n e e t h16-Jul-09 8:45
N a v a n e e t h16-Jul-09 8:45 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
Natza Mitzi16-Jul-09 8:51
Natza Mitzi16-Jul-09 8:51 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
mypicturefaded16-Jul-09 8:59
mypicturefaded16-Jul-09 8:59 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
Luc Pattyn16-Jul-09 9:21
sitebuilderLuc Pattyn16-Jul-09 9:21 
GeneralRe: Stop the CONSOLE at the end of the debut Pin
rodbiser18-Aug-09 10:15
rodbiser18-Aug-09 10:15 
AnswerRe: Stop the CONSOLE at the end of the debut Pin
Alan N16-Jul-09 9:48
Alan N16-Jul-09 9:48 

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.