| Thread | Last Post | Replies |
|
| Validate user/password in Active Directory | 24 Mar 2005 16:07 GMT | 5 |
I have a project where I need the user to logon using his/her Windows password. How do I validate the password using the Active Directory from within VB? Jonathan Blitz
|
| Printing VB Shapes | 24 Mar 2005 15:55 GMT | 1 |
HI - Has any one tried to send a Visual Basic Shape control to the printer without using PrintForm. e.g. Printer.Print shpOval, x, y
|
| Use of solver under VB6 | 24 Mar 2005 15:52 GMT | 2 |
I would like to use the Excel Solver under VB6 . To achieve that I think that it is necessary to load the dll solver32.dll. This dll is under the directory Program files Micro soft office office Macrolib solver However it sems not possible to load this dll, since I have the ...
|
| Save me out | 24 Mar 2005 15:43 GMT | 1 |
1. How do i deployment my VB 6.0 application package into a CD where it will automatically start installation, what can i do, please help. 2. How do i make the deployment wizard installs an SQL server (msde) for my end users before installing the original VB application
|
| Shell_NotifyIcon | 24 Mar 2005 15:01 GMT | 5 |
I have an app that I wrote that is working fine under Win2k and XP. It was placed in the system scheduler under an admin account. Recently, I was logged in under a user account and noticed that the app was had started to run and not completing. It was taking 100% of the cpu.
|
| what is wend ? | 24 Mar 2005 14:47 GMT | 36 |
what is wend and while ? please help .. please look at this sample Private Sub cmdCalculate_Click() Dim num As Long Dim E As Long
|
| Print html in landscape or portant | 24 Mar 2005 14:20 GMT | 1 |
which vb6 object is allowed to load html file and control the print format i.e. landscape or not. thx. I tried the WebBrowser object but haven't find property to control it.
|
| Open Form as modal in any of the selected forms | 24 Mar 2005 14:04 GMT | 1 |
I have created a form by name 'TRANSACTION' which should be opened as modal form to the parent form. I have two forms by name 'MASTER1' and 'MASTER2' respectively. Both the forms contain the same command button 'COMMAND2' which should be used to
|
| ReRun program | 24 Mar 2005 13:33 GMT | 2 |
I have a small problem : my program crashes somethimes, and i don't know why - i can not it debug... question :
|
| Answers to Jim's REALbasic questions | 24 Mar 2005 11:20 GMT | 3 |
On 3/22/05 9:43 AM, in article Opk4OWvLFHA.576@TK2MSFTNGP15.phx.gbl, "Jim Carlock" <anonymous@localhost> wrote:
> I don't see a .Move routine to position a groupbox. I was trying > to figure out how to position a groupbox inside of a form and I |
| Textbox input order control | 24 Mar 2005 10:15 GMT | 4 |
This is a simple on: If I have several textboxes on a form... how do I control which one will have focus as a user <TAB>s through the list? Thanks
|
| Copying one text file to another text file | 24 Mar 2005 08:49 GMT | 10 |
I am sure there must be a quick way of doing these. I want to copy text file FileA to text file FileB. And is there any difference if I need to append to the file and not overwrite the file? Thank you
|
| How to switch checkbox states in listview | 24 Mar 2005 05:03 GMT | 7 |
Is it possible or is there any api out there that allow me to toogle between listivew checkboxes. Checked -> Grayed -> Unchecked Many thanks in advance
|
| Connecting to a FoxPro Database - VB6 on WindowsXP | 24 Mar 2005 04:20 GMT | 3 |
I have an old application that I wish to modify for use on windows xp. As I am led to believe by the voices in my head that MDAC 2.8 in Windows XP does not have a provider for FoxPro. It works on windows 2000, albeit due to the constant applications of the MDAC du jour. However, ...
|
| problem with access | 24 Mar 2005 02:56 GMT | 4 |
I have Access file .mdb, it contain query, macros and table, i want to use Visual Basic to execute the query and macro. But I don't know how?. Anybody know how execute macro and query since Visual Basic.
|