| Thread | Last Post | Replies |
|
| Database Access Question | 17 Oct 2004 21:42 GMT | 1 |
Dear Group, I have got 2 forms FormA and FormB. FormA's data is Found in TableA and FormB is Found in TableA & TableB through a Query we will call Query1. The relationship is a TableA (one) ==> TableB (many). When I go from FormA
|
| How to change regional settings from vb | 17 Oct 2004 19:47 GMT | 1 |
Hi........ i need to know how to change regional settings ( concerning date format ) thru vb or vb scripts.... thx
|
| cpu and mb temperature | 17 Oct 2004 17:53 GMT | 1 |
how do i read the cpu and motherboard temperature in visual basic?? thx in advance
|
| Corrections to Back-buffer procedure (from comments'Mike D. Sutton)... | 17 Oct 2004 17:52 GMT | 1 |
Thanks to Mike D. Sutton to help me. I remake my code with his comments but the result isn't good! I join my code in the first part. The second part at the end of this message there is some questions.
|
| Is it possible to pass a null array? | 17 Oct 2004 15:41 GMT | 4 |
List: It would be useful right now for me to have a function which could take an optional string array as a parameter. function doStuff(optional strArray = null) as string
|
| problem vb with excel | 17 Oct 2004 14:08 GMT | 1 |
I put a textbox and I want to use the property linkmod on the automatic for link with excel and I set linktopic : Excel|c:/[book1.xls]sheet1
|
| msi file problem | 17 Oct 2004 14:03 GMT | 2 |
I created setup for my VB6 project with Visual Studio Installer. After I run this package on the user machine it places a shortcut to program executable on desktop. If I double click on the shortcut then instead of running my program Windows Installer starts again. I was suggested ...
|
| Loading Forms | 17 Oct 2004 13:59 GMT | 2 |
I'm new to VB .NET and having trouble displaying a form using a button on the startup form. In VB4 I simply used the following to load a form as modal when the button was clicked.
|
| COM doesn't work | 17 Oct 2004 11:34 GMT | 1 |
Creating a second object of class defined in an ActiveX EXE destroys a first one, created in separate Standard EXE project. We have developed an application installed in several places. Application is based on DCOM technology. There is one server and some clients. Last time,
|
| 3-color progress bar? | 17 Oct 2004 10:50 GMT | 9 |
I would like to create a 3-color progress bar for an educational application. I would appreciate any comments on my approach. The application offers the student a set of lessons, each of which have several hundred (or even several thousand) items (questions). One
|
| Problem with SPLIT function | 17 Oct 2004 10:12 GMT | 9 |
I need to parse a file that is delimited by comma (,). Example of the content of the file: "US","SMITH, JOHN","IMAGE AKA WILL" "US","BILL GATES","MICROSOFT CORP."
|
| Send Data to URL Without Browser | 17 Oct 2004 01:39 GMT | 3 |
We would like to get a better idea of how many times our app is installed. Is there a way to send data to a URL (as opposed to an IP address, which changes every now and then) without using the user's browser? While we can figure out how to do it using the Shell Execute function to ...
|
| How do I long into website? | 17 Oct 2004 00:41 GMT | 2 |
ColdFusion MX has a tag that allows me to log into a website and then I use different techniques to find some certain page. Is there a way to do something similar with VB? Thanks,
|
| medical or physician icon | 16 Oct 2004 23:44 GMT | 5 |
I am developing a software for a doctor. I need some icon and backgroung pictures. do you know any site i can get free pictures for medical instrument or phisician type. thanks in advance. roseta.
|
| ListView Action & Coordinates | 16 Oct 2004 20:22 GMT | 1 |
I am trying to achieve the following. Drag an object only if you start dragging it in the area 50-100% of the width, i.e. the right hand side of the listview. To do this you can get the X and Y coordinates from the mousemove event, but how would you compare this to (listview.left +
|