| Thread | Last Post | Replies |
|
| VB6 MSHFlexGrid help needed desperately | 03 Mar 2006 03:28 GMT | 3 |
I have been working on this MSHFlexGrid problem for two days now without success. I have a MSHFlexGrid that I populate using a ADO data control. The properties of the this control are set as follows: Rows: 0
|
| Problem with InternetExplorer Object | 03 Mar 2006 01:43 GMT | 1 |
I am using the InternetExplorer Object to open some webpages. However when the pages open through the .exe, the pages are displayed behind the application. How do I get the webpages to open on top? All I am using is:
|
| string within a set? | 02 Mar 2006 22:24 GMT | 2 |
Wanting to know if there's anything built into .Net to make the following check a little more elegant than in VB6. I am pulling a string from a database. Let's say that string is called A. I want to check to see if the value in A is within one or more values in B.
|
| Image Control | 02 Mar 2006 21:52 GMT | 1 |
In VB6, how can I load a picture to an image control from Internet? Thank you
 Signature Rick
|
| Option group, insertion into database | 02 Mar 2006 21:35 GMT | 3 |
How do I set up an option group with three buttons in it so that the contents of it can be written to a database? Any help will be greatly appreciated!
|
| Multiple File Conversions via Batch File | 02 Mar 2006 19:22 GMT | 2 |
I am attempting to convert multiple .wav files to the .flac format via a batch script. I know that this can be done with numerous software implementations automatically for me; however, i am interested to understand how to create a script to perform my purpose and since this ...
|
| VB 6 application process ended unexpectedly by Windows Task Manager | 02 Mar 2006 19:20 GMT | 1 |
Has anyone run into this problem before? VB 6 application is running on Windows XP SP2 P4 machine. If I press CTRL+ALT+DEL and bring up the task manager, the VB 6 application is no longer visible on the Windows task bar and can't be recovered.
|
| Identifying unused code | 02 Mar 2006 19:18 GMT | 5 |
Is there a quick way to identify unused procedures, variables, and so on? Thanks in advance. Roy
|
| Locking a record in Access from vb.net | 02 Mar 2006 18:25 GMT | 2 |
I need to lock a record while a user edits that record, so other users see a "Record is locked" message when try to access that specific record. I know there is a lockrecord property in Access, but I'm not sure how to lock this record from my vb.net form.
|
| Detecting Terminal Server in VB.Net | 02 Mar 2006 17:07 GMT | 1 |
I need code in VB.Net to detect if the application is running on Terminal Server. I am using the following code. Please let me know if you see any issues in it or if you have some better code to achieve this functionality:
|
| Webbrowser Control | 02 Mar 2006 15:10 GMT | 11 |
We are trying to write an app to control our router which use a web based interface. We are unable to determine what "commands" are sent to the router when the apply button is pushed on a web page. Would it be possible to create a VB app with a WebBrowser control that
|
| Newbie needing direction - VB 2005 | 02 Mar 2006 14:48 GMT | 7 |
I need to create a routine outside of Excel and Access that will read cells out of an Excel spreadsheet and append the data to an Access database. I do not create the Excel spreadsheets that I have to convert to
|
| Software copy protection | 02 Mar 2006 14:45 GMT | 3 |
EXECryptor Software Copy Protection and License Management System is updated to version 2.3.7 What's new: · Now all license type can use trial restrictions function. To set a
|
| Strange compile problem | 02 Mar 2006 14:30 GMT | 10 |
I have a problem that has just surfaced for no apparent reason. I have a large project that compiles to form a 22.5 mb exe file. Today, it is compiling to 58.8 mb. I have changed nothing. Any ideas? Compiling to Native Code which favours fast code. Windows 2000 pro SP 4
|
| Find Path of Icon | 02 Mar 2006 14:19 GMT | 2 |
I have been trying to use SHGetFileInfo with the SHGFI_ICONLOCATION flag in order to return the path for the icon displayed for a specified file. The problem is that it doesn't return anything and I have read elsewhere that this isn't a reliable way of getting the icon path.
|