| Thread | Last Post | Replies |
|
| c++ to vb ? | 31 Jan 2004 20:27 GMT | 2 |
is there a way to convert Visual C++ proect convert to VB 6.0 project thank in advance
|
| control's parent | 31 Jan 2004 16:20 GMT | 4 |
I have a usercontrol with a textbox, a button next to it, and picturebox below them. Normally the control displays just the textbox and button. When the user clicks on the button, the usercontrol increases in height and the picturebox is shown. Another click and the control's height ...
|
| Multithreaded usercontrol... | 31 Jan 2004 08:59 GMT | 2 |
Hi everbody, I have an form with many different usercontrols, like this... - uctl1 is just a simple control which displays some kind details, just waits for user input... that's all
|
| Emailing from VB App | 31 Jan 2004 07:52 GMT | 1 |
I'd like to do the following: In our system, we store the email address of the person we are working for. I'd like to be able to have the little 'hand' cursor come up when it's over this field, and then use the default mail client to create a new message
|
| COnfiguring Setup tasks | 30 Jan 2004 18:41 GMT | 1 |
for the last couple of months, with the help of people in these groups, I've been successful in writing a couple of applications that are of extreme value to my company. Now, there's just one issue remaining (asides from constantly upgrading the coding as necessary), creating a ...
|
| Calling a procedure whose name has been saved in a variable. | 30 Jan 2004 17:20 GMT | 1 |
Hello everybody! In a scenario where the (user-dependent) menus are created dynamically on startup by reading data from a SQL sever table, how could we call the corresponding procedures (their names are stored on the table)? In other words how can we call a procedure when we have ...
|
| Stripping of 3 characters | 30 Jan 2004 04:06 GMT | 1 |
I have a function that finds all files that end in *.db given a certain starting directory. I now need to strip off the .db from the results in the collection. Any suggestions?
|
| Open | 29 Jan 2004 20:00 GMT | 1 |
In a VB6 application I need to load a form whose name is stored in a variable (as string). Any ideas Thank Kosta
|
| wearing dunce cap - what does this syntax mean? | 29 Jan 2004 17:11 GMT | 15 |
Private Function FlagSet(ByVal Value As Long, ByVal Flag As Long) As Boolean FlagSet = ((Value And Flag) <> 0) End Function When Value = 35 and Flag = 2, result is True, can someone explain why?
|
| Looping structure problem | 28 Jan 2004 11:56 GMT | 1 |
I am having a problem implementing the following code. The code is writen in java and I understand how it is getting the results. But I have so far been unsucessfull in implementing it in vb the code is as follows with the outputed results x:= y:= z:=
|
| How can I solve an string expression?? | 27 Jan 2004 22:23 GMT | 1 |
I need my VB6 app to solve an expression typed by the user on a textbox and after show him the result on a msgbox, something very simple, like this: ((10+5-2)*2)/3 Is there any method I can use to do this on a faster way than dividing the string, looking for the operators and bla ...
|
| Delete node from xml | 27 Jan 2004 15:46 GMT | 6 |
What is the command (XMLDOM) for deleting one node from an MSXML.DOMDocument element ? Thanks :)
|
| "Attribute" or "Property"? | 26 Jan 2004 13:40 GMT | 1 |
Execuse me for my poor English. I wonder the differences between "Attribute" and "Property" in English. As we know, in object-oriented programming languages, we could define 'attributes' or 'properties' for a Class, and then the Objects, which are
|
| Object variable or With block variable not set error that shouldn't be happening | 26 Jan 2004 10:09 GMT | 3 |
I'm trying to encapsulate some common report functionality in my app in a report class module. Below is how I declare and instantiate the class. Note that there is no error when I display the report. Option Explicit
|
| Expose math functions for user in UI (macros) | 25 Jan 2004 02:45 GMT | 6 |
Is there a math macro library or class or similar available in VB allowing the user to freely write a line (string) of math operations to be performed on multiple input values. Including Excel of Word object or buying a 3rd party macro
|