| Thread | Last Post | Replies |
|
| Array with sets | 07 Aug 2006 20:27 GMT | 1 |
I need an array with two indexs.one index is in number kind that is not my problem but the second index has to be in set kind: a(1 to 10,subsets of V) that V is a set of some nodes.exp:V={v1,v2,v3}
|
| ActiveX control not downloading | 07 Aug 2006 20:02 GMT | 1 |
I have a vb 6.0 activeX control which I am accessing thorugh an intranet website. The problem is that the activex control loads on some machines and not on the others. It works fine on my XP mahcine (IE 6) . I have added the intranet website to my Trusted sites and also changed ...
|
| Help with first VB application - Data Entry form | 07 Aug 2006 17:58 GMT | 2 |
This is my first attempt at an application, so kid gloves are appreciated. I need to make a very simple form that only has a few elements. One is ScanDate - a date/time field that should equal the date/time of the
|
| Menu Editor 6.0 Help !!! | 07 Aug 2006 16:18 GMT | 3 |
I need to know how to move thru forward and backard from Menu Editor object from Visual Basic 6.0. I have a toolbar menu like Menu1 Menu2
|
| learning VB | 07 Aug 2006 16:17 GMT | 1 |
I'm very intersted in VB.6 but I don't have enough sources to learn it because I live in a country far from Europe so sources aren't in access very good.Is there any E_books to help me in learning VB or is there any website to learn
|
| Error Converting VS2002 project with VisualStudio 2005 | 07 Aug 2006 15:56 GMT | 2 |
When I try to open a Visual Studio 2002 project with VS2005 it automatically tries to convert it to latest version. How do I stop this automatic conversion of Asp project and continue without conversion using VS2005 ? thanks
|
| learning VB | 07 Aug 2006 15:19 GMT | 1 |
I'm very intersted in VB but I don't have enough sources to learn it because I live in a country far from Europe so sources aren't in access very good.Is there any E_books to help me in learning VB or is there any website to learn it?.Thanks
|
| CodeSmart Not Xp Compatiable? : Alternative program | 07 Aug 2006 15:18 GMT | 1 |
Hotspot , End-of-Line Details These features are not active even if Enable code view assistand is checked in Codeview Assistant. I am Using Xp Pro and VB6
|
| Getting a non-active application window to the foreground | 07 Aug 2006 13:30 GMT | 2 |
I have now found another example which seems to work maximizing and minmizing an application window which is not active. (http://vb-helper.com/howto_hotkey_miniminze.html) However, I don't know how to get the window to the foreground if another application is active (i.e.
|
| I have a problem with ActiveX Controls | 07 Aug 2006 01:50 GMT | 1 |
Hi every body I have missing files for activex controls in my visual c++ 6.0 program... I don't know if I can download it or from where can I download it ...
|
| printing using tabs | 07 Aug 2006 01:32 GMT | 29 |
I have a program with two tabs on it , they both just contain data Tab#1 and Tab#2 I wish to print them concurrently on the printer. The printer is set to duples so it makes sense if I print data on Tab #1 then #2 it should be front page and back page!!! How do I print this ...
|
| How to read text-file into VB? | 06 Aug 2006 15:39 GMT | 9 |
I have a textfile called noise.dat with a list of words I want to read into VB. The text file contains a list of words (one word per line), like: a
|
| Stack Error | 06 Aug 2006 13:54 GMT | 1 |
I run Internet Explorer on Windows XP. From time to time I recieve a "Stack Overflow Error" dialogue box while on line. I am also have difficulty downloading music or playing certain types of media. Is this problem related to the stack error?
|
| Drag and Drop from Listview1 to Listview2 | 06 Aug 2006 13:48 GMT | 2 |
I have two Listviews and I need to drag and drop an item from the one Listview to the other. The problem is that Listview1 is on FormA and Listview2 is on FormB. Both Listviews are in lvwReport.
|
| String Manipulation Woes | 06 Aug 2006 12:43 GMT | 10 |
Hi; My goal is to remove the file name from the following string = \\aServer\dir1\dir2\dir3\myfile.txt. Dim hold as String = "\\aServer\dir1\dir2\dir3\myfile.txt."
|