| Thread | Last Post | Replies |
|
| finite state machine for a calculator | 31 Aug 2004 20:31 GMT | 3 |
It is harder than I thought. I created the state machine with a total of 9 states. I thought 3 was enough but I was wrong. I need 9 states for my calculator to look and work like a real desktop
|
| Mozilla Firefox | 31 Aug 2004 17:32 GMT | 1 |
Quick question... can I use Mozilla Firefox with VB .NET as my default browser? Some features of the program are not accessible such as updates etc...
|
| AxtiveX EXE Is this Possible | 31 Aug 2004 15:46 GMT | 14 |
Background: I have an application that requires load testing. I will call it "IansApp" for now. I unfortunately have a limitation on the number of machine available for running this test and I am only one person.
|
| Change a Service Account Password | 31 Aug 2004 00:23 GMT | 2 |
i wana chane a service account password, but the only resources that i can find about this subject is a vbscript on the scriptcenter(http://www.microsoft.com/technet/community/scriptcenter/service s/scrsvc01.mspx), only i need to do it with VB.NET.
|
| I am trying this through VB !!!!! | 30 Aug 2004 16:30 GMT | 1 |
I need to send a fax through a VB application. I have used this code: Private Sub Form_Load() On Error Goto ErrHandler Dim strComputer As String
|
| Hindi Code page/Unicode | 30 Aug 2004 14:59 GMT | 2 |
I have an applictaion that needs to use the Hindi Language with Magal as the font. With XP, there is a setting " Language for non-Unicode programs" but Hindi is not on the list.
|
| Updating a VB application | 29 Aug 2004 17:30 GMT | 5 |
I have designed an application that I frequently update. What I do in order to distribute the application to the many computers running it, is this: I have a table called Version on a SQL Server. Each time the application is started, it checks its version against the SQL server's ...
|
| Change the IP address of my computer? | 29 Aug 2004 17:07 GMT | 1 |
How can I change the IP address of my computer without restarting? Thanks,
|
| Getting a list of running applications/files | 29 Aug 2004 12:15 GMT | 1 |
Hi and hello First time posting to this VB group I need to develop a fast method of switching automaticaly through the files or application open on a PC for display on a plasma screen. Basically I want to perform the keystroke Alt+Tab every 30 seconds or
|
| state machine for a calculator | 27 Aug 2004 20:10 GMT | 1 |
I am writing a calculator program. I am too lazy to search for the topic. And too lazy to reinvent the wheel. Would someone be kind to post the state diagram for a calculator program
|
| hyperlinks in VB 6 form | 27 Aug 2004 08:05 GMT | 3 |
What's the easiest way to place a hyperlink to a web page on a vb 6 form?
|
| DoEvents? | 27 Aug 2004 07:59 GMT | 2 |
I have build an alarm clock in vb6. When the alarm goes off a wave file plays. When the alarm is sounding, you can click the "Stop" button but it won't stop playing until the wave has completed.
|
| Path/File Access Error >> Bad filename or number >> Currently locked by user Admin on Machine XXX | 27 Aug 2004 03:46 GMT | 2 |
Error: Path/File Access Error >> Bad filename or number >> Currently locked by user Admin on Machine XXX Product VB6, MS Jet SP5 + Access 2000 DB Users: 25
|
| Shell command in VB | 25 Aug 2004 04:40 GMT | 4 |
I want to write a batch file in VB, which prints a text file which I pass as an argument. I guess it requires calling the shell command too. I am new to batchfiles, and VB.
|
| Rename Field through SQL Statement in Access Database | 24 Aug 2004 15:12 GMT | 1 |
Dear Friends, I want to know how to change (Rename) Field Name in Access Database. If any one knows please help me. Thanks in advance
|