| Thread | Last Post | Replies |
|
| Clearing the DOS screen? | 29 Mar 2005 01:14 GMT | 1 |
I have a Visual Basic menu script that I am trying to get to clear the dos screen it is running in. Basically, you select an option from the menu, and after the processing is complete, a "press enter to continue" comes up. When enter is pressed I'd like the DOS screen the
|
| Rounding | 28 Mar 2005 20:43 GMT | 7 |
Is there a function that rounds either up or down to the nearest penny? example: dblX=(55.324*7.833). dblX should be rounded up to nearest penny.
|
| Currency Text Box in Excel Form | 28 Mar 2005 19:31 GMT | 1 |
I am attempting to have an entry on a form that will format the entry to a currency amount. For example, if the user types 3452, I would like the form to store/display 34.52.
|
| Who would like to test my web server software? | 28 Mar 2005 19:16 GMT | 45 |
I wrote a web server in VB. It's pretty nice, it shows you all connections and their status in real-time and keeps a full log. Whoever would like to test it out, here's the URL to download it: http://half-eaten.scieron.com/web@home/index.html
|
| Textbox with ampersand | 28 Mar 2005 18:52 GMT | 4 |
I need to fill a textbox with a text like "this & that". mytextbox = "this & that" on the form it displays like "this && that". I can not use a label, because I can not select and copy text from there.
|
| Visual Basic and cd writer | 28 Mar 2005 16:59 GMT | 2 |
Hey, did anyone know a paper about visual basic 6.0 to get access to a cd writer? thanks!
|
| Vb in word Can't exit design mode OptionButton4 can no tbe created | 28 Mar 2005 16:43 GMT | 1 |
MW Word 2002 SP2 I created a doc using check boxes and the form was working fine until I received thie error message, Can't exit design mode because Control 'OptionButton4' can not be created. There are no option buttons on the form.
|
| Help compiling a VB6 program | 28 Mar 2005 15:25 GMT | 7 |
I have sources of an open-source Visual Basic 6 program (Soarcast) who's author stopped supporting but allowed me to convert to more open technologies. I do not have access to Windows or VB6 development tools.
|
| VBA and Excel - Workbook opening problem | 28 Mar 2005 13:17 GMT | 4 |
If I have workbook "one.xls" open and try to open a second workbook from within a subroutine using Workbooks.Open "E:\Data\Excel\Two.xls" "Two.xls" opens as expected.
|
| Is this worth trying? | 28 Mar 2005 12:51 GMT | 12 |
I received the following in another email. Does anyone know anything about it? Will/can it replace VB6? Their web site implies it is a replacement. I don't know what they mean by "...free 'til the end of this month" especially since that is less than a week away. Check out: ...
|
| Memory Leak in XP | 28 Mar 2005 02:05 GMT | 1 |
I have a situation I am trying to solve. I created an ActiveX DLL to convert TIF to PDF files using Adobe Acrobat. When run on a Windows XP computer there is a memory leak, even after the application has finished acrobat.exe is still an active process. This does not happen when run ...
|
| Project manhours estimate | 28 Mar 2005 01:44 GMT | 6 |
I know this isn't a code question, but could use some help. What would a fair estimate be for the total manhours needed for a non-certified person to develop a VB interface to an Access db with reporting on time calculations between fields, monthly totals, and
|
| "Free Objects" | 27 Mar 2005 23:29 GMT | 5 |
Is it possible to make a Command button outside the form? And if so, how to make it? If i got at textbox in the mainform with som data and when i strike enter i would like that data to be shown on a commandbutton placed in the top right
|
| The Greatest News Ever! | 27 Mar 2005 14:31 GMT | 1 |
http://www.jcil.blogspot.com << The Greatest News Ever!
|
| adding controls dynamic | 27 Mar 2005 07:11 GMT | 3 |
I'm experimenting with this dynamic control addition So far all is well. I have a standard form with a frame (Frame1) And the following code:
|