| Thread | Last Post | Replies |
|
| File Associates | 24 Nov 2003 22:23 GMT | 1 |
I am looking for a way of being able to launch files from inside my program into the windows default applications. Anyone know how to do it?
|
| Wait Timer | 24 Nov 2003 20:51 GMT | 5 |
My brain just isnt in a programing mood today. I have a bunch of commands that I am sending to the Comm port. The problem is that they send one after another so fast that the results are not what I want and are reported oddly. So my idea is to put some sort of timer in between the ...
|
| how to convert rtf to html | 24 Nov 2003 20:06 GMT | 1 |
I have a program that need put rtf content on the web page.could you tell me how to display rtf content on the web page
|
| ListBox Control | 24 Nov 2003 16:57 GMT | 3 |
I have a little program that has several list boxes. If I click on an item in one list box, it highlights the selection. If I click on another item in a DIFFERENT list box, it highlights that selection. The problem is, the 1st item chosen is still highlighted. If I have 6 list ...
|
| ComboBox! | 24 Nov 2003 14:01 GMT | 3 |
Is there any way to get the window handler (hdc) of the drop down list of a ComboBox? Any help will be appreciated. Thanks in advance,
|
| global key events | 24 Nov 2003 11:33 GMT | 2 |
i have a simple Form which contains many included Panels. How can i catch something like a global key-event? E.g. "Esc" have to be catched in the Main Form, even it is pressed while an included panel has the focus
|
| Inet control custom headers | 24 Nov 2003 05:47 GMT | 3 |
I am trying to use the Inet control to connect to a website but I would like to specify a few custom headers to send. I am using HTTP and I would like to add a few headers that are sent to the webserver, is this possible with the Inet control? I would prefer to be able to use the ...
|
| Set data to DataGrid without datasource | 24 Nov 2003 05:13 GMT | 9 |
I have 3 arrays which contain data that I want to display to user and allow them to edit. The data actually comes from different places of a text file. Is it possible for me to set these data and display them using datagrid? From the limited knowledge that I have on VB, it seems ...
|
| Drawer-like slide-outs | 23 Nov 2003 20:09 GMT | 5 |
Does anyone know of a way to mimic the drawer-like effects found in Windows Media Player? Specifically, how when you click on some of the buttons of a skin, things like the equalizer, or song information "drawer" slides out of the main application window?
|
| how to set windows datagrid column width ??? | 23 Nov 2003 16:42 GMT | 1 |
I have a windows datagrid that bind to a typed dataset table. how can i change the width of individual datagrid columns? thanks.
|
| how to open mpeg file? | 23 Nov 2003 12:56 GMT | 1 |
i used 'Shell ("start C:\Test.mpg")' , but file not found. i used 'Shell ("start")', the problem also occur. in the dos mode, i typed 'start' or 'start c:\test.mpg', it can work.
|
| how to hide windows datagrid column? | 23 Nov 2003 04:12 GMT | 1 |
is it possible to hide some of the windows datagrid columns in code?
|
| ShellLinkObject --> GetIconLocation (return path AND index) | 23 Nov 2003 02:03 GMT | 1 |
I got a problem here ... i used a ShellLinkObject is retrive some data from .lnk files (path to execute, working directory, etc ...) but i need to get the icon path (in some case this is the same as the exe, but this is not always this !).
|
| Multiline Treewview (vb6) | 22 Nov 2003 15:51 GMT | 3 |
I'm working in VB6. I would like to present some information in the following format: Parent Item 1: 11/16/2003
|
| Newbie with Internet Transfer control | 22 Nov 2003 04:05 GMT | 2 |
I've never worked with this Internet Transfer control before and am pretty much in the dark. The few code examples I've been able to find so far, always show it connecting to a URL for ftp (i.e. ftp://server, sort of thing). Can this control permit me to access an FTP server that ...
|