September 21st, 2007 12:26 PM
Hi all!
May be someone can help me ...
I use ajax:AutoCompleteExtender to get users from DB. How can I pass userid (of course it should be hidden in textbox) along with user name from service...
February 2nd, 2004 04:24 PM
Hi all!
I have CToolBar and 3 buttons on it (ID_BUTTON1, ID_BUTTON2, ID_BUTTO3)
Could you please tell me how to retrieve handles of these buttons?
Thx a lot
October 24th, 2003 04:27 PM
Hi all!
I know how to upload 1 file. But I need to upload all files from some folder. Is it possible? (For example, I have 50 files in folder and I need to upload all these files. I don't want...
March 31st, 2003 04:58 PM
Yep, I found it!
System.Windows.Forms.FolderBrowserDialog
March 31st, 2003 11:40 AM
Hi!
Thx a lot, but I think you open FileDialog, but I need a DIRECTORY selection Dialog
Thx
March 28th, 2003 05:51 PM
Hi, all!
How do I open a directory selection dialog using c#?
Thanks in advance
March 27th, 2003 03:33 PM
Hi all!
Please, help me.
I have a path and I have an extension of file (e.g. *.xml). And I need get all files with this extension in this directory.
How can I make it?
Thanks in advance.
March 17th, 2003 04:23 PM
Hi!
Try this:
Assembly assembly = Assembly.GetExecutingAssembly();
string fileName = assembly.Location;
March 14th, 2003 06:08 PM
March 12th, 2003 03:48 PM
March 12th, 2003 03:23 PM
Hi!
I think it is pretty good to be little busy. I just finished some project for client and now I have not any task.
March 12th, 2003 02:50 PM
Hi!
You can also make your TextBox public and use it in Form1. See attachment.
February 19th, 2003 12:43 PM
February 19th, 2003 12:18 PM
Hi all!
Please, help me.
I don't know how to get the SQL Server available in the LAN. Can
anyone show me how to do it in C#?
Have anyone used "dbserverenum" to collect a list of aviable...
February 11th, 2003 03:55 PM
Hi!
I use Microsoft Access.
I think the problem in that.
February 10th, 2003 05:04 PM
I'm sorry! I have problem with inet connection.
Thx a million!!!
February 10th, 2003 05:00 PM
Thanks a lot
But I think it's not very good solution. May be you can get me another hints?
Maksim.
February 10th, 2003 04:53 PM
Thanks a lot
But I think it's not very good solution. May be you can get me another hints?
Maksim.
February 10th, 2003 12:28 PM
Thanks a lot
But I think it's not very good solution. May be you can get me another hints?
Maksim.
February 9th, 2003 02:13 PM
Hi,
Could any body tell me the proper way to find a table
whether it exists or not.
I use code:
OleDbConnection dbConnection = new OleDbConnection(ConnectionString);
string InsertQuery =...
August 7th, 2002 12:16 PM
Hi!
Please, help me!
How can i add WinForm in Web App? And how can i load it from any web page?
Thx in advance!