| Thread | Last Post | Replies |
|
| Write a Net Send Application | 02 May 2005 15:24 GMT | 1 |
Hi group How I can write a Net Send application and what API functions should I call? regards
|
| How to restore files from the recycle bin | 02 May 2005 04:36 GMT | 3 |
does anyone have a example how to restore files from the windows recycle bin? Regards Michael
|
| EOF function | 01 May 2005 23:32 GMT | 5 |
I hope you can help me with this. My code is ....... Private Sub Form_Load() Dim intFileNumber As Integer intFileNumber = FreeFile
|
| DragOver in UserControl | 01 May 2005 22:32 GMT | 1 |
I have a number of forms each with a common group of controls (having identical code behind them). For obvious reasons, it made good sense to convert the group into a UserControl. One of the controls in the group (now a constituent control) was a Frame, and it had some code in its ...
|
| Change Icon name from running program? | 01 May 2005 19:51 GMT | 11 |
Can anyone tell me how I can change the name of the XP desktop icon from the running Visual Basic 6.0 program that is called by that icon?
|
| Output print of Control properties | 01 May 2005 18:01 GMT | 1 |
I needed an OptionButton control array that had a transparent background. The purpose of such an array would be to fix "Tax does apply" or "tax does not apply" Found an really neat example that uses a combination of
|
| Find string length in VB6 without the in-built Len function | 01 May 2005 17:27 GMT | 15 |
Is there any way to find the length of a given string without using the Len inbuilt function? Regards, Kamlesh
|
| Reports In Visual Basic | 01 May 2005 09:02 GMT | 12 |
I am new to VB reports. Is it correct to say that VB and Access have the same report engine or method? After I do all the dragging and dropping, is there a way to see the
|