| Thread | Last Post | Replies |
|
| WinAPI To Set Folder View Options | 29 Jul 2004 06:00 GMT | 8 |
Does anyone have any sample VB code that will set the "view" options of a folder? I've looked at SHGetSetSettings in shell32.dll and ShFolderCustomSettings
|
| Writing data to the resource file | 28 Jul 2004 22:00 GMT | 2 |
I have an application that have all the texts in a database file. I want to write those texts into the resource file. I have tried BeginUpdateResource, UpdateResource and EndUpdateResource API calls to write to the file, but with no luck.
|
| Setting up a DeskTop Icon | 28 Jul 2004 03:16 GMT | 1 |
Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long Public Sub Dim strUserName as string
|
| Append text to top of file with VB 6.0? | 28 Jul 2004 01:02 GMT | 1 |
Does anyone know of a way to append text to the top of a text file with VB? I need to append one full line with a CR LF and sometimes the file I am appending to can be rather large (over 10 gb). Thanks, Ron
|
| Rotated rectangle question | 27 Jul 2004 18:36 GMT | 4 |
I need help in plotting the rotated coordinates of a rectangle. If I rotate a rectangle at say 10.0 degrees, I need the x and y pos. for each corner. If that's not enough the rotated rectangle will at times be scaled.
|
| Hidden Folder | 27 Jul 2004 14:54 GMT | 2 |
the normal "DirListBox" shows only visible folders and files. How can i set with an API all folders and files visible to the "DiListBox"? thx a lot Mario Batz
|
| How to get Acceleration Key for specific MenuItem ? | 27 Jul 2004 09:26 GMT | 2 |
I need to pass handle to menu item and retrieve Acceleration key for that menu item, is this possible? Thanks! [SolarAngel]
|
| Api call for Speech Profile Control | 27 Jul 2004 09:00 GMT | 1 |
I am looking to take control of the speech Profile settings and bring them to my form to incorporate in to my application so the user does not half to go to the windows speech profile page. I dont know where to start I have been looking all over the msdn for
|
| detect url and search form www data in vb | 26 Jul 2004 22:07 GMT | 8 |
the sample below detects url used in internet explorer would anyone have a sample or pointer how to detect the contents of a search form ? 'add timer1 with 1000 interval and 2 labels to form
|
| MS Outlook - Count the number of new mails received | 26 Jul 2004 14:33 GMT | 1 |
Hi group, How can I count the number of new mails received in Outlook's "Inbox" for notification purposes? I am interested e.g. in an appropriate DLL function (I bet there is one ;-> - I assume
|
| LoadImage replaces Transparent Background with Black, how can I fix that? | 26 Jul 2004 09:22 GMT | 7 |
I've got an Icon File that has a transparent background and I need to set this icon like the icon's form in run time. Whe I do this with LoadImage function, the transparent background is replaced with black. I can't use a resource file, I need to set the icon from an icon file, ...
|
| Disable / Enable the mouse | 26 Jul 2004 04:05 GMT | 3 |
How can I disable/enable the mouse (vb6)? I know how to hide the cursor but the mouse is still active when hidden. Cheers, John
|
| how to set Icon for my application | 25 Jul 2004 20:16 GMT | 3 |
hi, i just built a ieSwitchImage application, and i want my application to display my own icon instead of the VB default icon for all application ;) i have created my own icon using the microangelo, 16x16 (true color) and 32x32 (true color).
|
| Windows Task Manager - Performance - capture the data | 25 Jul 2004 19:39 GMT | 6 |
Hello -- Is there a more appropriate ng to post this message? Does anyone know of a utility or code module which captures the data presented in Performance tab of Windows Task Manager ... the "CPU Usage
|
| how to set IE internet options -> Advance -> Show Images | 25 Jul 2004 19:10 GMT | 4 |
sorry if i double post, i guess i got to post this in WINAPI section coz i got the WORD "ADVANCE" in my subject! ;) lol hi i know the show images option for IE can be set from the Register under
|