| Thread | Last Post | Replies |
|
| Search a word in Webbrowser control | 31 Jan 2008 16:31 GMT | 1 |
How can i search a particular word in webbrowser control in .Net? That is if the searched word is found, it should be highlighted like in internet explorer. Regards,
|
| issue when converting C#.net code into vb.net | 31 Jan 2008 15:59 GMT | 3 |
I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ==================================my code is :-
|
| Linq to Entity, query sql | 31 Jan 2008 15:26 GMT | 5 |
I'm using C#, Linq to Entity and Sql Server 2005 Express. I need to see the queries created by linq. What do I have to use? Thaks. sorry, but I'm a new VS developer. I have developed with delphi all my live.
|
| Code to get all properties supporting an attribute | 31 Jan 2008 15:08 GMT | 5 |
I would like code that will return all properties that have a specified attribute type. And, once that is done, I would like code that returned all properties that have an attribute that had a property value equal to a given
|
| Strange Problem - Parameter is not valid | 31 Jan 2008 14:53 GMT | 1 |
I am having a real strange problem. I have a relatively simple C#.NET application developed with VS2005. It is an MDI application with a single child form. In the child form, there is a Save menu item to save the item the child form creates. The information in the form is
|
| CheckBox.checked return a value | 31 Jan 2008 14:44 GMT | 4 |
All, Have a problem i just cant find the answer for. I'm trying to populate a colum in a SQL database. Basically the column requires a 1 or 0.
|
| field properties aren't there | 31 Jan 2008 13:51 GMT | 5 |
hey all, I'm doing the following: SqlCommand mycmd = new SqlCommand(sqlText, conn); SqlDataAdapter da = new SqlDataAdapter(mycmd);
|
| Why XmlTextReader does not raise the FileNotFoundException | 31 Jan 2008 13:44 GMT | 2 |
I am trying to check whether XmlTextReader reads the xml file successfully or not. MSDN says that XmlTextReader raise the FileNotFoundException when it cannot find the file to read.
|
| SendMessage and Menus | 31 Jan 2008 13:37 GMT | 3 |
Hi All, does anyone know of a way to retrieve the ID of a menu ? I've tried using Winspector but can't seem to track down menus, buttons and other controls easy peasy, thanks
|
| Create installer for a windows service .NET 1.1 | 31 Jan 2008 13:12 GMT | 2 |
I have successfully developed a service (not a Webservice) using .NET 1.1 and C#. I added the requiered ProcessInstaller, debugged the service and it works. Now I want to create a setup project. How do I do this?
|
| Newbie : How to store 50 data elements effciently | 31 Jan 2008 11:17 GMT | 9 |
I need to store 50 "string" values and then retrieve information selectively. I am looking for an efficient way to store/retrieve this information. Here is a bit more specific information:
|
| ClickEvent for Attachments | 31 Jan 2008 08:53 GMT | 2 |
i search a click-event for the attachments in outlook 2007. I want use VS 2005 SE for writing a PreviewHandle under outlook 2007. thanks asim
|
| linq to sql design question | 31 Jan 2008 08:50 GMT | 5 |
are the queries generated by the compiler or at runtime?
|
| pass "out" parameter to ShowDialog? | 31 Jan 2008 07:13 GMT | 4 |
What is the best way to set a "out" variable in a WinForm passed by a ShowDialog caller? Currently I am setting a public static variable in the ShowDialog callers' class in the WinForm - I am hoping there is a less ugly way.
|
| C# 3.0 runtime macros and log4net | 31 Jan 2008 06:15 GMT | 5 |
Would it be possible to use C# 3.0 runtime macros to do following: If Apache's log4net is loaded, calls like log.DebugFormat("Hello {0}","world"); generate the logging, but if the dll is not loaded, nothing happens?
|