Click here to Skip to main content
15,910,123 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Hiding a dialog form without it returning from ShowDialog() Pin
John_Adams16-Jan-08 23:21
John_Adams16-Jan-08 23:21 
GeneralRe: Hiding a dialog form without it returning from ShowDialog() Pin
Luc Pattyn16-Jan-08 23:40
sitebuilderLuc Pattyn16-Jan-08 23:40 
GeneralRe: Hiding a dialog form without it returning from ShowDialog() Pin
Jabes17-Jan-08 3:19
Jabes17-Jan-08 3:19 
Generaldatagridview problem Pin
Naresh12345678915-Jan-08 18:55
Naresh12345678915-Jan-08 18:55 
GeneralRe: datagridview problem Pin
John_Adams15-Jan-08 23:05
John_Adams15-Jan-08 23:05 
GeneralRe: datagridview problem Pin
Naresh12345678916-Jan-08 20:40
Naresh12345678916-Jan-08 20:40 
GeneralRe: datagridview problem Pin
Naresh12345678919-Jan-08 0:07
Naresh12345678919-Jan-08 0:07 
QuestionHow to implement a usb hub driver? Pin
qiulin682215-Jan-08 14:24
qiulin682215-Jan-08 14:24 
I'm trying to build a USB hub driver whose behavior is like windows' built in one.
My implementation is based on the ddk's example: toaster. Mass storage devices and scanners
works fine on my driver, however usb cameras can't be started.

I analysed the irps when the camera is plugined. After the start device irp, the driver received
a remove device irp. The ddk document says if anyone in the driver stack failed in start device irp,
pnp manager will send a remove device irp. I think there must be something wrong in the implementation before the remove device irp is sent.

There is a query interface irp which query TRANSLATOR_INTERFACE before the remove device irp is sent and I return STATUS_NO_SUPPORTED.

My response to start device irp is just like the toaster example does.

My question is:
1. Do I have to implement the TRANSLATOR_INTERFACE to fix the problem?
2. Or is there something else I have to do in my start device response?
AnswerRe: How to implement a usb hub driver? Pin
LongRange.Shooter1-Feb-08 9:48
LongRange.Shooter1-Feb-08 9:48 
QuestionHow to Call SSIS Package From Asp.net With C# Pin
mrgaddam14-Jan-08 18:15
mrgaddam14-Jan-08 18:15 
AnswerRe: How to Call SSIS Package From Asp.net With C# Pin
Pete O'Hanlon15-Jan-08 9:49
mvePete O'Hanlon15-Jan-08 9:49 
QuestionHow to determine Win32 API Window States like "covered by a modal sub window" or the "active parent window" via Win 32 API [modified] Pin
schwiemn14-Jan-08 11:38
schwiemn14-Jan-08 11:38 
QuestionA Beginners Thread Pin
bharathi_n_r11-Jan-08 20:16
bharathi_n_r11-Jan-08 20:16 
GeneralRe: A Beginners Thread Pin
Abhijit Jana13-Jan-08 1:19
professionalAbhijit Jana13-Jan-08 1:19 
GeneralRe: A Beginners Thread Pin
LongRange.Shooter1-Feb-08 9:50
LongRange.Shooter1-Feb-08 9:50 
QuestionHow to remotely connect multiple PCs(Windows OS based) computers from a single Mac Pin
ctrlnick11-Jan-08 7:16
ctrlnick11-Jan-08 7:16 
AnswerRe: How to remotely connect multiple PCs(Windows OS based) computers from a single Mac Pin
LongRange.Shooter1-Feb-08 9:52
LongRange.Shooter1-Feb-08 9:52 
QuestionHow to control attribute initialization order for controls? Pin
RichardM110-Jan-08 11:32
RichardM110-Jan-08 11:32 
AnswerRe: How to control attribute initialization order for controls? Pin
Patrick Etc.10-Jan-08 12:23
Patrick Etc.10-Jan-08 12:23 
GeneralRe: How to control attribute initialization order for controls? Pin
RichardM110-Jan-08 12:29
RichardM110-Jan-08 12:29 
GeneralRe: How to control attribute initialization order for controls? Pin
Patrick Etc.10-Jan-08 12:31
Patrick Etc.10-Jan-08 12:31 
GeneralRe: How to control attribute initialization order for controls? Pin
RichardM110-Jan-08 12:48
RichardM110-Jan-08 12:48 
QuestionHow to comunicate between two Windows Forms in BOTH directions???? Pin
szymon7910-Jan-08 8:12
szymon7910-Jan-08 8:12 
GeneralRe: How to comunicate between two Windows Forms in BOTH directions???? Pin
Dave Kreskowiak10-Jan-08 10:36
mveDave Kreskowiak10-Jan-08 10:36 
GeneralRe: How to comunicate between two Windows Forms in BOTH directions???? Pin
szymon7910-Jan-08 10:57
szymon7910-Jan-08 10:57 

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.