Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to search for a record in a file. Pin
santhosh-padamatinti30-Nov-09 2:17
santhosh-padamatinti30-Nov-09 2:17 
AnswerRe: how to search for a record in a file. Pin
dxlee30-Nov-09 3:42
dxlee30-Nov-09 3:42 
AnswerRe: how to search for a record in a file. Pin
KarstenK30-Nov-09 4:25
mveKarstenK30-Nov-09 4:25 
AnswerRe: how to search for a record in a file. Pin
22491730-Nov-09 8:58
22491730-Nov-09 8:58 
QuestionArray in NASM Pin
Aljaz11130-Nov-09 1:59
Aljaz11130-Nov-09 1:59 
AnswerRe: Array in NASM Pin
Richard MacCutchan30-Nov-09 5:27
mveRichard MacCutchan30-Nov-09 5:27 
QuestionCOM DLL ProgID is not created Pin
Ash_VCPP30-Nov-09 0:55
Ash_VCPP30-Nov-09 0:55 
AnswerRe: COM DLL ProgID is not created Pin
Member 392263930-Nov-09 2:30
Member 392263930-Nov-09 2:30 
AnswerRe: COM DLL ProgID is not created Pin
KarstenK30-Nov-09 3:44
mveKarstenK30-Nov-09 3:44 
Questiondo you have researched desktop message, can you share your fruit to me? Pin
nenfa30-Nov-09 0:44
nenfa30-Nov-09 0:44 
AnswerRe: do you have researched desktop message, can you share your fruit to me? Pin
Code-o-mat30-Nov-09 2:10
Code-o-mat30-Nov-09 2:10 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
nenfa30-Nov-09 2:17
nenfa30-Nov-09 2:17 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
Code-o-mat30-Nov-09 2:24
Code-o-mat30-Nov-09 2:24 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
nenfa30-Nov-09 2:47
nenfa30-Nov-09 2:47 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
Code-o-mat30-Nov-09 20:55
Code-o-mat30-Nov-09 20:55 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
nenfa5-Jan-10 3:50
nenfa5-Jan-10 3:50 
QuestionExport to CSV with commas in strings Pin
maycockt30-Nov-09 0:16
maycockt30-Nov-09 0:16 
AnswerRe: Export to CSV with commas in strings Pin
CPallini30-Nov-09 0:39
mveCPallini30-Nov-09 0:39 
GeneralRe: Export to CSV with commas in strings Pin
maycockt30-Nov-09 0:55
maycockt30-Nov-09 0:55 
QuestionGet selected data in list control Pin
billu 229-Nov-09 22:47
billu 229-Nov-09 22:47 
AnswerRe: Get selected data in list control Pin
CPallini29-Nov-09 22:53
mveCPallini29-Nov-09 22:53 
QuestionAbout creating and hiding window in win32 Pin
Nandu_77b29-Nov-09 21:54
Nandu_77b29-Nov-09 21:54 
I have created a win32 application, in which a window is created say mywindow1 and after that I am creating other window in the same application say mywindow2. Based upon some condition Mywindow2 is created, if the condition is not satisfied mywindow2 will not be created that is fine (no problem with this scenario). But when Mywindow2 is created it is not a child of mywindow1. While creating the mywindow2 I am using findwindow(null, “mywindow1”) method to get the handle and then using hidewindow(mywindow1hndl) mywindow1 is hided.

Now my question is, finding a window handle using window name and hiding the window is a good idea or not in the real time application. Will this create a problem in the future? If not what is the best way to do it?

Thanks,
Nandu
QuestionRe: About creating and hiding window in win32 Pin
_AnsHUMAN_ 29-Nov-09 22:32
_AnsHUMAN_ 29-Nov-09 22:32 
AnswerRe: About creating and hiding window in win32 Pin
Nandu_77b29-Nov-09 22:37
Nandu_77b29-Nov-09 22:37 
QuestionRe: About creating and hiding window in win32 Pin
CPallini29-Nov-09 22:49
mveCPallini29-Nov-09 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.