| Thread | Last Post | Replies |
|
| Accesing the Active Directory | 28 Mar 2005 16:16 GMT | 1 |
I need to access the Active Directory of a server (\\server01) and check if an user exists (User : user01 / Pass : pass01). First, i need to check if the user exists and then check if the password is the user's password (user01's password).
|
| Problem with VB6 and Crystal Reports | 28 Mar 2005 16:05 GMT | 5 |
I need to get a little jump start here. I'm running VB6 (sp6) and trying to use the Crystal Reports that originally came with it (ver 4.6 ?). All is fine until I tell try to link it to an Access database and it's
|
| SQL with text files | 28 Mar 2005 15:55 GMT | 6 |
I found a nice source from the web where for my greate surprise one can use SQL with CSV files. However I haven't found a way to access other fields in this CSV file besides the first one. How is this done? Text file looks like this:
|
| Help me with this...... | 28 Mar 2005 15:25 GMT | 6 |
I working at a clinic management application for a lot of time and never give me an error.....and today give me this error: Run-time error '7005' Rowset not available
|
| It's possible to randomized (A-Z) Letters ? | 28 Mar 2005 03:31 GMT | 6 |
It's possible to randomized (A-Z) Letters ? . coz i'm making a game it like a typing tutor, my problem is i don't know how to randomize the alphabets .. can anyone give me some advice how to do it or code .. ?
|
| Help modifying this Listview Sub | 27 Mar 2005 21:29 GMT | 3 |
This sub came from Randy Birch's site. I tried to modify it to show that if the listview column name is "Palette", the arrow will draw on the left and the column data will be right justified. Public Sub ShowHeaderIcon(ByRef List As ListView, colNo As Long, imgIconNo
|
| Win Media Player uiMode | 27 Mar 2005 12:08 GMT | 2 |
Ok I have searched google and have come up with nothing... http://groups-beta.google.com/group/microsoft.public.vb.general.discussion/searc h?group=microsoft.public.vb.general.discussion&q=uimode&qt_g=1&searchnow=Search+ this+group I'm working on a personal project that requires me ...
|
| SmartCard Reader | 27 Mar 2005 10:21 GMT | 2 |
Is there a simple VB6 sample for smartcard readers? I googled some and could not find myself... :( Guy
|
| Problem with MSMQ in workgroup mode | 27 Mar 2005 09:47 GMT | 1 |
I have two application (VB6) running in two computer in same subnet, workgroup mode. My application using MSMQ 2.0 to exchange message. I am using Direct format name to send message to remote queue "DIRECT=OS:RemoteComputername\PRIVATE$\QueueName"
|
| DirListBox Change Path On Select... | 27 Mar 2005 04:32 GMT | 2 |
Hello Friends, Is it possible to change the DirListBox path when you select an item instead of double clicking one...? Any API's...? I have looked but found nothing about his...
|
| Sorting a numeric field in a listview | 27 Mar 2005 03:25 GMT | 12 |
One of the columns in my listview contains numerics. One I click on a column header to sort, I get these results... 10 101
|
| Rownumber in MSHFlexgrid Fixed Column | 26 Mar 2005 15:51 GMT | 1 |
I have created a MSHFlexgrid with first column as fixed column. I have to display the Row Number for each row in Fixed Column. How can I get? Thanks in Advance Sreedhar
|
| VB6 Class Name | 26 Mar 2005 07:03 GMT | 6 |
What is the correct VB class name to use in the following statement: Dim oVBIDE As VB.App Set oVBIDE = GetObject(, "VisualBasic.Application") Thanks!
|
| ActiveX Design Problem | 26 Mar 2005 00:43 GMT | 8 |
I have a rather complex design problem. Answering this question might be pretty time consuming, but I would be thankful for everyone taking a little time to help me. I would like to create an ActiveX component - preferrably in VB6 - which is
|
| NewEnum -4 | 25 Mar 2005 22:32 GMT | 3 |
Following on from my previous email Putting a NewEnum call on a secondary interface, I'm getting the "Object does not support this property or method" error. Checking the news groups the -4 procedure attribute is the problem.
|