|
Date/Time Picker dialog Hi all- I am also looking for a "Date / Time selection" dialog. What I want to do is open a dialog box and allow selection of a "Start time" and "End Time" for which I will then extract data from a set of files. Is there an existing setup for this, or will I have to roll my own. I am using VS-2005, C (not... 27 Jun 2008 19:21
GetOpenFileName-like dialog for Directory Name Hi all- Is there a function or variant that works like GetOpenFileName that will pick an existing directory? Thanks, Jeff ... 27 Jun 2008 19:21
Best way to print out to screen using Textout()? I was trying to print on screen using TextOut(), but it had minor problems. Suppose I called a message box before I printed onto the form the printed message appears; else it does not. Here is code to demonstrate the problem. Hope I can get some advice: case WM_COMMAND: switch(LOWORD(wParam)) ... 27 Jun 2008 13:10
Creating a Software Manual This may be a bit OT, but are there suggestions for the modern way to create a manual from the ground up for a Windows program? Most likely the manual will be provided in electronic rather than printed form. I am unsure what format users would appreciate the most such as pdf/ html. I am also unsure what program wo... 27 Jun 2008 08:02
Sizing Tooltips I have a WTL Dialog application that has a tool tips class. For some reason, despite the fact that I am setting TTM_SETMAXTIPWIDTH to a -1, I have tooltips that are getting cut off. Searching around I found in MSDN the article on "Implementing Multiline ToolTips". If I understand it correctly, to implement multi... 26 Jun 2008 05:21
Is there a way to set the start point of a file which is similar as function SetEndOfFile? In article <725e8200-e7e0-4728-939d- 9a71b393e4fb(a)z24g2000prf.googlegroups.com>, guxiaobo1982(a)gmail.com says... We have a lot of large files with header information at the begining of the file, and we want such a method to truncate the header without recreating file and copying contents. Sorry, but no. I... 25 Jun 2008 13:58
Is there a way to set the start point of a file which is similaras function SetEndOfFile? Amber wrote: We have a lot of large files with header information at the begining of the file, and we want such a method to truncate the header without recreating file and copying contents. I'm afraid that rewriting the file is the only way of achieving that. File systems generally do not store files at o... 25 Jun 2008 13:58
Is there a way to set the start point of a file which is similar as function SetEndOfFile? We have a lot of large files with header information at the begining of the file, and we want such a method to truncate the header without recreating file and copying contents. ... 25 Jun 2008 12:56
GetVolumeInformation and NTFS Path Length Hello; I want to obtain the maximum path length of a volume. If I use GetVolumeInformation, the [out] parameter lpMaximumComponentLength gives the value 256 no matter if the volume is NTFS or Fat32. Is there any other way to get maximum path length of a specific volume ? Thanks. ... 25 Jun 2008 10:52
Cannot change the font? Below is the code I tried to use to set a font of my choice. I am drawing on the screen using TextOut and DrawText. The TextOut gives the output in the system default format LOGFONT font; font.lfHeight = 15; font.lfWidth = 0; //font.lfEscapement = 0; ... 29 Jun 2008 14:12 |