Click here to Skip to main content
15,891,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: mfc & layout managers Pin
David Crow2-Oct-06 10:25
David Crow2-Oct-06 10:25 
AnswerRe: mfc & layout managers Pin
Wes Aday2-Oct-06 10:26
professionalWes Aday2-Oct-06 10:26 
GeneralRe: mfc & layout managers Pin
eusto2-Oct-06 10:45
eusto2-Oct-06 10:45 
GeneralRe: mfc & layout managers Pin
Wes Aday2-Oct-06 10:51
professionalWes Aday2-Oct-06 10:51 
AnswerRe: mfc & layout managers Pin
Stephen Hewitt2-Oct-06 18:10
Stephen Hewitt2-Oct-06 18:10 
GeneralRe: mfc & layout managers Pin
S Douglas3-Oct-06 0:45
professionalS Douglas3-Oct-06 0:45 
GeneralRe: mfc & layout managers Pin
Stephen Hewitt3-Oct-06 13:43
Stephen Hewitt3-Oct-06 13:43 
Questiondrag and drop for files on external devices Pin
Clement Ehrenreich2-Oct-06 7:42
Clement Ehrenreich2-Oct-06 7:42 
I just started working on this, so any suggestions would be helpful. I have a program that transfers files to and from a CDMA cell-phone chip simulation board. Essentially, a cell phone connected to the PC via a USB cable. The files on the phone are displayed in a GUI, and the program itself transfers the files via programmer-defined packets. The GUI itself is a high-level layer on top of pre-existing firmware level application, which actually controls the phone with transmission/receive messages. I would like to make the GUI a drag and drop application, where the files in a given directory are listed in a listbox on a form, and to transfer files to/fro one can merely drag and drop files in and out of the list box to location designated in the PC. I have looked at implementing drag and drop for files on PC's with MFC, but it seems it's all done with the assumption that the files are all located in files on a PC or a PC-based network. The transfer process itself can take minutes for mp3 files. Does anyone have any thoughts on implementing a shell drag and drop process which will emulate the PC process but the actual transfer of data is done with the pre-existing firmware code.Confused | :confused:
QuestionRedrawing windows that are newly sized Pin
TheDelChop2-Oct-06 7:35
TheDelChop2-Oct-06 7:35 
AnswerRe: Redrawing windows that are newly sized Pin
Chris Richardson2-Oct-06 10:49
Chris Richardson2-Oct-06 10:49 
QuestionAPI hooking Win32 [moved] Pin
bayfouinc2-Oct-06 6:53
bayfouinc2-Oct-06 6:53 
AnswerRe: API hooking Win32 [moved] Pin
Hamid_RT4-Oct-06 7:38
Hamid_RT4-Oct-06 7:38 
GeneralRe: API hooking Win32 [moved] Pin
bayfouinc4-Oct-06 11:48
bayfouinc4-Oct-06 11:48 
GeneralRe: API hooking Win32 [moved] Pin
Hamid_RT4-Oct-06 18:49
Hamid_RT4-Oct-06 18:49 
GeneralRe: API hooking Win32 [moved] Pin
bayfouinc5-Oct-06 2:25
bayfouinc5-Oct-06 2:25 
GeneralRe: API hooking Win32 [moved] Pin
Hamid_RT5-Oct-06 3:29
Hamid_RT5-Oct-06 3:29 
QuestionEasy Installer Pin
Larry Mills Sr2-Oct-06 4:54
Larry Mills Sr2-Oct-06 4:54 
AnswerRe: Easy Installer Pin
toxcct2-Oct-06 4:59
toxcct2-Oct-06 4:59 
GeneralRe: Easy Installer Pin
Stephen Hewitt2-Oct-06 5:58
Stephen Hewitt2-Oct-06 5:58 
AnswerRe: Easy Installer Pin
benjymous2-Oct-06 5:21
benjymous2-Oct-06 5:21 
GeneralRe: Easy Installer Pin
Larry Mills Sr2-Oct-06 15:18
Larry Mills Sr2-Oct-06 15:18 
Question"please wait" window Pin
Desmo162-Oct-06 3:53
Desmo162-Oct-06 3:53 
AnswerRe: "please wait" window Pin
Waldermort2-Oct-06 4:22
Waldermort2-Oct-06 4:22 
GeneralRe: "please wait" window Pin
Maximilien2-Oct-06 4:33
Maximilien2-Oct-06 4:33 
GeneralRe: "please wait" window Pin
Desmo162-Oct-06 4:51
Desmo162-Oct-06 4:51 

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.