Forum: C# Feb 5th, 2008 |
| Replies: 1 Views: 1,051 P.S. ive uploaded my full client connecting code here:
if anyone needs to take a look.
Please help if you can |
Forum: C# Feb 5th, 2008 |
| Replies: 1 Views: 1,051 Hi guys,
I'm in desperate need of help with my code so if anyone could help me out it would be most appreciated:
I have built a asynchronous client / server application which runs 100%... |
Forum: C# Jan 10th, 2008 |
| Replies: 1 Views: 4,986 |
Forum: C# Jan 9th, 2008 |
| Replies: 1 Views: 4,986 Hey all,
I've been trying to create an MDI tabbed control and I came across this article
http://www.devasp.net/net/articles/display/451.html. The code shown work perfectly except that it will... |
Forum: C# Jun 4th, 2007 |
| Replies: 2 Views: 16,568 Hey guys,
I have a datagridview called DataGridView1 which has four column each are combobox's, I need to be able to change the items in one of the comboboxes based on the previous one. For... |
Forum: VB.NET May 12th, 2007 |
| Replies: 3 Views: 1,613 How would I do that though?
Also would that not be a huge overhead if your monitoring the entire db? |
Forum: VB.NET May 11th, 2007 |
| Replies: 3 Views: 1,613 Hi all......another question for ya all :S
Does anyone know of a way to monitor a change to a database,
Basically I need to write some code for my app that can detect a change i.e. table x has... |
Forum: VB.NET May 11th, 2007 |
| Replies: 2 Views: 1,315 Sorry for the late reply, Ive had no Internet for the past week :S
Well I figured out why I couldnt store UNC paths in the base, In mySql "\\" is reserverd as a something else.
If you want to... |
Forum: VB.NET May 4th, 2007 |
| Replies: 2 Views: 1,315 Hey guys.
I know this is more of an sql problem but I didnt know where else to put it :S
I have an application which stores a UNC path in a mysql database table. However it doest store it... |
Forum: VB.NET May 3rd, 2007 |
| Replies: 2 Views: 2,535 Hey all,
Just wondering is it possible to have a drop down cell in a datagrid? and if so how the hell do i do it :)
Thanks |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 1 Views: 1,887 Ok my bad I got this myself just after posting (Sorry). Just for those how may want to know the new code looks like this
If Directory.Exists(File_Path) Then
Dim new_files As... |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 1 Views: 1,887 Hey all,
I need a bit of help, Im trying to write some simple code that will search through a directory say "C:\Windows\" for any .exe's heres my code for just searching a directory, However it... |
Forum: VB.NET Mar 29th, 2007 |
| Replies: 3 Views: 7,371 Hey all,
Is there a way that I can detect when any key has been pressed?
Basically I have a login box and if the user has Caps Lock on and tries to enter his password a Tooltip apears, however... |
Forum: VB.NET Mar 29th, 2007 |
| Replies: 2 Views: 2,196 Cool, thanks for the help my good man :) |
Forum: VB.NET Mar 27th, 2007 |
| Replies: 2 Views: 2,196 Hey all,
Can anyone explain to me how i can change forms UI at run time?
Basically the application I'm building is very similar to the MySQL Administrator (see attached file) So when the user... |
Forum: VB.NET Mar 27th, 2007 |
| Replies: 6 Views: 3,542 Cheers, for the help man. :)
ps: sorry for the late reply :s |
Forum: VB.NET Mar 23rd, 2007 |
| Replies: 6 Views: 3,542 Hi all, (First Post...YEEERROOO)
Quick question for ya all, I have an MySQL server with three databases created on it, lets say test, test_1 and test_2. Is there a way that I can display what ever... |