| Thread | Last Post | Replies |
|
| ActiveX Control Question | 19 Oct 2004 21:48 GMT | 2 |
When developing activex controls with VB6, how can I add description of a property ?, so that at design time someone using the control can click on a property and see its description in properties view. Thanks,
|
| Enum Question | 19 Oct 2004 21:43 GMT | 2 |
I am trying to use a enum in a class method and I cannot seem to get it to work. Here is the code: Public Enum InfoIndex Tag = 1
|
| AdRotator Images | 19 Oct 2004 21:37 GMT | 1 |
My images in Adrotator are not displaying. The ALT tag only displays. My text file looks like this: redirect redirect.asp border 0
|
| Collapse/Expand | 19 Oct 2004 20:47 GMT | 2 |
I've seen elongated, vertical 'buttons' in some apps, on the edge of a docked area, allowing the user to instantly 'collapse' the band - and then, clicking it again, expand it to its previous width - - is there a any control that does this?
|
| Property indicating any open modal forms | 19 Oct 2004 20:35 GMT | 4 |
Since a form may not be opened modally while another one is opened modally (frm.show vbModal), I am guessing somewhere buried in the mire is a property that tells vb that a form is already opened modally. Is there a way to access this property via the IDE or via an API, or is ...
|
| Web Serivce | 19 Oct 2004 19:29 GMT | 2 |
I have some code in a Visual Basic Web Service and am a bit stuck. I have this piece of code so that when you type in a first name and last name it joins them <WebMethod()> Public Function JoinNames(ByVal FirstName As String, ByVal LastName As String) As String JoinNames = FirstName ...
|
| VB6 and ClearCase Source Control | 19 Oct 2004 19:27 GMT | 1 |
Not sure if this is a good location for this post... but thought I would try as it relates directly to VB6 development. We are using ClearCase for source control of our VB projects. We are running into a problem that I'm hoping has an answer.
|
| Vb Help!! | 19 Oct 2004 19:22 GMT | 26 |
I just started this VB class and it is really killing me I need some help. This is my project: Create a project to compute your checking account balance. Include radio buttion to indicate the type of transaction, deposit, check, or service charge. A text box will allow
|
| Error handling the "classic" way | 19 Oct 2004 18:10 GMT | 7 |
If I have an error handler ("On Error Goto ErrHandler") in my routine and upon running the routine, the error handler is invoked, where, if at all is "Err.Clear" implied or done by VB? I have only in rare circumstances, that I'm now trying to re-visit with a more learned mind on ...
|
| Question about persistent multiple recordsets | 19 Oct 2004 17:47 GMT | 2 |
I need to have two recordsets available throughout the 'life' of a form, and I'm missing a piece or two to get it working. Here's what I've done: ' in the general declarations section of the form Dim rsCashier1 As ADODB.Recordset
|
| PictureBox trigonometry seems wrong | 19 Oct 2004 17:15 GMT | 14 |
The documentation for using the .Circle method says that 'the start and end parameters specify (in radians) the beginning and end positions of the arc. The range for both is -2 pi radians to 2 pi radians. The default value for start is 0 radians; the default for end is 2 * pi ...
|
| Using Keyboard Combinations | 19 Oct 2004 16:42 GMT | 2 |
I want to be able to control my program through keyboard combinations, such as Alt-Ctrl-A or Ctrl-Shift-P, etc. I have done a cursory search of Google and these newsgroups, but haven't found anything quite like this. Can someone point me in the right direction?
|
| use common dialog to nav to a FOLDER rather than a file | 19 Oct 2004 16:32 GMT | 4 |
Hi., I need to get my user to specify a folder, not a particular file. Other than just asking for the path as a string, I would like to open a common dialog and get the user to navigate there.
|
| textbox.enable = false | 19 Oct 2004 16:27 GMT | 8 |
To Whom it may concern; I would like to set the enable property on a textbox to false, but it should NOT become shaded, it should stay yhe same as enable=true. Thank You
|
| Functionx v Functionx$ | 19 Oct 2004 16:03 GMT | 2 |
As I understand it, VB offers "string" versions of many string functions (InStr, LCase, Left, Mid, Replace, Right, Space, Str, String, StrReverse, Trim, UCase). From what I can tell, the 2 versions are identical except for:
|