| Thread | Last Post | Replies |
|
| Default Input Language | 07 Jul 2005 22:23 GMT | 1 |
Im trying programmatically to obtain the "Default Input Languge" (found in Control panel -> Regional and Language Settings -> Languages -> Details -> Settings ) using VB6, Would appreciate any help Many Thank
|
| compare value from DTPicker and now() | 07 Jul 2005 21:48 GMT | 3 |
When i do the immediate enquiry: Format(Now(), "YYYY/M/D") = 2005/7/7 dtpShipDate.Value = 2005/7/7 When I do the following comparison, the value is always false:
|
| Reszing form highlights combo box | 07 Jul 2005 21:12 GMT | 2 |
The subject line says it all. Without posting gobs of code, what might be the number one culprit? Number two? Three......... Also, somewhat related, I have a Form_KeyDown event WHICH when pressed AND the combo box has the focus will cause the combo box to open, similar to
|
| VB, SQL & Word | 07 Jul 2005 21:06 GMT | 2 |
I need to create a word document from a vb application, passing along data from SQL. I am not even sure where to start, can someone point me in the right direction? Right now we are creating reports using Active Reports but the pagination
|
| Printer Object | 07 Jul 2005 21:01 GMT | 3 |
I am using the printer object to print some text. The problem is when I print the text it is always double spaced. Is there a way to control this? Thanks Tim
|
| New and annoying error message | 07 Jul 2005 19:26 GMT | 2 |
After allowing a registry maintainance program called Registy First Aid to do some clean-up, I'm now getting an error message when I start VB. The error is a dialog box with the title "Data View" and the message "Invalid Key". Anybody have any idea what this refers to? Or how ...
|
| Programatically design a form | 07 Jul 2005 18:30 GMT | 20 |
I'm familiar with vba but fairly new to vb6 I want to replicate an Excel vba userform to a vb6 form. The form is very complex, as I'm forever redesigning it I build a new vba userforms from an array of control types and their properties stored in an excel worksheet.
|
| Settings and Configurations in the .vbproj file | 07 Jul 2005 15:45 GMT | 2 |
I am trying to create a .dll file using VB.Net Standard using the info from this website http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx My problem is when I open up the .vbproj file in Notepad I don't get all the setting attributes. Instead I get this
|
| Listview - Performance fine except when adding first item | 07 Jul 2005 15:36 GMT | 3 |
I have a listview I am populating in vs.net 2003. Everything works fine, performance is pretty good except... When adding the first item to the listview there is a pause of around 5 or 6 seconds. From then on everything works perfectly and adding items takes a
|
| Scripting Active Directory attribute changes | 07 Jul 2005 14:24 GMT | 2 |
I'm looking for a tool, where I can read from a CSV or TXT list of user objects, and then make changes to a particular attribute to all the listed users. I was hoping that there may be a microsoft tool in one of the resource kits that could accomplish this, however I have been ...
|
| Best VBScript tool/editor | 07 Jul 2005 14:18 GMT | 1 |
I'm new to VBScipting and would like to find out what everyone recommends for a VBScripting tool or editor. Something to help idetify errors and help debug. Any suggestions..?
|
| RaiseEvent from an item to collection | 07 Jul 2005 14:02 GMT | 16 |
I would like to be able to alert a custom collection class that an item within it has changed. is this possible? seems like i would need to flag the object returned by the Add method and Item property as withevents. does this seem reasonable?
|
| ODBC Time Out Expired | 07 Jul 2005 11:59 GMT | 3 |
I am using vb6 to connect to SQL Server 2000 through ODBC. When execute the query in VB , I always get an error say that "Time Out Expired" ... In SQL Server I already set query timeout = 0 , but I don't know how to set for ODBC driver. Please help if someone know the vb ...
|
| simple counter variable. | 07 Jul 2005 08:31 GMT | 16 |
I am designing a multiple choice test application. I created a module and declared a public variable called Answers. Within each form under the command button's click code I have if optButtonX.value = true then answers = answers+1 When I get to the end of the program, where the ...
|
| Need script to retrieve time | 06 Jul 2005 23:33 GMT | 3 |
I am writing a Timeclock program for a standalone PC at a remote retail site. I presently have the program getting its time from the PC, but I want to eliminate the possibility of someone changing the PC time in order to falsely report their hours.
|