Click here to Skip to main content
15,896,201 members

Comments by AJ_Smit (Top 10 by date)

AJ_Smit 29-Mar-16 4:14am View    
Instead of ...

lista.DataGridView1.DataSource = dt.DefaultView

Try adding the data with NewRow() method in a for loop, let me know whether that works, I have noticed that in some cases DataAdapter does fail when trying to retrieve data from the DB
AJ_Smit 1-Jun-14 4:18am View    
Ah crap ty anyways griff.... I thought as much... well we might as well type it in by hand or just open the pc and scan it.... :-(
AJ_Smit 11-Nov-13 10:45am View    
Ok so uhm can you post a part of the code including the Imports part?
AJ_Smit 10-Nov-13 9:16am View    
Fixed the hick up regarding the Folder import to resources... It turns out that SharpZipLib works wonders in sipping up the directory and then unzipping it where ever.
AJ_Smit 10-Nov-13 9:00am View    
Thank you Sergey I will do so next time.... However I am stuck again... I am trying to add a folder with all sub-folders as embedded resources to the compiler or is it not possible?.... And believe it or not I am again scratching my head LOL... Well the app has come a long way and I am thinking of posting it in an article for other people that needs a little boost.