| Thread | Last Post | Replies |
|
| Is it possible, the menu item no to be hidden after clicking? | 27 Mar 2006 10:23 GMT | 3 |
I have a contex menu (common vb6 menu). And would like the user pressing Shift button could check some menu items. Can I disable menu hiding when clicking? Thanks in advance.
|
| printform 5" from top of page, how to approach? | 26 Mar 2006 12:43 GMT | 1 |
I would like to print an image of the form starting about 5" down a pg (8.5" x 11"). Any suggestions about how to approach this? TIA, Mike
|
| send email from VB6 on win98 and up w/out SMTP server, possible? | 26 Mar 2006 10:11 GMT | 7 |
I would like to be able to send email from any computer that is logged onto the internet from private ISPs or corporate LAN's. Is it possible to do this without using an SMTP server, on Win98SE and up? TIA,
|
| C# code to open a windows directory | 24 Mar 2006 21:53 GMT | 3 |
I need the C# code to open a windows directory. Regards, Shilpa
|
| Mouse Movement | 24 Mar 2006 20:58 GMT | 2 |
Does anyone have a VB6 example of moving the mouse to a specific pixle location then clicking the left button? This would be self standing code, so it wont be refencing any objects, just move to a pixel on the screen and click the button.
|
| Transparent layer over another window | 24 Mar 2006 10:18 GMT | 1 |
I have a VB form which is a modal window to a PowerPoint slide window. I wish to offer the ability to the user to be able to click on any region on the slide and place a picture at that point. Since the dialog has to be modal I wish to place a modeless transparent window over the ...
|
| Render RTF text with GDI+ | 24 Mar 2006 07:49 GMT | 2 |
I have an app that uses GDI+ to render certain elements on screen and printer. At the moment text elements are plain text but I'd like to move to RTF. I'm guessing I need to parse the RTF text, render each chunk and setting
|
| InternetSetCookie API works even when cookie is not allowed | 24 Mar 2006 04:49 GMT | 1 |
I am using the InternetSetCookie api from VB to check if the browse (IE) can accept cookies. I have disabled all cookies in IE 6 but the api still returns true and a cookie saved. I have to use this from a Windows application (from a web application this would have ...
|
| PRB: DACL inheritance on child keys using RegSetKeySecurity() | 24 Mar 2006 01:29 GMT | 1 |
We have an VB 6.0 issue best described by using an example function UpdatePermissionsOfRegistryKey() used in kb article 316440. http://support.microsoft.com/default.aspx?scid=kb;en-us;316440 While applying CONTAINER_INHERIT_ACE flag to .AceFlags property of
|
| How to read USB device properties | 23 Mar 2006 21:13 GMT | 5 |
Hi, any idea how to read Device Details information like Device Instance ID, HardwareIDs and etc. Those properties can view by click properties and details for any devices. How can I programmatically read those information.
|
| SetParent API cannot set focus | 23 Mar 2006 11:53 GMT | 2 |
I use the SetParent API to run Notepad and other applications in a VB PictureBox. Everything works fine except that I cannot find anyway to set focus to NotePad through code. The only way is by clicking on it. Is it possible to set focus to a program running in a child window?
|
| Scale/Crop Image | 22 Mar 2006 21:03 GMT | 1 |
I want to allow my program users to: 1. Open a jpg inside of a panel control (PictureBox control inside Panel control ... PictureBox picture set to user's jpg file selection);
|
| Need help with CryptoApi | 22 Mar 2006 19:28 GMT | 4 |
I've been using the cCrypt by Kevin Wilson found at http://www.TheVBZone.com for a while now. Recently a user running Win Xp Home ran into some trouble with one of my apps.
|
| Identify a file type and open the file | 22 Mar 2006 16:37 GMT | 2 |
I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet explorer/netscape/mozilla.
|
| Help on use StgOpenStorageEx | 22 Mar 2006 07:54 GMT | 2 |
I would like to use IMAPI to develop an application that burns CDs. At the site vbaccelerator.com I've found a good IMAPI wrapper; but to use it in burning data (Joliet) on CD, it's necessary to provide an IStorage implementation.
|