| Thread | Last Post | Replies |
|
| dumb question about cancel | 03 Aug 2005 00:26 GMT | 6 |
let's say i have a friend who has dialog box. the ok button begins a process that loops through a table that has lots of records and does some comparison stuff. let's say this friend wants to click the cancel button to stop the process
|
| Using Word Object | 02 Aug 2005 23:09 GMT | 3 |
I am having some difficulties using the Word Object to programmatically change a Word document using VB6. The following is my code in which I am opening a standard Word document and trying to make it the active document: (in the variable declaration main section [top of page] I ...
|
| Writing Japanese or Chinese strings in a text file | 02 Aug 2005 22:40 GMT | 6 |
I just want to write a japanese or a chinese string (get from an excel file) into a text file. I get "????????". I think that I should use strconv but it doesn't really help me.
|
| Listbox loop | 02 Aug 2005 22:39 GMT | 1 |
Let's say my listbox1 contains 10 items and I would like to loop thru listbox1 without having user selected on any item. can I do that? if so, how can I do that because in my intermediate windows, I entered listbox1.text, VB returns nothing. thanks.
|
| How big of a difference between VB 6 and .net | 02 Aug 2005 19:32 GMT | 26 |
I have had a call from a head hunter that is looking for my experience in my area BUT the client thinks they need at least three years of .net script. Since I've been working in VB 3-6 how big of a difference will .net be? Am I kidding myself that I should be able to just ...
|
| Is VB the way to go..... | 02 Aug 2005 19:23 GMT | 2 |
I am looking to use VB to control my cameras - time delay photography, event driven etc. - as well as developibng databases for myself and other photographers to enable us to categorise, search and find images. Q1 - I think VB plus Access is a good way to go?
|
| How to get the data transfer rate in VB6 | 02 Aug 2005 17:10 GMT | 4 |
Please tell me how we can obtain the real time data transfer rate for displaying purpose during a vb6.0 downloader application is running.
|
| Commaon Dialog | 02 Aug 2005 16:29 GMT | 3 |
I'm using the below code to open the common dialog and was wondering two things 1) Is there a multi file common dialog that looks "nicer"? when I chose to only open a single file the look and feel is very new but when I specify
|
| SendMail for VB | 02 Aug 2005 16:19 GMT | 11 |
A year or two ago I was looking at sending email from my VB6 app, and someone told me they had a SendMail program which I could use freely. However, I didn't have Winsock so this wouldn't work and I ended up using BLAT which is brilliant for SMTP mail
|
| StatusBar control | 02 Aug 2005 15:35 GMT | 6 |
hello, all, i have a VB 6 app with a StatusBar control (MSCOMCTL.OCX SP4) on the MainWindow form. the control does not extend to the right edge of the window...during design
|
| Reporting Tool for VB6 and VB.NET | 02 Aug 2005 15:22 GMT | 3 |
I intend to get a reporting tool for my vb6 and vb.net programs and i am having some diffculty deciding which would be a good reporting tool as i do not have any experience with reporting tool. HOpe you guys can provide me with some suggestion. Many thanks!
|
| Current folder in Excel | 02 Aug 2005 15:20 GMT | 1 |
In Excel VBA, how can I tell what folder the excel file is in? Thanks Diarmuid
|
| Scheduling a task (VB script) - not using the local system account | 02 Aug 2005 14:53 GMT | 1 |
I've tried sheduling a task in a vbscript and it always creates a task that runs as the local system account. How do I script a scheduled task running as a network/domain user?
|
| Abuot VB from unload | 02 Aug 2005 13:42 GMT | 5 |
Sometimes when i run the program but when i click my EXIT button in the VB form, it seems some form still not unload and therefore the program did not return to STOP state but still run even i quit the main form. Anyone can advise the method to check if which form still not unload ...
|
| Calling dll from VB IDE crashes, but not from VB application | 02 Aug 2005 11:53 GMT | 2 |
I have a dll that runs fine from an exe created with VB. But if I try and run the VB project in the IDE, it crashes. Stepping thru the dll code, the crash happens when I exit the called (dll) function. Here's how the dll declares the function:
|