No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi guys, I'm doing an application that works with an online mysql database. Here is a sample of my code: ~~~ Dim adapter As New MySqlDataAdapter("select * from my_table order by code", "server=my_server;User Id=me;password=password;Persist Security Info=True;database=database") Dim my_table = New DataTable adapter.fillj(my_table) ~~~ On the last line, the application freezes … | |
Hi Guys, I have an application in windows forms and I'd like to improve the GUI with customized buttons, forms and textbox. I've been searching but I didn't figured out the best way to do it. Is it a good idea create my components in C++ using images? Or use … |
The End.