| Thread | Last Post | Replies |
|
| Can this be done through VB code? | 30 Jun 2004 04:16 GMT | 12 |
I want to get a list of all the installed applications/ softwares on my system, like we see in control panel. How can I achieve this through VB programmatically? Any pointers would be highly appreciated.
|
| Getting the pixels of a picture | 29 Jun 2004 15:57 GMT | 2 |
I'm trying to do a picture manipulation, but I have stuck to the very basics. :-( I am using a picturebox and I am trying to retrieve the dimentions of the picture (not the picturebox) in pixels.
|
| Execute a program | 28 Jun 2004 18:46 GMT | 1 |
Hi everybody!!! Does anybody knows how can I run a ".EXE" or ".VBS" program remotely in the same or diferents domains using VB.net? Thanks in advance!!!
|
| string to number | 27 Jun 2004 23:31 GMT | 3 |
I need to convert a string to number where what I do is to get the ascii value of each character and concatenate to get a number e.g abc will get me a number 656667. The string is used as a customer code in my table. My customer code uses the follwing convention B -> Bulk ...
|
| VB and SQL Server | 25 Jun 2004 17:27 GMT | 1 |
I'm having trouble connecting to my SQL database from Visual Basic 6. My connection string is as follows: MyConnection= "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist" & _ "Security Info=False;Initial Catalog=" & MyDatabase & ";Data Source=" & MyServer & ";UID=" & ...
|
| Generating Function Hierachy Document | 24 Jun 2004 23:23 GMT | 1 |
Is anyone aware of a tool that can scan source code and build up a close linked functions table. Basically it should show how one function calls others and construct a table out of that. Thank you,
|
| Authenticate windows password | 24 Jun 2004 17:00 GMT | 1 |
does anyone know where i can find code to authenticate windows password or domain passwords. Cheers, Steven
|
| vb | 24 Jun 2004 16:11 GMT | 6 |
|
| string to number | 24 Jun 2004 14:27 GMT | 3 |
I need to convert a string to number where what I do is to get the ascii value of each character and concatenate to get a number e.g abc will get me a number 656667. The string is used as a customer code in my table. My customer code uses the follwing convention B -> Bulk ...
|
| Modem Control | 24 Jun 2004 14:27 GMT | 1 |
Hi, I have an app that needs to send a file from a Host PC through a modem to another modem in a PDA cradle, normal phone lines used. Can anyone point me in the right direction for sample code of modem file transfer? I don't want to purchase any 3rd party controls.
|
| (HELPLESS CASE) How dynamically add Controls from other-not referenced project!? | 22 Jun 2004 22:42 GMT | 16 |
It seems a little problem for beginning, but I was unable to find solution in 1 week. I have one project (in further test named as EXE) that load controls from other (not referenced) Project (in further text named as OCX) created in VB. Where in EXE I don't use reference to OCX, ...
|
| Accessing Active Directory from VB | 21 Jun 2004 13:41 GMT | 2 |
Is there a good resource available that describes how to use the "activeds.tlb" in a vb app to load users, groups and members into a list so that an app administrator can use established policies to set up users for the application? Thank you.
|
| Why VB6 generate tmp file? | 21 Jun 2004 11:12 GMT | 4 |
Hi all.... I want to give my client , my program built in VB6, I already try to build installer for the client, but I already tried it many times, and its fail. So I install the VB in the client and I give my 'exe' file. But, I can see
|
| Shared Property Manager questions | 21 Jun 2004 05:56 GMT | 3 |
My VB6 components use the COM+ SPM to cache some data. Right now, I have a VB6 class that manipulates the SPM like this (code abbreviated): ******************************************************************* 'MyClass
|
| REQ: Array vs. Collection and search for value | 20 Jun 2004 09:22 GMT | 19 |
I need some advice using an Array or a Collection. My App. reads a file with 40000 or more (hex) values (30 characters long) sometimes sorted and sometimes not sorted. After that i have to test for the appearance of an value in that list.
|