1. Deploying URL Shortcut icons to desktop to run in own process
2. Trouble with retrieving "small" (16x16) icon, from "icon resource"
hi gang, I am attempting to retrieve a small icon from an app. The "icon resource" contains TWO icons, a standard 32x32 icon, and a smaller version which is 16x16. If I retrieve the icon using vb, and store it in a 16x16 image box, it renders perfectly, (although I confess I don't know whether vb is retrieving the 32x32 icon and just shrinking it, _OR_ picking out the 16x16 icon because it fits the size of the image box more exactly). However, if I retrieve the icon using the api, then the icon looks messy at 16x16 (but looks perfect at 32x32). Here is the code I am using: hInst = LoadLibrary(sDLL) hTitleIco = LoadImage(hInst, MAKEINTRESOURCE(1), IMAGE_ICON, 16,16, LR_LOADTRANSPARENT) This DOES return a 16x16 icon, BUT it looks like the api did a sloppy job shrinking the 32x32 icon, rather than retrieving the (nicer-looking) 16x16 version. As I understand it, an "icon resource" can contain icons of various dimensions, (e.g., 48x48, 32x32, 24x24, 16x16). O.K. here's the question. If there is an icon resource containing two (or more) versions of an icon, how do I retrieve (with api calls) the one I want? tiafah, jw
3. Extracting icons from dll and exe files VB.NET
4. Extracting Icons from exe or dll files in VB.NET
how can I extract an icon from a fil for example this sentence "F:\WINDOWS\System32\shell32.dll,3" how can I extract icon nr 3 from the shell32.dll?? I found some code for VB6 that might have worked in VB6, but it's been changed in VB.NET, it was some API-calls, and drawing on compononts using the hDC property, but the hDC property has been deleted in the PictureBox, and I haven't found it in other components neither. But it's got to be possible to do in VB.NET Please help, I can't seem to figure it out. regards Richard
5. Can I have more than one Icon in an vb-exe file - Visual Basic
6. Make exe Run even the desktop lock
Background : I have an application which will find the window name, if I lock the desktop in Win2k Nt m/c the exe not working. I don't logoff the machine only lock the m/c. kindly suggest me to run the exe even in the destop lock mode Thanks in advance Christopher
7. Hide Desktop Icons not Desktop - Visual Basic/VB
8. app icon colour different to desktop icon colour
i've added an icon to an app i've written. when a shortcut is added to the desktop the icon colour is as expected. hwoever, when i run the app, both the taskbar icon and the icon on the app lose colour. if you need further details please ask. i've searched for an answer on numerous occasions but cannot find anything. your help would be greatly appreciated.