| Thread | Last Post | Replies |
|
| VB formatting question | 10 May 2005 14:41 GMT | 1 |
Could you please tell me how to format a string. I want to insert a carriage return after every 80 characters. I am parsing XML CDATA and need to format it. Here is a snippet of the code capturing CDATA. I want it to be
|
| messagebox.show help. | 10 May 2005 14:09 GMT | 1 |
I have some simple code here (attached) I generated in VS.net 2k3. I thought I was going nuts when I did this. The code is simple. A windows form, w/ a button. when clicked, it opens a message box w/ the text in the code. I can put a whole lotta text in
|
| VB Programs sending SMS | 10 May 2005 08:46 GMT | 1 |
I've found some links, and will mess with the programs. However I'd like to know if anyone of you have done it and could share your experience with me? For those who are interested, here are the links I found:
|
| Run-Time Error '9' Subscript out of range | 10 May 2005 05:52 GMT | 3 |
Help. I have a vb6 program running a report on an Access 2003 database which runs to completion fine when I am in development or design mode. When I create an executable file and run from the executable file I get a run-time error '9', Subscript out of range. I used code to ...
|
| help w writing code | 09 May 2005 22:45 GMT | 6 |
can i get someone to write a simple few lines for me so i get an idea what i need to do i am trying to do this i want a program that i can input the name of a file and date and on that date the program will delete the file or rename the
|
| Convert QBasic | 09 May 2005 20:50 GMT | 16 |
I would like to convert a QBasic game. I am next to useless on graphic stuff so I thought this would be a good project for me to learn a bit.
|
| Calling C++ dll from VB | 09 May 2005 17:52 GMT | 3 |
I've been tasked with incorporating an existing C++ dll into my VB project. The dll consist of a single function. I don't have: The source code for the dll. I do have: The headers and working example C++ code calling the
|
| kill form while executing sleep: form hangs. | 09 May 2005 15:25 GMT | 4 |
Synopsys: if you try to unload a form that's executing a "sleep" statement, the form (and your app) will stay alive. System: winXP Pro, VB6/SP6 Description:
|
| visual basic 2005 beta free download | 09 May 2005 14:16 GMT | 1 |
Hi anyone downloaded this and actually got the free activation code ? Download and install no probs , seems to run very slow though compared to vb6. Cant get activation code , wont let me confirm email addy for registration. According to forums looks like a regular problem anyone ...
|
| zorder question | 09 May 2005 09:41 GMT | 1 |
There is something I need to do, and I am not sure of a good way to do this. Maybe I can get some ideas from some of you. On my form I can have several Image controls. They may overlap... more than one can overlap. When I right-click one of them, I want to be able to move
|
| Environment variables and Internationalization | 09 May 2005 06:16 GMT | 2 |
Environment variables are accessed in VB using environment variable names - e.g. Environ("USERNAME") or Environ("PATH") Is this a problem when doing internalization? Are the environment variable names different in a non-english version of Windows, e.g
|
| Help Cant Cancel | 09 May 2005 04:00 GMT | 2 |
Can anyone tell me why I cant push any buttons on my form when I run this copy sub? I setup a button to set a cancel flag to 1 and put If MyCancel = 1 Then Exit Sub Else
|
| File About | 08 May 2005 20:28 GMT | 2 |
One of my forms have suddenly acquired a tool bar across the top with options File and About, I may have created this when messing around with icons. How do I remove it, or more interestingly, how do I edit it?
|
| Design question | 08 May 2005 18:54 GMT | 2 |
VB6. I have a class. The class receives a bunch of individual items from an asp page, then updates the database. My question is what is the best way you have found to update the database, one record at a time -or- send every that needs to get written to the database to the ...
|
| Simple contact detection - RS232? | 08 May 2005 16:39 GMT | 1 |
I am just wondering if anyone can advise me the best method (easiest) in which to interigate an output from a device that is gives either a Positive or negitive output depending on its state. The output will probably be changing at most every 2 seconds.
|