| Thread | Last Post | Replies |
|
| what's wrong with "Dim FormG As Grapgics=Me.CreateGraphics" ? | 12 Aug 2004 07:57 GMT | 2 |
in my sub, I want to print my form with an ActiveX, I first define the graphics, but this code always show some thing wrong there ? a sample code showing this is at http://www.thecodehound.net/Discuss/Visual+Basics/77.aspx
|
| notify MDI parend when a child form unloads | 11 Aug 2004 22:33 GMT | 1 |
is there any way to notify the MDI parent form when one of it's child forms is about to unload? I subclass the child form when it's loaded I can trap the WinProc message when the child is loaded, but can't figure out how to trap when it
|
| Audio Editing | 11 Aug 2004 15:58 GMT | 2 |
I have been given a project that requires a little bit of audio editing. Can some one put in me in the right direction on how to use VB to make a simple audio editing program. I have search many forums and many websites and nothing really puts audio editing into perspective. There ...
|
| Metafile paste problem | 11 Aug 2004 15:10 GMT | 5 |
The following code places an EMF onto the clipboard and when pasted into a Word 97 or Word 2000 document, displays a yellow square surrounded by a blue border. But in Word 2003 the blue border disappears.
|
| Problem passing argument ShellExecute | 10 Aug 2004 20:39 GMT | 2 |
If somebody has a clue. i have 2 access executable files. 1.mde 2.mde I have 2 workgroup information tables. 1.mdw 2.mdw. one of my short cut on my desktop looks like this:
|
| GetDiskFreeSpaceEx on 98. | 10 Aug 2004 20:31 GMT | 1 |
Bug in Winsows 98 only. I have a folder that contains 2 periods in the name, such as "Zip10.08.04". When I use GetDiskFreeSpaceEx it returns false. Is there an alternative way to get free disk space from this kind of folder name. The folder is located on the network, hence the ...
|
| Addressof and VBA | 10 Aug 2004 20:24 GMT | 2 |
Is the Addressof operator available in VBA? I'm using NT4 and Office97, and wish to write a callback function for the EnumWindows function. VBA doesn't recognise the Addressof operator, so am I dead in the water? Please advise.
|
| Windows XP SP2 cause Overflow Error | 10 Aug 2004 14:59 GMT | 2 |
Code supposed to get MHz of CPU0. VB6(SP5)& WinXP SP1, OK, no problem. VB6(SP5)& WinXP SP2 - FAIL! Overflow error at "If DataType = 4"
|
| Recycle Bin Help | 09 Aug 2004 16:49 GMT | 3 |
How do I obtain actual paths for ALL recycle bin folders (multiple drives) under Win2K and WinXP?
|
| Multiple user accounts on an XP Box | 09 Aug 2004 16:46 GMT | 6 |
I have 3 people using a given machine running XP. Tom, Dick, and Harry. If I'm Harry, and logged into Harry's account, what is the path to Tom's Temporary Internet Folder?
|
| Retreiving text and caption from foreign application | 09 Aug 2004 16:35 GMT | 1 |
I searched this and some other forums but still have an open issue: How can I get the text or caption of a foreign application's message/dialog/form etc? I would like to have the following functionality:
|
| Mousemove - drag threshold | 09 Aug 2004 15:13 GMT | 1 |
Sorry, I don't know the correct terminology but is there a standard value for the number of pixels an item has to be dragged with the mouse before it is recognised as a deliberate drag operation? I need eliminate accidental drags and I would rather use a standard value than make ...
|
| LpstrFile value causes a problem | 09 Aug 2004 14:21 GMT | 2 |
I use GetOpenFileName from within Visual Basic to get the value for lpstrFileTitle. This value I then load into a variable. If GetOpenFileName(OFName) Then 'ShowOpen = Trim$(OFName.lpstrFile)
|
| GetFileAttributes - hiberfil.sys & pagefile.sys are folders? | 08 Aug 2004 15:24 GMT | 5 |
For some strange reason, "hiberfil.sys" and "pagefile.sys" are reported as being folders (&H10) here. Is that normal? The problem is that I am using that function in a folder importing routine, and it will think that the two files are folders and will
|
| Hep: >> Connect two WinXp Computers through modems | 08 Aug 2004 09:05 GMT | 2 |
How can we connect two WinXP computers through dialup modems and exchange data? Any help is greatly appreciated Thanking you in advance
|