| Thread | Last Post | Replies |
|
| String send from VB appln to VC appln does not support Unicode dat | 03 Nov 2004 15:45 GMT | 1 |
I am getting a problem related to VB UNICODE string passing to another appln. While having an interaction with VB and VC, strings send from VB are in ANSI format this is what I have observed. Does VB support UNICODE format while passing strings to VC application??
|
| Faxing from vb 6.0 | 03 Nov 2004 15:40 GMT | 1 |
does anybody know a way for faxing from vb. I am trying to use Symantec starter edition which comes with XP.I couldn't use this program from vb 6.0 Any idea ? Thanks in advance
|
| Looking for speed performance to draw line. | 03 Nov 2004 15:13 GMT | 12 |
HI GURUs Looking for good suggestion I am Looking for speed performance to draw line. I am using class collection for data holding. And for looping I am using
|
| Screen Resolution | 03 Nov 2004 11:30 GMT | 5 |
is iit possible to alter the screen resolution for a period of time by updating the registry settings ? thanks
|
| vb print problem | 03 Nov 2004 08:38 GMT | 1 |
Hi all! I'm experiencing some problem with the vb6 "Printer" object
:(( I need to print on a sheet that is longer than A4 sheet (just few centimeters) but printer stops to print after about 29 centimeters (A4 length). What's wrong? I tried to set A3 format but an error occurs (i
|
| Calling C dll from VB passing byte array | 03 Nov 2004 04:17 GMT | 2 |
I am trying to call a procedure in a DLL which requires a byte array parameter, which the DLL then alters, allowing the VB program access to the new values. Below is the parameter. Can someone please help me with the equivalent structure and calling example in VB for passing to
|
| WinHttpGetIEProxyConfigForCurrentUser and VBA | 02 Nov 2004 20:09 GMT | 4 |
I'm trying to get WinHttpGetIEProxyConfigForCurrentUser to work in an Excel-VBA macro and Excel keeps crashing. I'm guessing that I haven't mapped correctly to VB types. The code I use is below. Any pointers would be appreciated.
|
| Maps in VB6 | 02 Nov 2004 19:45 GMT | 2 |
I´m looking for a free ActiveX thats allows me to view .dwg maps (AutoCAD Maps) and, if it was possible, an ActiveX thats allows me to DRAW these maps.
|
| Skins | 02 Nov 2004 19:18 GMT | 5 |
I'm trying to create skins for an application. Have got as far as using things like CreateRoundedRectangle and unions and differences of regions. What I would like to do is shape the form round the boundary of a picture, then I will just use Form_MouseOver/Down to effectively ...
|
| problem with AVI getframe modify pixels and display | 02 Nov 2004 16:26 GMT | 6 |
I am trying to read a frame from an avi, modify the bitmaps in it and display each frame to a picture box. The part I can do is read the avi frames and display them in the picture box.
|
| LogonUser | 02 Nov 2004 14:12 GMT | 3 |
Hi *.*, I'm using the above API inside a program for temporarily logging in as Adminstrator. After that, I check by "GetUsername()" and "IsAdmin()" (the later results from an MSDN sample) and get the result "OK", you
|
| How Do I Get A Snapshot Of The Screen Without My Window? Is Possi | 02 Nov 2004 10:17 GMT | 2 |
Every technique I have tried includes my window because my window has to remain visible and I would hate to waste anymore time with it if it can't be done. I can use regions to get what is beneath but it causes major flicker in the area of the region and, in the case of XP, ...
|
| Please, i need help i am totaly lost with a simple gdi+ problem | 02 Nov 2004 09:54 GMT | 3 |
Good Morning everybody. I am totally lost. First i escuse myself for my poor english. I have developped a greyscaling bitmap function in visual basic 6. When i use this function on a 24 bpp bitmap, i get a good greyscaled
|
| VB, SavePicture and bitmap Header not correct | 02 Nov 2004 09:49 GMT | 2 |
Hi Y'all, I used the following code to retrieve data from the windows clipboard and save it as a bitmap. It works but when I try to insert the image into MS Access form, it seems to not show it because the header information of the .bmp file is not correct. When I hover over it ...
|
| How to know de position of the scrollbar cursor in an other form. | 01 Nov 2004 23:24 GMT | 2 |
I get the handle of a scroll bar and i Try to find the curent position of the scrollbar. I 'm not the owner of the scrollbar. it's located on a external form . Any way to manipulate the scrollbar .
|