| Thread | Last Post | Replies |
|
| Enough smarts on here to rewrite VB6 from scratch | 26 Apr 2005 03:08 GMT | 1 |
Okay, it might be a tall order, but the only way VB is going to continue is if it is rewritten from the ground up by interested parties as a not-for-profit, open-source alternative (for Windows and Linux) for when VB itself ceases life as we know it. It could be done
|
| File printing script | 25 Apr 2005 22:01 GMT | 1 |
I've written the following code to print a .rtf file. The problem is that the machine code of the file is being printed. Here's the code. Please advise: Private Sub Form_Load()
|
| WinInet API help | 25 Apr 2005 21:06 GMT | 1 |
I need to build this API which connects to a company database through a URL, establishes connection and sends an XML file through the connection and in response it receives an output XML file. Could someone please guide me how do I go about this project. I am a
|
| Error assigning ADODB recordset field value to string - "Object Required" (NEWBIE) | 25 Apr 2005 17:43 GMT | 2 |
I have code that executes a SQL query against an Access table and then tries to use the result to build another query. Problem is: to make the new query I need to save some of the recordset field values as strings, and I'm getting an "Object Required" error. Here's a snippet:
|
| Terrible newbie questions re folders and buttons | 25 Apr 2005 16:33 GMT | 4 |
Hi. Thanks for reading this. I suspect these are terrible newbie questions but I can't find the answers in the documentation or the net, so I am hoping some person will take pity and reply! First, I am trying to mkdir a new directory in a module, and then copy
|
| SMS | 25 Apr 2005 15:51 GMT | 4 |
For some time now I have been working on a program, and now I reached the point where I want to send certain users of the program an SMS if something happens (for example,:an alarm while they are not in front of PC). How do I do this? Do I need an analog modem? Calling the user's ...
|
| How to access dialog properties (Text, etc) via win32 API calls | 25 Apr 2005 14:19 GMT | 7 |
I'd like to read out dialog boxes that might appear when my app runs. I have already managed to get a list of all active windows including handle using the EnumWindows function. Now I would need something similiar to enumerate the controls of the
|
| help needed with VB6 activeX control | 25 Apr 2005 13:05 GMT | 1 |
I want to create an activex control that displays an existing form The syntax Set frmmyfrm.framyfrmframe.Container = mycontainerframe generates the error "Invalid object use"
|
| Zero out multiple vars | 25 Apr 2005 10:13 GMT | 4 |
How do I zero out multiple variables - instead of Var1 = 0 VarABC = 0 Var89B = 0
|
| Exception while copying a file to network driive | 25 Apr 2005 02:35 GMT | 1 |
I using the routine below to copy file to a network drive for a regular backup process. Before calling this routine I using another function to check the presence of the LAN connection and the server where the network drive exists.
|
| Split makes unknown array size | 24 Apr 2005 20:53 GMT | 2 |
how can I determine the length of an array made by the split command. I get subscript out of range if I go too far. thanks, Kirk
|
| SQL Server and VB | 24 Apr 2005 11:49 GMT | 2 |
I am INSERTING records from an ADO recordset to a table in SQL Server. Everything works fine except for any records that have a field value containg an apostrophe ( ' ), these just fail. I have tried wrapping them in quotes like I do for an Access table but no joy there. Any ...
|
| help files needed | 24 Apr 2005 06:55 GMT | 2 |
Where can I download the help files of VB6? I can not get through company ot friend .
|
| sequential to random convertion | 24 Apr 2005 04:30 GMT | 1 |
I want to convert sequential file to be read as random using that command My.txt structure : NNNNN PP CC
|
| Preventing other programs from accessing serial ports | 23 Apr 2005 22:11 GMT | 1 |
I have a VB app that uses serial ports to send formatted messages to a production line printer (the type that prints best before dates etc onto food products). This app is working fine, however if the app is not running on a pc it is possible that another application on the pc may ...
|