|
Recordset object Hello, I am reading from a database using ADO. I define a Recordset to play with the data. This is what I have to read from the DB, but there's a problem with it: Dim LibRS As ADODB.Recordset [...] Set LibRS = New Recordset With LibRS ' Set the connection, etc. Call .Open ' do your thing ... 2 Mar 2005 09:28
first time using - visual Studio Installer I do not know where to start really. I read the help files but no solid directions on where to start. Firstly when I start a new project and choose a vb project, I get a task list telling me TASk LIST: 1. "One or more files in the MSVBVM60.MSM have different versions than those installed on this machine." the... 2 Mar 2005 07:26
Open Folder with Focus In WinXP I can do a search for a file and it will give me results. I can then right-click on a file and a menu item "Open Containing Folder" will appear. I can click on this item and the folder will be opened and the file that is referenced will get the focus. Any way of doing that through VB. I assume it will be... 22 Mar 2005 00:08
Delete temp Internet files I want to write a simple app to delete temporary Internet files from: C:\Documents and Settings\user\Local Settings\Temporary Internet Files so I want to display them in FileListBox, go down the list and Kill file by file. Sounds simple, right? But when I specify the Path to this location, nothing s... 28 Feb 2005 20:57
Problem with mscal.ocx Hello I'm using mscal.ocx in a vb6 project for displaying a calender object. In rare cases the calendar object don't display the numeric character representing the day. I had tried "everything". Is there anyone who have a solution to my problem? Thanks in advance! B.Nilsen ... 28 Feb 2005 17:18
Resizing a coolbar Dear fellow Developers, With coolbar? i am using a treeview as its child. I am using both controls in a MDI form. My problem is, how can I resize my coolbar's height since my coolbar is placed in the left side of the MDI form. I want the coolbar together with the treeview to be resized like what in our windows... 27 Feb 2005 05:14
Shareware licensing I've been looking at Shareware licensing apps and solutions - generating license keys, etc - - In particular - Visual Protect has anyone had any experience with this product? feedback? Plus - if you have any that you swear by - I'd like to know - - too much information to sort through, using Google - thought I... 27 Feb 2005 00:09
disable task manager and ctrl+alt+del I have created an internet cafe manager program i used in our school and it works fine for windows 98. however the problem is on how can i disable the task manager and ctrl+alt+del if the OS is windows xp. anyone know where can i found some code to start with? thanks in advance. ... 26 Feb 2005 06:12
Optional parameters Is there a way to test inside a subroutine if an optional parameter in that subroutine's Sub statement was actually included in the call to that subroutine or not? Public Sub Sub1(Param1 As String, Optional Param2 As Long) <<some kind of test whether Param2 was included in the call>> End Sub Call Sub1("... 24 Feb 2005 15:58
Parse HTML I am getting the html code of a wab page in the variable in VB6. I want to remove all the html code and retaine only plain text. How to do it? Thanks Madiya ... 25 Feb 2005 14:14 |