Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can we create different shapes of buttons ????? Pin
Cedric Moonen16-Apr-07 23:02
Cedric Moonen16-Apr-07 23:02 
GeneralRe: How can we create different shapes of buttons ????? Pin
ashokbngr17-Apr-07 1:42
ashokbngr17-Apr-07 1:42 
AnswerRe: How can we create different shapes of buttons ????? Pin
Hamid_RT17-Apr-07 0:45
Hamid_RT17-Apr-07 0:45 
GeneralRe: How can we create different shapes of buttons ????? Pin
ashokbngr17-Apr-07 1:43
ashokbngr17-Apr-07 1:43 
QuestionError in socket program . Pin
harshadha16-Apr-07 22:53
harshadha16-Apr-07 22:53 
QuestionRe: Error in socket program . Pin
Hamid_RT17-Apr-07 0:42
Hamid_RT17-Apr-07 0:42 
QuestionRe: Error in socket program . Pin
David Crow17-Apr-07 4:32
David Crow17-Apr-07 4:32 
QuestionUSB To VCP Device Driver For Win2K Pin
Sameer Shirgaonkar16-Apr-07 21:41
Sameer Shirgaonkar16-Apr-07 21:41 
Hello All,

We have developed complete Device Driver, by this Device Driver we are able to communicate with the FTDI Chipset , means we can read Device Descriptors, Endpoint Information, even we are able to write the data to USB Device, but during read operation we are not receiving the correct data.

For reading USB Data we have used following Functions of DDK

UsbBuildInterruptOrBulkTransferRequest(
urb,
sizeof (struct _URB_BULK_OR_INTERRUPT_TRANSFER),
PipeHandle,
&Extension->ReadData,
NULL,
ReadLength, //64,
USBD_TRANSFER_DIRECTION_IN | USBD_SHORT_TRANSFER_OK,
NULL);

IoSetCompletionRoutine(
Irp,
(PIO_COMPLETION_ROUTINE) ReadDataFun,
Extension,
TRUE,
TRUE,
TRUE);
Please if anybody can help out Can for any alternate way or if anything wrong in the above fucntions.

I have also tried with _CallUSBD Furnction but with that also I am getting same results.

also if anyboudy can tell me by using this function how URB are updated I mean whether we have to pass the Device Object to Update or what exactly we have to do.

Please Help



Thanks & Regards
Sameer Shirgaonkar
Questionretrieving the default personal folders file path Pin
vijay_aroli16-Apr-07 21:26
vijay_aroli16-Apr-07 21:26 
AnswerRe: retrieving the default personal folders file path Pin
prasad_som16-Apr-07 21:44
prasad_som16-Apr-07 21:44 
AnswerRe: retrieving the default personal folders file path Pin
Paresh Chitte16-Apr-07 21:46
Paresh Chitte16-Apr-07 21:46 
QuestionRe: retrieving the default personal folders file path Pin
vijay_aroli17-Apr-07 1:58
vijay_aroli17-Apr-07 1:58 
AnswerRe: retrieving the default personal folders file path Pin
Paresh Chitte17-Apr-07 2:48
Paresh Chitte17-Apr-07 2:48 
GeneralRe: retrieving the default personal folders file path Pin
vijay_aroli17-Apr-07 3:54
vijay_aroli17-Apr-07 3:54 
GeneralRe: retrieving the default personal folders file path Pin
David Crow17-Apr-07 4:44
David Crow17-Apr-07 4:44 
GeneralRe: retrieving the default personal folders file path [modified] Pin
vijay_aroli17-Apr-07 19:57
vijay_aroli17-Apr-07 19:57 
GeneralRe: retrieving the default personal folders file path Pin
David Crow18-Apr-07 2:57
David Crow18-Apr-07 2:57 
QuestionRegarding SetupDiEnumDeviceInfo [modified] Pin
VC_RYK16-Apr-07 21:24
VC_RYK16-Apr-07 21:24 
AnswerRe: Regarding SetupDiEnumDeviceInfo Pin
JudyL_MD17-Apr-07 2:11
JudyL_MD17-Apr-07 2:11 
QuestionCFileDialog problem with Vista Pin
Jap61542316-Apr-07 21:09
Jap61542316-Apr-07 21:09 
AnswerRe: CFileDialog problem with Vista Pin
Michael Dunn16-Apr-07 21:20
sitebuilderMichael Dunn16-Apr-07 21:20 
GeneralRe: CFileDialog problem with Vista Pin
Stephen Hewitt16-Apr-07 21:54
Stephen Hewitt16-Apr-07 21:54 
GeneralRe: CFileDialog problem with Vista Pin
Jap61542316-Apr-07 22:08
Jap61542316-Apr-07 22:08 
GeneralRe: CFileDialog problem with Vista Pin
Stephen Hewitt16-Apr-07 22:37
Stephen Hewitt16-Apr-07 22:37 
GeneralRe: CFileDialog problem with Vista Pin
Jap61542316-Apr-07 22:49
Jap61542316-Apr-07 22:49 

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.