Search found 116 matches

Search found 116 matches Page 1 of 12
by RonaldHarvey
Mon Sep 24, 2012 3:15 am
Forum: Coding Help & Support
Topic: DataGridview Min. Column Item
Replies: 2
Views: 1032

Mandai,

I was struggling this issue before.

Thaaaaaaaaaaaaank you very much.

Cheers. wahooo; wahooo; wahooo;


Ronald
by RonaldHarvey
Sun Sep 23, 2012 11:32 am
Forum: Quick Snips
Topic: Populate ToolStripMenuItem with Directory Files
Replies: 0
Views: 1796

Hello Coders, I want to share this handy code, I know this is simple for those experts. Dim dir As New IO.DirectoryInfo("D:\") '' Adding the files at Form Load event For Each file As IO.FileInfo In dir.GetFiles SampleToolStripMenuItem.DropDownItems.Add(file.Name) Next That's it. Thanks..
by RonaldHarvey
Sun Sep 23, 2012 11:12 am
Forum: Coding Help & Support
Topic: DataGridview Min. Column Item
Replies: 2
Views: 1032

Hello Coders, Could you please help me in this problem. I am having an unbound Datagridview with 3 columns and I want to check the minimum number in the third column anytime the user will click the button after adding another item on the Datagridview. I tried to loop the Datagridview with my code bu...
by RonaldHarvey
Sat Aug 04, 2012 7:40 pm
Forum: Tutorials
Topic: View files in a TreeView
Replies: 3
Views: 1803

Thanks my friend this is a good tutorial. cooll; cooll;
by RonaldHarvey
Wed Jan 04, 2012 3:10 am
Forum: Tutorials
Topic: ToolStrip/MenuStrip Custom Colors
Replies: 11
Views: 4271

Nice tutorial,now I know this really. Thanks to you smashapps. Goooood job.
cooll; cooll;
by RonaldHarvey
Thu Sep 15, 2011 7:36 pm
Forum: Coding Help & Support
Topic: Help DataGridView (Button Navigation)
Replies: 0
Views: 548

Hello There, I have a little problem regarding Navigating from first row to the last row in DataGridView using the Previous and Next Buttons. At Form Load event the first row is seleted and the Previous button is disabled while the Next button is enabled, but if it will reach the last row the Next b...
by RonaldHarvey
Fri Sep 09, 2011 4:27 am
Forum: Tutorials
Topic: How to make a Password Generator
Replies: 8
Views: 2862

Good job my friend, I put it in my apps it works. cooll;
by RonaldHarvey
Wed Sep 07, 2011 1:23 pm
Forum: Misc
Topic: In Selling On Line Apps Using Microsoft Free Download
Replies: 2
Views: 1294

Hello to All, I think this is the right section to post this topic. I just want to ask any opinion from you if, we can use Microsoft Free Visual Basic 2008 or any type of free Microsoft downloads to make our own application and sell them on line. Sorry for bothering you this since I forgot some of T...
by RonaldHarvey
Sun Aug 21, 2011 5:25 pm
Forum: Quick Snips
Topic: Copy All Listview1 Items to ListView2
Replies: 0
Views: 933

Hello again, This snips will copy all items in ListView1 to Listview2 in just one click. Use the same project as in my previous snips and just change the button click event with this one. Private Sub btnCopy_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCopy.Click For ...
Search found 116 matches Page 1 of 12
Go to advanced search