First  |  Prev |  Next  |  Last
Pages: 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
DirListBox Relative Path
I'm looking for a way to not show the full path to a directory in a dirlistbox. In other words, it should only show the relative path to the directory I default it to be. We want users to only see "their" directory and nothing above that. I suppose I could do this with a listbox but it seems I would be reinven... 3 Jul 2008 14:34
Text box that holds more then 64K characters
Hello In VB6 the textbox can hold up to 65536 characters. Is there a box/dll that comes with VB6 that does not have this limit? Bu ... 3 Jul 2008 15:36
HELP Creating controls at runtime
'\\\\\\\\\\'MICROSOFT EXCEL 97 VISUAL BASIC EDITOR'////////// I am trying to create at runtime. I can create a control at runtime, but I can't get the control that was created at runtime to execute any code for example see below What I have done is: 'Create Userform and create a command button on the for... 3 Jul 2008 22:47
XML displays in console but not in text boxes
The console code is working just fine, but it isn't putting in the text boxes. P.S I'm using a while loop, but I'm only expecting one answer but I haven't found a good way to process one record. Private Sub btnFindByISBN_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFindByISBN... 3 Jul 2008 03:17
Releasing Dir() Search Handle
Hi Folks -- I just wanted to be sure about something, so I wrote up a little test... Option Explicit Private Sub Command1_Click() Debug.Print Dir("c:\*.*") End Sub Private Sub Command2_Click() Debug.Print Dir("nul") End Sub Compiling that, and watching it in TaskMgr, I see ... 7 Jul 2008 19:43
No license to use this functionality
I get an error message when I try to compile an exe using VB6.0, "License information for this component not found. You do not have an appropriate license to use this functionality in the design environment (Error 429)". This is because I have not registered an ActiveX control. But it does not tell me which co... 4 Jul 2008 20:15
The connection cannot be used to perform this operation. It is either closed or invalid in this context.
Hello All I'm trying to read records from a .accdb file with vb.net (or vb6) but I get the above error when I try to to read the first record. Can anyone tell me what I am am doing wrong? Here is my code: Imports Microsoft.VisualBasic Imports System.io Public Class Form1 Dim db As ADODB.Connection D... 2 Jul 2008 19:07
Bookmark collection with DataGrid control not cleared
I'm using the "Microsoft DataGrid 6.0" component (msdatgrd.ocx) and allowing the user to delete rows in the grid by clicking a Delete command button. The DataSource of the grid is a disconnected recordset. I loop through the selBookmark collection and delete each selected row. This works, but at the end the sel... 3 Jul 2008 20:44
SharePoint To Develop A Website
Hi, I am a newbie to SharePoint Services 2007. I have recently been hired by a nonprofit organization to develop their intranet using SharePoint. I am also developing their organization website for the public. My question is can I use SharePoint to develop the public website as well as their intranet? My or... 2 Jul 2008 13:58
Easy Question: .INI in VS05
I know how to do it in VB6, I have code snippets coming out my ears for VB6, but with the new framework in Visual Studio 2005, how do you get/put from a ..INI If I attempt to use a VB6 snippet in Studio 05 it whinges about using the 'as Any' type in my declarations, and it whinges about using the String$() f... 3 Jul 2008 12:31
First  |  Prev |  Next  |  Last
Pages: 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102