| Thread | Last Post | Replies |
|
| Graphics | 25 Mar 2006 23:54 GMT | 4 |
This is really a two part question. Is there a way to create a transparent overlay graphics form that will sit over other programs? And if so is there a way to rotate the graphics the way photoshop rotates an image using the mouse?
|
| Graphics Again | 25 Mar 2006 23:52 GMT | 1 |
I stand correct i did not work out rotation I am looking for code that will actually rotate the image in a picturebox so that when it is done the actual pcture has been rotated and the image is in the picturebox and can be manipulated. It apprears that all the code I have found
|
| Combobox listindex confusion | 25 Mar 2006 19:13 GMT | 2 |
I'm confused, I have a dropdown combobox. cboItemNames I populate the list with an Open file, Do Loop, and read the item names into the list using the the AddItem method.
|
| VB to Excel - Best method? | 25 Mar 2006 19:03 GMT | 2 |
Is there a more efficient method of plugging into Excel data that is first manipulated in a VB6 program? Here's how I'm doing it now: 1. One or more files are opened in VB and the data dumped into a string 2. The data is reformatted (pieces joined together, multiple spaces removed,
|
| Consume Web Map Service (WMS) with VB6 | 25 Mar 2006 18:11 GMT | 7 |
Anyone have any experience using WMS in VB6? I'm new to WMS and have no experience at all in this area. I have access to a wms server, and I can easily load the images in IE using a http request,
|
| 3 problems | 25 Mar 2006 17:35 GMT | 2 |
i am using VB6 1. I have a long job to run, I want show the current status using text on a dialog/popup/windows which control(s) should i use?
|
| How to increase the number of keys available for use as HotKey? | 25 Mar 2006 17:12 GMT | 2 |
Is it possible for example to use a three keys combination? Or maybe there is another way? Your thoughts appreciated, Jack
|
| Obtain MCSE certificaiton without exams(Pay after check results)100% passing gaurantee | 25 Mar 2006 16:57 GMT | 6 |
FRIENDS Here i m going to tell you the fastest way to get MICROSOFT,CISCO,COMPTIA,ORACLE,SOLAIS certified without efforts...... friends i have five vue and prometric testing sites here in
|
| Notification Window without a .NET | 25 Mar 2006 15:52 GMT | 4 |
Is there any way I can use a notification window like the one in Outlook2003 for my Access2002 project only by using VB/VBA without a .NET involved? I've seen this Microsoft page about the VB Power Pack: http://msdn.microsoft.com/library/default ...
|
| Clearing Combobox without clearing text box | 25 Mar 2006 12:58 GMT | 2 |
Is it possible to clear a combobox without clearing the text box in VB6. There are about 1000 items there in the combo and it is loaded from a database (manually loaded using additem method).
|
| Create a taskbar toolbar in VB | 25 Mar 2006 11:32 GMT | 2 |
What I would like to do is create a program or a DLL in VB6 than can run in the Windows taskbar. I've already searched Google but I can't find anything except putting the contents of folders on the taskbar. I want to make a sort of Run box, but on the taskbar and that supports
|
| What is Run-time Error "401" ? | 25 Mar 2006 09:56 GMT | 2 |
Run-time Error "401" ? I've searched MSDN and Google and cannot locate it. Jack
|
| 'File format no longer supported' error, fix? | 25 Mar 2006 03:27 GMT | 1 |
I have a simple program that runs into a problem on one development machine. The error 'File format no longer supported' comes up when trying to add a reference to Microsoft Windows Common Controls-2 6.0 (SP6). How would I go about diagnosing this?
|
| Convert HTML to text | 25 Mar 2006 00:39 GMT | 11 |
I'm looking for a converter from HTML to text. But not a simple one, or even a regular expression, but one that can convert also complicated pages, with embedded styles, dynamic content etc. Does anybody know such tool?
|
| How to cast a ref to one type to another? | 25 Mar 2006 00:28 GMT | 2 |
I am using GetFontUnicodeRanges() function in VB. This function needs to get the size of a structure first, then allocate memory for this structure, and call that function again to get needed information. Following is the equivalent in C++
|