| Thread | Last Post | Replies |
|
| VB appl vs Service on W2K server | 01 Jul 2004 13:47 GMT | 3 |
I'm not very good on Win2000 server at all so I might not even call things by their right names... Anyway, I have this VB6 application, it's working, no problem with that... the problem is that It should run as a service on a win 2000 server regardless whom is logged on.... I ...
|
| Combo Change Event? | 01 Jul 2004 12:30 GMT | 5 |
I have a combobox which I have added all the months of the year into the List, the combo is set to 0 - Dropdown Combo. When the user selects from the drop down list i.e. February I want to be able to run a function based on that selection. When I put the function into the change ...
|
| Commas causing problems in Split(<dataline>,vbTab,-1) | 01 Jul 2004 10:24 GMT | 2 |
I have the following line of VBA(excel) code, scanlnb = Split(scanln, vbTab, -1, vbTextCompare) when it runs over a line with a comma, it doesnt read past the comma. For instance, the data line:
|
| Scrollbar | 01 Jul 2004 08:55 GMT | 1 |
How can I make a scrollbar which works correctly when the control size on the form are dynamically resizes. Can anybody give me the solution. Thanks
|
| How to copy the contents of a screen? | 01 Jul 2004 07:46 GMT | 4 |
How can I make a screendump from a window of another application? E.g. I have a VB program that has to show in a picturebox the contents of the window of another aplication. I posted this question in mspvb.winapi too, but my provider seems to have a
|
| Looping through the folders in source safe ! help | 01 Jul 2004 07:07 GMT | 1 |
I am working on a vb project that integrates its self with source safe, I have a loop to view the folders in source safe but having problems in view all the folders I have the following code thats loops throught the root folder...
|
| Cannot initialize data bindings - NOT "futiure posted" | 01 Jul 2004 05:55 GMT | 1 |
Please help me with this datagrid problem. I have had a look around about this problem and I do have msstdfmt.dll registered on the system, but still it is working on all the xp/2000 installations and on some 98, but it does not work on other 98 installations and I cannot find why.
|
| VB6 for Java programmer | 01 Jul 2004 05:52 GMT | 1 |
I'm looking for web sites and references to resources useful to aid a Java programmer coming to VB6. I've done some Google searches, but only found sites with information about switching in the other direction. (These sites will do if there's nothing better of course.)
|
| Edanmo website gone? | 01 Jul 2004 05:47 GMT | 2 |
Does anyone know if this website has moved to a new location? http://www.domaindlx.com/e_morcillo Thanks
|
| DataSet Question | 01 Jul 2004 02:44 GMT | 1 |
Hello. I am trying to follow some VB.net code and am having a heck of a time trying to figure out a dataset source. I am assuming that a dataset is similar to an adodb.recordset in VB6. Here is the line of code that I am looking at:
|