| Thread | Last Post | Replies |
|
| temp folder | 16 Apr 2006 01:44 GMT | 8 |
I have been trying to locate the windows temporay folder to store some files using Rem find the windows path for temporary files strTemp = String(100, Chr$(0))
|
| Usercontrol Lots of stuff | 16 Apr 2006 01:35 GMT | 3 |
I'm building a usercontrol. If you can give an answer to any of the following Q's about properties and events then please point me in the right direction I want my usercontrol to have just two run time events listed in the code
|
| Puzzling "isNull" failing | 16 Apr 2006 01:34 GMT | 2 |
I have used isNull statement for as long as I have used VB.. Recently I am devugging a program and it is very clear that the "IsNull" function sometimes would return a true even when the value is not Null. Any wild shot or theory as to why this is happening is appreciated. Also, any
|
| CrossTab Query | 15 Apr 2006 18:39 GMT | 2 |
I'm using a "CrossTab" Query to retrieve data. When I get it back, I want to print the column Headers along the first row of the grid. How to I get the names of the column Headers? The names of the columns will be dynamic; i.e., I am listing facilities and getting total ...
|
| How to: Program in taskbar, not in system tray? | 15 Apr 2006 12:08 GMT | 2 |
Does anybody know how to place a program on windows taskbar like modern windows media player or office language bar? Note that I'm not telling about placing icons on system tray... Have anybody tried this? Or, M$ is the only one who is showing this
|
| .rtl files | 15 Apr 2006 08:40 GMT | 9 |
I downloaded a lottery software from justlottery.com. This software has import function to import lottery numbers from a text file but does not have an export function. All the numbers are stored in .rtl files (which I believe is run time
|
| VB6 VBA fails for Excel | 15 Apr 2006 01:36 GMT | 1 |
having created an Excel worksheet in VB6 and loaded a file, the following fails. It works in an Excel Macro, but I want to save from VB6. Help appreciated Excelapp.Workbooks(1).SaveAs App.Path & "\Trainees4.csv", FileFormat:=xlCSV
|
| Mijn programma gebruiken op andere PC's | 15 Apr 2006 00:00 GMT | 2 |
Is het mogelijk om een programma dat gebruik maakt van MS Access en geschreven is en VB te laten draaien op een PC zonder Vb en MS Access? Zo ja, welke bestanden moet ik dan installeren?
|
| VB6 : Creating classes on the fly | 14 Apr 2006 16:34 GMT | 6 |
I'm writing some code in VB6 to serialize and deserialize classes to / from XML files. To deserialize a class, I'd like to be able to create classes from their names.
|
| Datagrid usage | 14 Apr 2006 13:25 GMT | 2 |
I'm developing an application in which I'm taking details in a table and then on click event of save button, i save in database. for table i used data grid control, but i don't know how to append rows after first is finished. I want to do it on entering "Enter" key.
|
| Capturing Key Strokes | 14 Apr 2006 13:17 GMT | 3 |
This is a very short discription of my problem: Form1 has no controls on it, therefore Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) label1.Caption = KeyCode
|
| Excel to csv | 14 Apr 2006 08:04 GMT | 3 |
Within VB6 I would like to convert an Excel file to csv to manipulate it. I can see there's lots of code to load a csv to Excel, but not the other way round. Help appreciated.
|
| Change mouseicon throughout whole project | 13 Apr 2006 16:44 GMT | 11 |
I have assigned a certain .cur file to the MouseIcon property of several controls on several forms and usercontrols. Now I decided I don't like that particular cursor. Is there an easy way to change all of them?
|
| Modal Form Causes Task Switcher Icon to Disappear | 13 Apr 2006 10:12 GMT | 9 |
I'm working with a legacy VB6 application that is run on both Win2k and WinXP environments. I noticed that if the application gets a modal form, the application icon on the Windows Alt-Tab Task Switcher goes away.
|
| use smyleys in vb | 13 Apr 2006 05:42 GMT | 3 |
Can i use smileys in vb2005 as systray icon
|