No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
Re: Add a ContextMenuStrip and add items to it nd double click nd write the code. then click on ListView1 and set the ContextMenuStrip property to ur newly created contextmenustrip. then run the program, rightclick on the item. Rightclcik will be ther.. | |
how do i get the full path of running process in task manager. | |
[code] ListBox2.Items.Clear() Dim myCoolFolder As String = "F:\" Try For Each myCoolFile As String In My.Computer.FileSystem.GetDirectories _ (myCoolFolder, FileIO.SearchOption.SearchAllSubDirectories, "*.*") ListBox2.Items.Add(myCoolFile) Next Catch ex As UnauthorizedAccessException MsgBox(ex.Message) End Try MsgBox("Total Files: " & CInt(ListBox2.Items.Count).ToString("#,###,###")) [/code] This code is for listing all folders including subfolders. but when i run this code … | |
i m new to delphi.i have coded in vb,php, c etc..now i have to learn delphi.I was wondering if there are any good websites or books, where I could learn the delphi.. ??? | |
i m doing my final year project on "PC Maintenance Utilities" . Plz suggest me one good name for my project. it contains following modules: Junk Cleaner Privacy cleaner(browsers) Uninstaller Startup Auto shutdown/reminder System restore service manager process manager security tools Duplicate file finder disk analyzer empty folder analyzer and … | |
how can i add color to the TabControl..? we can add color to the TabPage but how to Tab control. ![]() | |
Re: close the database connection before end sub of OK. [CODE]DbCon.Close()[/CODE] | |
How can i extract Target Path of Existing Shortcuts on the desktop. | |
How to list all files in a folder including subfolder files. | |
How do I insert commas to numbers so I can convert 1000 to 1,000 or 1000000 to 1,000,000. [CODE] FileSize = GetSize(MyFile).ToString & " KB" [/CODE] the output would be "6652 KB" i m trying to get output 6,652 KB Plz try to modify this code only. | |
Re: Internet Download Manager is the best download manager to download the files and videos.. Internet Download Manager can download flv videos almost from any website.. but it cant convert the video.. | |
I am working on Final year project for graduation. Project on a System Cleaner. how to make stylish form in vb.net 2010.. | |
how to get list of installed programs into my listbox ... | |
Is there a way to make a file shredder in VB .NET..if is there plz explain it with code... | |
i cant install adobe photoshop CS5 Extended .. it gives error like this Exit Code: 6 -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 43 error(s), 41 warning(s) WARNING: The payload: Adobe Photoshop CS5 Core {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} requires a UI parent with following specification: Family: Photoshop ProductName: Adobe Photoshop CS5 Core_x64 This … | |
How to put this tool in vb.net 2010 plz check this image.. i hav rounded tat tool in red colour. [url]http://img192.imageshack.us/img192/6697/24961035.png[/url] | |
Hi.. How to control the gpedit from my vb6 application.. i want to control the GP edit from my vb application... plz help me with coding.. |
The End.