| Thread | Last Post | Replies |
|
| VB.NET Excel interop error "no printers are installed" | 18 Jul 2006 18:06 GMT | 3 |
I have a VB.NET console application that uses the Excel PIA. I set it up to run on a W2K box through Task Scheduler, under a domain account that has rights to all of the resources the app uses. I can run this application on my local XP machine with no problem. However, on the ...
|
| Dll code | 18 Jul 2006 17:37 GMT | 8 |
As per my information dialogic card is a h/w and IVRS(interactive voice response system) is the s/w that run on that h/w.I want dll code so i can try to make samething i.e IVRS using VB 6.0.Plz Reply me Soon.
|
| Drag N Drop to launch app | 18 Jul 2006 15:57 GMT | 2 |
Is it possible to drag a file on a VB6 icon which will launch the app of the icon and have the file that was dropped on the icon be processed as an input file...I have looked for code samples and have only found drag and drop code once the app is running...
|
| Which type of replication in SQL server is the best to use? | 18 Jul 2006 15:40 GMT | 1 |
I am in need of knowing which type of replication is the best to use in SQL server. My application runs at the server place and there are client processes running in remote which gets connected to this server process .
|
| scripting RDC | 18 Jul 2006 14:00 GMT | 1 |
Folks: Looking for a script (DOS/VBscript/etc ) that would allow me to remotely switch on Remote Desktop Connection (RDC) on a windows XP machine Thanks,
|
| Setup for VB6 Learning Edition | 18 Jul 2006 13:36 GMT | 1 |
I have just purchased VB6 Learning Edition. When I try the setup I get an error message saying: config.nt. The system file is not suitable for running MS-DOS and Microsoft Windows applications. Chose 'Close' to terminate the applicaiton.
|
| error using a ms access database ith visual basic 6 | 18 Jul 2006 13:36 GMT | 7 |
I use Visual Basic 6 with an MS Access 2000 data base and jet 4.0 I have the following error: 80004005 - can't open any more table. I know that this is because jet 4.0 is limited to 2048 tableid, and probably I exceded this value. Someone can help me and suggest how bypass this ...
|
| VB6 fonts on different display sizes | 17 Jul 2006 22:34 GMT | 6 |
Can someone help? I developed an app on a std. size 14 inch laptop. I installed the same VB6 product the same way on a 15 inch laptop and moved the app to the new computer. When i look at it on the larger display I noticed labels with font setting small fonts, bold, size=7 do not ...
|
| Custom ScaleMode setting problem | 17 Jul 2006 22:24 GMT | 21 |
I am graphing two dimennsioal data. Is there an easy way to turn a picture box into a variable ( change the X orY axis units) coordiate system? I want to graph: Line (x1,y1)-(x2,y2) where the x and y values are my actual
|
| NO postings | 17 Jul 2006 22:01 GMT | 4 |
Today is the first posting I've seen to this NG since 7-5. Is this correct?????
|
| How do I sort a table | 17 Jul 2006 21:38 GMT | 2 |
Public Sub test() DoCmd.OpenTable ("OSM Table 1") End Sub I'm this far, yes I'm that good. What do I need to do to make it sort
|
| Show the field | 17 Jul 2006 20:37 GMT | 2 |
its me again i have a problem to show legend used checkbox i mean the legend will show if i click the checkbox and show more legend if i click more checkbox
|
| saving a special variant to disk | 17 Jul 2006 20:34 GMT | 2 |
how can save a variant that contains an array of objects to disk, and retrieve it back sample code: ----------------------------
|
| FileSystemObject problem | 17 Jul 2006 19:44 GMT | 14 |
I have a very strange problem with FSO. I need to compare versions of 2 files located in different places. 1 of them is in App.Path, and another one let's say in "C:\MyDLLs". Both have the same name WorkorderXML.dll
|
| to access general module code into class modue | 17 Jul 2006 18:19 GMT | 2 |
How to access the code written in General Module into Class module. Basically I am trying to write the code in mdule which can read my INI file. and will pass this information as a parameter to my function in perticular class.
|