| Thread | Last Post | Replies |
|
| OPTION BUTTONS | 23 Oct 2004 14:51 GMT | 2 |
Does anyone know of a limit to the number of option buttons that can be used in a project, I have a project that has several option buttons but when I try to add another it always comes op selected, even when the value is set to false in form load.
|
| WinXP SP2 & VB6 | 23 Oct 2004 14:26 GMT | 1 |
I'd like to know if anyone has run into any kind of problem with VB6 apps (exe) and WindowsXP SP2? I'm looking for any kind of problem, but related to VB6, like, some kind of programming techinc that needs reviewing, or problems connecting to
|
| How to run a Java Class from vb application? | 23 Oct 2004 08:18 GMT | 1 |
Hi Every body, My question is: How to run Java Class from vb application? My scenario: I have a vb program and need run java class, but I need catch a response from the Java class into vb program.
|
| Capture screen image | 23 Oct 2004 08:11 GMT | 3 |
Is there a way in a VB program to capture the screen as a GIF or BMP or other graphics format file or object, similar to pressing Ctrl-PrintScreen on the keyboard?
|
| Display data in grip with many lines | 23 Oct 2004 04:41 GMT | 3 |
 Signature hello In VB6 of I data from an access databse I want to display that has a few lines in it. In a textbox I can display the data no problem.
|
| listbox and wrap around ajt | 23 Oct 2004 03:05 GMT | 7 |
 Signature hello I have a simple listbox. I have data I add to it during run time. The data sometimes extends beyond the listbox boudary and the text doesnt wrap
|
| Newbie is stuck again with XML node editing | 22 Oct 2004 23:41 GMT | 3 |
I am stuck. I want to be able to traverse through my xml doc and edit just the "title" key values. My issue is I can only get to the the parameter level and then I get all of the key values. What am I doing wrong. Some code and xml is included
|
| activex dll | 22 Oct 2004 23:31 GMT | 3 |
is there a way to write an activex dll using visual studio .net that i can use in ASP pages, or do i need to keep using vb6.
|
| Get Control instance from it's window handle | 22 Oct 2004 22:15 GMT | 1 |
I have a method written in VB6 that uses an API call to get the selected items from a combobox. Well apparently this does not seem to work in .NET, is there any way to get the control from it's handle
|
| runtime error 429 activeX component can't create object | 22 Oct 2004 21:50 GMT | 1 |
I have a VB appl made but when I install it on another machine I get an error 429. I know it has something to do with dependency information of some dll or ocx, but how do I findout which dll or ocx is hampering the execution of my appl?
|
| Best way to duplicate menus in MDI project? | 22 Oct 2004 21:31 GMT | 13 |
I am starting to build a complex MDI project in VB6. The MDI will have a general menu, and each child will have specific menus also. I am aware that VB6 is designed so that the child menu replaces the parent when activated. All my research has led to the same answer, that I will ...
|
| string concatenation - speed optimizing | 22 Oct 2004 20:45 GMT | 12 |
Is there any "SPEED" difference between: sMyString = sStr1 & sStr2 & sStr3 & sStr4 & sStr5 vs sMyString = sStr1
|
| Execution pause during resize? | 22 Oct 2004 19:46 GMT | 3 |
I'm using VB6 Learning Edition and playing with a POP3 toy that downloads my email headers. I seems to me that resizing the window causes code execution to stop until the resize is completed, which in turn causes events to missed, leading to all sorts of problems. My solution to ...
|
| Using DE | 22 Oct 2004 19:32 GMT | 1 |
I am using the Data Environment feature to control tables in a Access database. What is the routine that will allow me to delete all rows from a table using a command button and not get screwed up with the database cursor?
|
| How to Spy on DLLs | 22 Oct 2004 18:36 GMT | 5 |
Is it possible, using Spy++ or anything else come to that (apart from non-free third party tools with no trial period) to view what DLLs a certain process has got loaded at any one time? Using Spy++ I can see what processes are running, and I can expand the nodes
|