| Thread | Last Post | Replies |
|
| SendKey problem with doubleused keys | 16 Jul 2005 21:37 GMT | 7 |
I have an VB6 application which makes intensive use of Sendkeys. Sometimes when a long string (filenames including pathname) is sent I found that often one of the backslash characters is changed to its correspondent 'non Alt Gr' character (which is 'ß' on my German keyboard, ...
|
| Graphics function called from Excel VBA | 16 Jul 2005 17:26 GMT | 5 |
Hello newsgroup, I got to this group from the public German Excel group, where my question could not be answered. I hope this is the correct place. This is the situation:
|
| best way to "null" a string variable ?? | 15 Jul 2005 14:44 GMT | 32 |
What is the best way to "null" a string variable in VB that removes it from memory until called again. I've read: vbNullString, which if I understand correctly just creates a zero length string
|
| Enum font sizes | 15 Jul 2005 10:45 GMT | 11 |
I can use EnumFontFamilies with the callback function to get the names of the fonts that a .DC has and EnumFontFamProc will tell me if that font is a truetype font, so I can assume a set of common sizes. However, for non TrueType, which element of the NEWTEXTMETRIC structure
|
| Graphics function called from Excel VBA | 15 Jul 2005 02:35 GMT | 1 |
Hello newsgroup, I got to this group from the public German Excel group, where my question could not be answered. I hope this is the correct place. This is the situation:
|
| RegQueryValueEx Crash | 14 Jul 2005 00:03 GMT | 4 |
I've created the below function that calls the RegQueryValueEx function. This runs fine the first time it is called but no the second run it crashes the application every time on this line
|
| MAPI and Groupwise | 13 Jul 2005 22:33 GMT | 3 |
I have encountered a strange problem that I can't work out. I have a VB6 application that uses MAPI to generate emails which are sent via a GroupWise client. The problem is that when an attachment is included with the email the entire email, complete with it's attachment is sent ...
|
| reading USB Port wich es connected to POS Printer | 12 Jul 2005 16:48 GMT | 1 |
hi friends, Firstly, sorry for my english. I need help!! I must make a Visual Basic applications for read a USB printer, I know do it for serial or paralel but no for USB.
|
| Scaling the transparency | 12 Jul 2005 08:40 GMT | 1 |
Do you have any good references for sample code? - I am now having problems keeping the scaling of the transparency to calculate correctly as the underlying images are different sizes but printed to a fixed size - this size is calculated using teh printer resolution, which ...
|
| Question about low interval timers | 11 Jul 2005 23:46 GMT | 5 |
I need to capture a specific event on windows, so i use a timer with very low interval - 30. of course this causes old computers to be very slow and in some cases "skip" on the event.
|
| display value of progressbar in text on progressbar, possible? | 11 Jul 2005 22:51 GMT | 6 |
I'd like to display the current value of the progressbar horizontally centered over the graphical progress indicator. Is this possible? TIA, Mike
|
| Printing Transparent Images over existing Image | 11 Jul 2005 16:42 GMT | 1 |
I have been trying to print an image (jpg) on top of another but with transparency to a scaled size. i have tried using TransparentBlt and altghough this works on a form, I cannot get it to work on a printer hdc.
|
| Printing Transparent Overlay Images to printer | 11 Jul 2005 16:40 GMT | 1 |
I have been trying to print an image (jpg) on top of another but with transparency to a scaled size. i have tried using TransparentBlt and altghough this works on a form, I cannot get it to work on a printer hdc.
|
| Rotating Display 180 Degrees Help!! | 11 Jul 2005 15:45 GMT | 4 |
We are using EnumDisplaysettings and Changedisplaysettings to modify the systems setting where our application runs. However we have discovered on some systems the devmode structure returned from EnumDisplaySettings will rotate the display 180 degrees. Everything is upside down. ...
|
| Prob with Event Source name... | 11 Jul 2005 06:55 GMT | 2 |
I'm really thankful to you people for the help. I've done the thing as per your suggestions. It was a problem of Event Source name what we register, i.e. create entries in registry
|