Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~9K People Reached

19 Posted Topics

Member Avatar for MaddTechwf

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..

Member Avatar for callofcyandic
0
174
Member Avatar for horserider
Member Avatar for demafioso
0
519
Member Avatar for horserider

[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 …

Member Avatar for chris007
0
1K
Member Avatar for horserider

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.. ???

Member Avatar for PlotHost
0
105
Member Avatar for horserider

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 …

Member Avatar for codeorder
0
89
Member Avatar for horserider

how can i add color to the TabControl..? we can add color to the TabPage but how to Tab control.

Member Avatar for Unhnd_Exception
0
1K
Member Avatar for MaddTechwf
Member Avatar for onat12`
Member Avatar for horserider
Member Avatar for codeorder
0
308
Member Avatar for horserider
Member Avatar for horserider

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.

Member Avatar for horserider
0
273
Member Avatar for hajj

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..

Member Avatar for Baluba15
0
77
Member Avatar for horserider

I am working on Final year project for graduation. Project on a System Cleaner. how to make stylish form in vb.net 2010..

Member Avatar for Luc001
0
72
Member Avatar for horserider
Member Avatar for horserider
0
179
Member Avatar for Nagaratna
Member Avatar for horserider

Is there a way to make a file shredder in VB .NET..if is there plz explain it with code...

Member Avatar for lolafuertes
0
76
Member Avatar for horserider

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 …

Member Avatar for horserider
0
754
Member Avatar for horserider

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]

Member Avatar for codeorder
0
126
Member Avatar for horserider

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..

Member Avatar for Pilgrim-Last
0
108

The End.