| Thread | Last Post | Replies |
|
| Split function from the right | 13 Jan 2005 22:45 GMT | 10 |
I remember seeying what I believe was using the split function, but from the right side instead of the left. I tried using the right function but it didn't work. Does anyone know if this can be done? This is what I tried: Fname = Split(Right(V(I)), "\")
|
| No blocking operation is in progress | 13 Jan 2005 21:24 GMT | 2 |
I don't know if there are any Winsock experts here but on one of our customer's PCs I am getting the error: "The operation is completed. No blocking operation is in progress." The offending line is this.
|
| Null and a simple question for the MVP's | 13 Jan 2005 21:23 GMT | 7 |
I call a function called getRecordset defined AS Recordset The returned recordset has a field with a value of Null I capture the returned field from the function (recordset) to a locally defined variable.
|
| ADO Recordset Question | 13 Jan 2005 21:05 GMT | 3 |
I have a question regarding the RecordCount property. Why does a recordset return a recordcount = -1 when there are multiple rows of data contained in the recordset? Thanks
|
| Opening file in user-defined directory using VB | 13 Jan 2005 20:06 GMT | 4 |
'Hi,I'm using Visual Basic Editor (Version 6.0) within Excel. I am running environmental simulations which are generating tabular data in a file called 'diff', with no extension. My task is simple, just to create a macro which allows the opening of this file, makes a few changes ...
|
| Auto close application | 13 Jan 2005 18:22 GMT | 28 |
Hello - I'm wondering how I can create a command line option within my VB EXE to cause the program to quit itself if it is already running somewhere else. I.E.
|
| Install VB service package | 13 Jan 2005 17:33 GMT | 8 |
I have a small VB NTservice program using NTSvc.ocx and would like to package it. Please advise which software should I use to package it. I try Installer 1.1 but it doesn't support service (to my knowledge). I like something very simple. Thanks.
|
| checking for Idle problem | 13 Jan 2005 17:30 GMT | 2 |
I'm using this that I found on the web to check for idle on the pc. Having problem with setting it for 90 minutes. When logging into the first form I just call this, but it shows "FrmCountDown" form which is the form I have pop up
|
| Listview Item problem | 13 Jan 2005 16:42 GMT | 1 |
I'm having a problem with updating the screen by editing through LabelEdit This works fine. ListItem.SubItems(1) = "NewString" But not this
|
| Create a picture on server side | 13 Jan 2005 15:55 GMT | 1 |
I wish to make a component server which will generate images. These images would be generated from a ASP page call. If I well very understood, it is necessary that I make a DLL recorded on the server.
|
| Active Directory | 13 Jan 2005 15:53 GMT | 3 |
Does anyone have an VBSCRIPT example that would pull a list of users by a selected group(department) from Active Directory? I am new to the Active Directory world so I really have no idea where to start. Any and all help is appreciated.
|
| next day with dateadd | 13 Jan 2005 13:15 GMT | 2 |
I have a little app on my deskop that two labels and a timer that sits in the corner and shows two times,one is my local (PST) and the other shows NZ time,local time also shows date,I would like to show NZ date as well but haven't figured out how to increment the date when NZ time
|
| How do you set object variable | 13 Jan 2005 11:00 GMT | 7 |
I am trying to create a subroutine that will load a jpg file (SrcName) into a picturebox control(Source), then resize it into another picturebox control (Thumb) and output another file (ThmName).
|
| ComboBox fires click event on arrow key | 13 Jan 2005 09:59 GMT | 6 |
I'm having a problem with a Combo box (Style 2), it contains a list of sub functions for the user to pick from, anyway that's not the problem. My problem is that arrow keys up and down also fires Click event, so if user picks one function and then accidently presses up or down key ...
|
| set max length of calculation | 13 Jan 2005 04:57 GMT | 3 |
I am using a label in a userform to display a calculation. labScore.Caption = (txtScore / txtPossible)*100 & "%" However, the label displays the value with 4 decimal places. How can i either reduce the amount of decimal places to display to 0 or 1 OR just round
|