Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2008 |
| Replies: 10 Views: 2,972 wow, thank you Jx_Man.
It worked, but i must logoff or restart to see the result of hiding drive.
There are anyone know another way to hide without logoff or restart computer. |
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2008 |
| Replies: 10 Views: 2,972 Thx Jx_man, your code worked nice.
one problem again, how to hide drive?
there are another ways to hide drive without using API function?
Any suggestion... |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2008 |
| Replies: 10 Views: 2,972 >> Do you use any control or what?
No, i don't.
I just wanna to hide or unhide drive or folder.
Ex : D:\test (Hide folder test on drive D)...
Any suggestion... |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2008 |
| Replies: 10 Views: 2,972 Hi Masters...
I want to hide folder or drive with vb6, but i don't have idea how to do this.
any one know how to solved this?
Please Help.
Any suggestion will appreciated much. |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 1,805 Ok. Thanks again.
you really help me much with great code.
This thread already solved. |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 1,805 btw if i want to see the small one, i use bellow code :
RetrieveIcon "C:\Program Files\Winamp\winamp.exe", PicIcon32, ricnSmall
That right jx?? |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 1,805 yes, got it.
Working like a charm.
RetrieveIcon "C:\Program Files\Winamp\winamp.exe", PicIcon32, ricnLarge
Thank you very much |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 1,805 thanks to completed my declaration.
actually i don't have idea to do this function.
do you know a function to retrieve icon from exe file using my delcaration? |
Forum: Visual Basic 4 / 5 / 6 Apr 21st, 2008 |
| Replies: 9 Views: 1,805 declared on module...
Private Const SHGFI_DISPLAYNAME = &H200, SHGFI_EXETYPE = &H2000, SHGFI_SYSICONINDEX = &H4000, SHGFI_LARGEICON = &H0, SHGFI_SMALLICON = &H1, SHGFI_SHELLICONSIZE = &H4,... |
Forum: Visual Basic 4 / 5 / 6 Apr 21st, 2008 |
| Replies: 9 Views: 1,805 i want to extract icon from exe file.
does anyone know how to do this??
thank you very much
Regards
Estella |
Forum: Visual Basic 4 / 5 / 6 Mar 22nd, 2008 |
| Replies: 6 Views: 1,175 |
Forum: Visual Basic 4 / 5 / 6 Mar 11th, 2008 |
| Replies: 3 Views: 2,308 hi..i get some problem too, and thanks for the declaration. |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008 |
| Replies: 5 Views: 2,065 thanks jx_man. its great program. and debsisdas thx for the logic. |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008 |
| Replies: 5 Views: 2,065 I want to change font of all controls in a form.
how i can do this?? i can change font but just for each control not all control in a same time...
please help :) |
Forum: Visual Basic 4 / 5 / 6 Feb 26th, 2008 |
| Replies: 18 Views: 3,847 looks great, can you provide an example please? |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2008 |
| Replies: 3 Views: 1,326 what a problem? post your code friend and show the effort and you will get help from many people here :) |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2008 |
| Replies: 4 Views: 735 i think use winmm.dll...
sorry but i never do this. |
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2008 |
| Replies: 15 Views: 14,862 |
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2008 |
| Replies: 12 Views: 10,035 Wow, Thx a lot Jx_Man. this a wonderful code. |
Forum: Visual Basic 4 / 5 / 6 Feb 8th, 2008 |
| Replies: 12 Views: 10,035 thx for the reply jx_man, but i really newbie in this. may i get some ex code please???
Best Regards... |
Forum: Visual Basic 4 / 5 / 6 Feb 8th, 2008 |
| Replies: 12 Views: 10,035 Hi All,
How can i get mac address from other computers with input ip address?
Please helps
Best Regards... |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2008 |
| Replies: 7 Views: 1,662 i don't understand...
you want to limit the length of characters or limit the inputing character like didn't allowed numeric input (string only) or string input (numeric only) or some character can... |
Forum: Visual Basic 4 / 5 / 6 Jan 21st, 2008 |
| Replies: 1 Views: 876 what control?all?
check this link (http://www.daniweb.com/forums/thread104127.html) |
Forum: Visual Basic 4 / 5 / 6 Jan 21st, 2008 |
| Replies: 4 Views: 2,171 dim i as integer
for i=0 to 9
'put code here
next |
Forum: Visual Basic 4 / 5 / 6 Jan 21st, 2008 |
| Replies: 20 Views: 3,271 you must access registry to do this or put the program on startup program.. |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2008 |
| Replies: 2 Views: 480 click on PMS after you log in or on control panel select the list message in private message. |
Forum: Visual Basic 4 / 5 / 6 Jan 16th, 2008 |
| Replies: 8 Views: 7,127 it cause TAB key used by VB 6 to move focus from one control to other control. it can't be changed. see tab index on the properties of controls, it used if user press the tab key only. if u want to... |
Forum: Visual Basic 4 / 5 / 6 Jan 16th, 2008 |
| Replies: 7 Views: 4,154 post your project or the screen print |