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
Member Avatar for MaddTechwf

I have created an uninstall list that is populated when a form loads. I want to add the ability to right click on the item and have an uninstall option. Below is the code that I'm using to show my Uninstall Manager so far. [CODE] Private Sub UninstallMgr_Load(ByVal sender As …

Member Avatar for callofcyandic
0
172
Member Avatar for horserider
Member Avatar for demafioso
0
490
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
102
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
87
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

I'm trying to turn the Maximize & Minimize buttons off on my Child forms but it doesn't seem to be working. I have set the Max and Min on the form to false but that doesn't seem to work. Also, how can I make the child form fill the available …

Member Avatar for Unhnd_Exception
0
168
Member Avatar for onat12`

Hi, I am creating an login page connected to a database. I am using access ODB. the problem is, if the user makes an wrong input, and the invalid data message box appeared, when typing the data again, and press ok, the following exeption occured: Not allowed to change the …

Member Avatar for onat12`
0
3K
Member Avatar for horserider
Member Avatar for codeorder
0
293
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
150
Member Avatar for hajj
Member Avatar for Baluba15
0
74
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
69
Member Avatar for horserider
Member Avatar for horserider
0
175
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
70
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
747
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
95
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
104