| Thread | Last Post | Replies |
|
| Should Access VBA programmer move to VB .NET? | 29 Jul 2005 22:44 GMT | 61 |
Can one of the gurus on this forum please advise if someone like myself, who has successfully developed several Access applications over the past 10 years, should now make the move to another development environment - such as Visual Basic .NET.
|
| Sharing violation error on deletion | 29 Jul 2005 21:35 GMT | 9 |
Hello, I asked about this before, but am against deadline and haven't received any solutions yet, so thought would try again. I have an app that uses a VB6 front end to an Excel/Word VBA app.When the vb
|
| Array problem | 29 Jul 2005 21:02 GMT | 4 |
I have an array on a form. It has six tab entries. I want to turn Enabled = False for the 3rd entry. When I code SSTab1.Tab(2).Enabled = False
|
| Calling a VB.NET shared function from VB6? | 29 Jul 2005 20:12 GMT | 4 |
I'm trying to call a "Public Shared" function in a dll built in VB.NET from a VB6 program. Whenever I try, I get an error saying that the function doesnt exist. I had doubts that the "Shared" in the VB.NET dll could be the problem. I tried to
|
| String Declaration | 29 Jul 2005 19:02 GMT | 11 |
If I have a string that I know will always be five characters long, is it better to declare it Dim sStr As String * 5 Or
|
| Sending Email | 29 Jul 2005 18:26 GMT | 3 |
Hey everybody, This is not your typical "how to send email from my VB app" question, but it touches on that. I am aware of the various ways to send email. For example, there's the MAPI controls, CDO, even Winsock.
|
| Flowchart software that supports top down development? | 29 Jul 2005 17:33 GMT | 13 |
I am looking for a flowcharting program that will allow me to design my code top down: 1. Start with a very high level (functional) flowchart consisting of a few functional modules. For example, (a) Start, (b) User Logon, (c)
|
| Winsock question | 29 Jul 2005 15:08 GMT | 3 |
Our VB6 application uses MS Winsock control. The server Winsock control sends data 1 by 1 to its clients, but sometimes the data being sent is truncated and the rest of the data is sent in another package. For example:
|
| Monitoring file creations/deletions | 29 Jul 2005 12:53 GMT | 9 |
I am wondering if there is a way to create a service that would run on a server that could monitor all files that are created, moved, or deleted and trigger an action. What I want to do is create an automated database of all files on the server. When a file is created, I would add ...
|
| Catching error from another program | 29 Jul 2005 08:32 GMT | 3 |
I am using VB6 SP4 W2K OS. I have situation that a master program call a child program using Shell() function . The problem i have facing that the child program always raise
|
| Out of Memory Error 7 | 29 Jul 2005 04:47 GMT | 5 |
I am having a problem with loading two modal forms from both a .BAS module and from an MDI form. Works fine in the development environment but gives an "Out of memory" error in the compiled executable. The forms in question are NOT MDI child forms.
|
| Datagrid does not show data | 29 Jul 2005 03:02 GMT | 1 |
When I run this I see I have 508 records, I looked at several other examples and don't see why the grid is not displaying the data from the dbrst recordset Here is my code Private Sub txtSrchItem_KeyPress(KeyAscii As Integer)
|
| Error deleting Word temp files | 29 Jul 2005 01:17 GMT | 7 |
I have an app that uses a VB6 front end to an Excel/Word VBA app.When the vb part starts up it searches for Excel, Word and VB temp files and deletes them. This has worked fine before including on my Win XPN Pro/Office 2003 machine. But when I run it under a Virtual PC testbed of ...
|
| Run-time error '13': Type mismatch | 28 Jul 2005 21:56 GMT | 10 |
I'm new to Visual Basic. I'm getting the above error when the program tries to issue the following: Set CreateObj = CreateObject(astrClassName) I'm trying this in VB 6. I can get the original compiled module (VB 4) to run correctly.
|
| Unable to figure out how to store ValueMember in Datasets or Datareaders | 28 Jul 2005 20:29 GMT | 1 |
Hi. here is and example of my code. I am new to VB.net. Dim intCurID As Integer *** outside of code and *** *** available to all *** Dim strConnectionString As String = _
|