| Thread | Last Post | Replies |
|
| Can't add Web Reference in VB.net Standard V7.1 | 27 Dec 2003 19:20 GMT | 1 |
Using the Add Web reference dialog, I can navigate to a working web services. The web service info appears in the left side browser pane but the services never appear in the "Web Services" list to the right. And the "Add
|
| SendKeys | 27 Dec 2003 18:22 GMT | 2 |
I am trying to implement a small app that opens up a small window with about 16 foreign characters in it, and when the user clicks on one of those characters, it will be inserted into the current app at the cursor. I've tried sendkeys, but once the user clicks in my window to select ...
|
| Close button doesn't close my app | 27 Dec 2003 18:19 GMT | 5 |
I have a VB app in which the close button will not completely shut down the program. is there anyway i can change this? Thanks Fakie.
|
| Monthname function (with Russian Regional Setting) | 27 Dec 2003 16:09 GMT | 1 |
When Regional Setting is Russian, Monthname returns a string of "?" - ??? I first thought this to be a display problem but character by character analysis of returned string shows these all to be character asci 63 ie "?" Weekdayname appears to have same problem.
|
| File Open Dialog box in Vb.net | 27 Dec 2003 14:57 GMT | 1 |
I am using File Open Dialog Box in a VB.NET applications. I need solution for my two problems. 1. I only want to open Image files from that dialog box so I am doing this by the filter like
|
| Network Printing Problem | 27 Dec 2003 10:11 GMT | 6 |
I have written a PC based timeclock application which will reside on 4 or 5 PC's on a factory floor. The client wants the raw data from each 'punch' to print on one networked printer (\\office2\MT150) in the office. I have tried a few things which either don't work at all, or are ...
|
| How to remove/disable the Close(X) button from a form *** | 27 Dec 2003 09:33 GMT | 9 |
Hope this Helps: Use the following code: Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) If UnloadMode = vbFormControlMenu Then
|
| How do you Maximize Form that's Executing & Minimized? | 27 Dec 2003 01:16 GMT | 4 |
I have a form that is executing a calculation intensive module that takes 15min to complete. The module has DoEvent statements in it that allow me to minimize the form to the task bar. However, when I attempt to maximize the form from the task bar while it is still executing ...
|
| How Do You Minimize Form when It's Executing? | 26 Dec 2003 15:08 GMT | 7 |
I have a form with a number of text boxes and Command Boxes. When I click on the Command1_Click() button VB6 starts executing my module. The run usually takes 5 to 15 min to complete. While the job is running I can't minimize the form. Nothing happens when I click
|
| Test if point in region ? | 26 Dec 2003 15:00 GMT | 6 |
Does anyone know of sample code (or description) to determine if a point is inside an irregular region, apart from using the Windows API's ? By irregular I mean the region is not a simple square, circle, triangle, etc. I wish to use it to determine in which region (defined by arrays ...
|
| Converting a 2-tier application to 3-tier application | 26 Dec 2003 14:04 GMT | 2 |
I have a 2-tier application that allows the end user to create a form containing controls of the user's choice. The same user can then populate the database by entering data created using the form he created. I have to convert this 2-tier application to a 3-tier
|
| Microsoft VB 6.0 Professional Value | 26 Dec 2003 12:20 GMT | 3 |
It seems that MS VB 6.0 Professional is going for upwards of $250 on eBay. This seems like more than I paid for it when it first came out. Is there any reason for the high price? Does anyone remember what it sold for at retail computer stores?
|
| Is there a *fast* way to clone or deep-copy an object? | 26 Dec 2003 11:47 GMT | 13 |
I'm suddenly completely out of ideas. I need to clone a collection of my own homegrown objects. Clone, as opposed to make another reference.
|
| Configuration File | 26 Dec 2003 08:56 GMT | 3 |
Hi, I am writing a program in VB6 and there are certain settings within the program such as the working directory that can be set by the user. I would like for the program to be closed and then later opened with the same settings. I am wondering if there is any way to
|
| finding .zip files with VB6 | 26 Dec 2003 05:08 GMT | 2 |
Hi all.. How do I search for .zip files in a specific directory using VB codes? Can anyone show me some sample codes for this pls? Thanks.
|