| Thread | Last Post | Replies |
|
| SetParent or SetWindowLong | 23 May 2009 20:51 GMT | 9 |
Using these API's in VB6 to change the parent window and wonder what the difference is between these two and which one is the preferred one to use. Did a good Google for this, but can find anything that explains.
|
| hi | 21 May 2009 00:42 GMT | 2 |
my monitor is all blank and i only access my files through windows task manager.i am using windows vista home premium.hw can i solve the problem?
|
| Problems with output redirect on VB6 command line apps (subsystem:console) | 19 May 2009 18:19 GMT | 6 |
Hello group, i use editbin /subsystem:console to create a console application. It works fine, unless i call it from another program or VBS script and try to redirect the output (tried oshell.run "program > file.dmp") tried
|
| Auto Calc Number X Axis Labels | 14 May 2009 19:25 GMT | 5 |
I wrote a simple 2D graph program to use in a picturebox. I would like to automatically calculate the number of X Axis labels to appear based on the number of points plotted. For example if there are 500 data points there needs to be enough space between the labels so the labels
|
| open change and save text file by using microsoft common dialogue control | 11 May 2009 13:31 GMT | 2 |
hello frends I am a student. I want create a program that can open change and save text files by using common dialogue control. plese tel me how can we create it. with best regards
|
| Folder selection dialog with initial value ? | 11 May 2009 11:09 GMT | 5 |
I have a piece of VB code to select a folder. The code calls SHBrowseForFolder This works fine, but i would like to select a folder and open the selection window with a given folder preselected, i have the impression it is not
|
| Reading/Writing text files using WINAPI | 11 May 2009 05:14 GMT | 6 |
Can somebody help me in reading/writing data to/from text files using Windows API function calls?! My code goes like this: Dim flname As String
|
| Scrolling position of "Internet Explorer_Server" | 04 May 2009 22:23 GMT | 5 |
Hi *.*, I want to get the current scrolling position of an "Internet Explorer_Server"-window (IE etc.). But neihter GetScrollPos() nor GetScrollInfo() return some usable. How can I get it?
|
| Getting appropriate messages | 04 May 2009 08:44 GMT | 1 |
I am using OpenFile,CreateFile ... functions but do not know how to get meaningful error messages such as whether the file is non-existent, or lacks access rights ... etc., I am using the below code:
|
| How to copy a stretched image to clipboard? | 02 May 2009 16:53 GMT | 6 |
I've come up against this problem before in an old screen capture program. Now I've made a little icon viewer and it's reared its ugly head again. The icon is first loaded into a picture control. This allows you to
|