| Thread | Last Post | Replies |
|
| Handling Outlook Drag&Drop | 26 Nov 2007 16:03 GMT | 1 |
I have a question - how I can handle Outlook's drag&drop operation when user is trying to attach file or directory to the new email? I need to get such functionality in the Outlook - possibility to add folder(s) (zipped to one file on the fly) to the new email.
|
| selection list | 26 Nov 2007 16:00 GMT | 1 |
Hello,How canI create a selection list (that allows me to pick item from list according to abc)?
|
| detect FK in dataTable | 26 Nov 2007 15:47 GMT | 2 |
is it possible to extract the DataColumn which is a foreign key of another table. The DataTable has only one table. foreach (DataRelation dr in dsIlce.Tables[0].ParentRelations) { Console.WriteLine("123");
|
| How to read this XML file ? | 26 Nov 2007 15:39 GMT | 4 |
I want to put the data from this xml file into a dataset How can i do that , i tried XmlTextReader without luck Johan <?xml version = "1.0" ?>
|
| MSDN download issues | 26 Nov 2007 14:47 GMT | 3 |
I'm starting to lose my rag. My Internet connection has stayed up but for the third night running I've had a fatal error downloading VS 2008 pro at about 60pc on MSDN. Is anyone getting any joy on this? I'm not paying for shipped DVD's because MS can't figure out how to deliver
|
| Embedding video file in C# forms | 26 Nov 2007 12:15 GMT | 2 |
I need to display the video file in C# forms with few buttons like pause, play and stop. Anyone please suggest how to start with to embed the video file and which method is the best one to implement?
|
| SendMessage mouse click to treeview node | 26 Nov 2007 11:53 GMT | 5 |
I would like simulate a mouse click on on of my treeview nodes when my form opens. for that i was thinking to use the same simple way as under C++ : SendMessage(TreeView.Nodes[0].Handle, WM_LBUTTONDOWN,0,0);
|
| a question about inheritance in .net | 26 Nov 2007 11:31 GMT | 2 |
.net 2.0 Below I declare 2 classes ******** class A *********** public class A{
|
| C# - Email problems | 26 Nov 2007 11:23 GMT | 2 |
I am having trouble with sending email via a C#2.0 application, I use the same settings as I use in Outlook but I cannot get email to send. I am trying to use SSL on port 465 and get the error below, If I disable SSL and use port 587 all goes well.
|
| a question regarding SqlDbType.Money | 26 Nov 2007 10:06 GMT | 1 |
.net 2.0 I have some .net code which calls a stored procedure. This stored procedure returns a value of SqlDbType.Money... I'm wondering what datatype I should use on the variable which get this return value.... I've used Double, but
|
| Little Glitch with VS05 project post-VS08 install | 26 Nov 2007 09:45 GMT | 3 |
I installed VS 2008 -- leaving VS 2005 in place -- without any apparent problems; first thing I did after installing was to open a project in progress with VS 2005 to make sure there were no problems; there was one ...
|
| Linq "into" and "let" equally??? | 26 Nov 2007 08:40 GMT | 12 |
Linq "into" and "let" equally??? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Create directory | 26 Nov 2007 08:33 GMT | 4 |
how can I create a directory in the "documents and settings / user" directory? Christian
|
| can vs 2008 c# express truly co-exit with 2005 c# express | 26 Nov 2007 07:44 GMT | 1 |
that is after installing .net 3 and vs 2008, can I still use vs2005 to emit code for target pc with only .net 2 run time? It seems various prev thread, vs 2008 express is not exactly good/easy for targeting .net 2 features only
|
| Get assembly info. Thank You. | 26 Nov 2007 07:28 GMT | 2 |
I created an DLL Library which includes various web controls, classes, ... I would like to create a class, named Info, with a function that would return some information about the library like its version, copyright,
|