| Thread | Last Post | Replies |
|
| Edanmo's Task Scheduler | 27 Oct 2005 06:57 GMT | 2 |
Hi I was using Edanmo's Task Scheduler and was wondering how I would be able to specify the day the task is to end. I tried using .EndDay in a new trigger but that didn't seem to do anything. Thanks in advance for the help.
|
| adding a checkbox to common dialog | 27 Oct 2005 04:08 GMT | 2 |
I need to add a checkbox to the common dialog control for opening files. I know it is possible to customize the common dialog thru API. But the sample codes I have seen were too long and elaborate.
|
| Sorting Multidimensional Arrays | 27 Oct 2005 02:20 GMT | 1 |
How do you sort a multidimensional array by a particular column? eg: how would you sort the following array by people's age? MyArray(0,0) = Bob MyArray(0,1) = 52
|
| Access Report - VB code for OnOpen - date range? | 26 Oct 2005 21:39 GMT | 1 |
Hi, I am having some trouble. I am using a select case with option groups on a form. The first option group (grpReportType) on the form passes a variable to the button on the form (cmdOpenReport - onclick), to choose what report to open.
|
| TransferSpreadsheet in Visual Basic | 26 Oct 2005 10:21 GMT | 2 |
Hello to all!! I am doing a visual basic application and i want to export a table into a excel file. I notice that in Access there is a function that do it (docmd.TransferSpreadsheet). Somebody knows how I do the same but in Visual Basic? Thank you very much and sorry for my
|
| Variants | 26 Oct 2005 10:04 GMT | 55 |
Sorry for this rather unnecessary message, but I just have to post this extremely nice phrase, originally posted by Joe Strout on the RealBasic newsgroup (I know he won't mind me doing so). It's almost like poetry :-) Variants are powerful but evil, a bit like the Dark Side of the
|
| SSTab strip & adding ctrls | 26 Oct 2005 00:52 GMT | 1 |
I have a problem trying to add a text box to the 2nd tab of the tabbed dialog control (tabctl32.ocx) via code. I can add it to the first tab. but can not figure out how to identify the 2nd tab so I can add it there. below is a little bit of the code. What is the secret?
|
| Add scrollbars to a form | 25 Oct 2005 20:45 GMT | 2 |
I need to add a scroll bar to a form. I understand the concept of using a frame or a picture box to make something look like it's scrolling, but that's not what I am looking for. The person I am writing this program for wants to resize the form and for whatever
|
| 76800 or 153600 Baud | 25 Oct 2005 20:07 GMT | 5 |
is there any chance to set MSCOMM32 or an other serial Communication to 76800 or 153600 Baud? I need it for an exotic measurement device Dieter
|
| Login for a password form...multiple users | 25 Oct 2005 15:57 GMT | 1 |
Hi, I am a beginner and below I have code for a long in form. My goal is for the form to read a file of a list of users and thier passwords ...compare the text box inputs to the file and either start over or load the main file.... I attempted to use a slect case..but its not ...
|
| NewEnum diffeculties | 25 Oct 2005 15:38 GMT | 2 |
I have used the Class Builder in my vb6 project to create a collection class for my project. Using Class Builder automatically create the NewEnum method for you, and I've done this a hundred time, and everything is good. So, I have a CFiles class that contains a collection of ...
|
| Weird Checkbox behavior (VB6) | 25 Oct 2005 11:55 GMT | 4 |
I've got a checkbox called "CM" (for "Continuous Measurements"). If it's checked, I want to keep reading values and displaying them. If it's not checked, I want to exit. Here's the code: Sub CM_Click()
|
| vb6: Shortening Random File | 25 Oct 2005 11:06 GMT | 4 |
I'm trying to write a general purpose delete for my random access files (that use a myriad of different record types). I think i have the code right, except i believe recData has to be rec_size in length. Otherwise, all my data becomes " " :)
|
| Declaring a Constant | 24 Oct 2005 23:21 GMT | 3 |
I have the following code. Sub Prefix() ActiveWindow.View.GotoSlide Index:=ActivePresentation.Slides.Add(Index:=2,
|
| flexgrid display in VB6 | 24 Oct 2005 13:49 GMT | 7 |
people, i have asked this in other forums, and no one seems to want to answer. if anyone has any ideas on this, please let me know. it's a simple design issue, and i really want to use some of the attributes of the grid, rather than use an alternative control, so am eager to here
|