| Thread | Last Post | Replies |
|
| Single instance app communication | 24 Jan 2008 23:21 GMT | 10 |
I have an app which uses a mutex to run as a single instance application. This is because it exclusively locks a specific resource. When I now need to do is to have a file association with my application so that when a file of a certain type is double-clicked my application ...
|
| When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR function to use nvarchar(max) ? | 24 Jan 2008 23:16 GMT | 1 |
When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR function to use nvarchar(max) ?
|
| Why List<T> does support IsReadOnly. | 24 Jan 2008 22:43 GMT | 4 |
I feel like I am missing something here. List<T> implements IList<T> which in turn implements ICollection<T>. Way down, there is a property in the interface called bool IsReadOnly. However, when you look at the List<T> class, it doesn't support this
|
| Ruyan china e-cigarette V8 V9 cute craft | 24 Jan 2008 22:38 GMT | 1 |
Hello, everyone, I would like to introduce a great interested craft for you all---RUYAN and it's global agent: Ruyan Health International( www.ruyanhealth.com ) What is RUYAN:
|
| Socket.BeginReceive does not handle incoming data immediately | 24 Jan 2008 22:07 GMT | 6 |
I have a problem with the BeginReceive method in Socket class while using it to receive responses from a server. I have reread my code many times but cannot figure out why the delay is happening. My scenario is this:
|
| Enterprise Data Access Block and .NET Web Services | 24 Jan 2008 21:54 GMT | 2 |
I'm working on some internal company web services and I have a question about resource management within the Enterprise Data Access Block. I have about 20 methods which look similar to the one below:
|
| EnumWindows | 24 Jan 2008 20:25 GMT | 1 |
Hello, Newsgroupians: I've a question regarding the Win32 function EnumWindows. First, the prototype for EnumWindows is as follows... BOOL EnumWindows(WNDENUMPROC lpEnumFunc, LPARAM lParam)
|
| Deleting Application Configuration file when Un-installed | 24 Jan 2008 19:57 GMT | 2 |
I have an application that stores its configuration file in the user's Local Application special folder in a subfolder COMPANYNAME \PRODUCTNAME. The application creates the file the first time the application is run. The application is installed with a setup project
|
| Better way to check changed values | 24 Jan 2008 18:52 GMT | 2 |
In my Form, I have 20 or 30 Text Boxes and Combo Boxes. I am using a tabbed interface. When the Form's Close button is clicked, I want to check whether user attempted an entry in any of the Text Boxes or not. If yes, a dialog box appears to ask whether user wants to Save the
|
| Smooth panel scroll | 24 Jan 2008 18:21 GMT | 5 |
I have panel (with autoscroll property) on which I'm dynamicaly adding of controls. When I want to scroll my panel using scrollbars it freezes all the controls added on that panel, makes them nasty stretch.
|
| Using LINQ to Initialise a List | 24 Jan 2008 18:15 GMT | 7 |
Concise: I've ben trying, unsuccessfully, to use the output from a LINQ query to populate a generic List<T> object. Can someone please confirm that this isn't actually possible using initialisation/"inline" code and actually requires a
|
| Timers | 24 Jan 2008 17:38 GMT | 4 |
How can i get a timer to start running as soon as the windows application is started
|
| Data Grid View | 24 Jan 2008 17:37 GMT | 1 |
plz tell me how can we retrieve data from dropdowm box in Data Grid view Thanks in advance
|
| DataTable question | 24 Jan 2008 17:13 GMT | 1 |
hey guys, i got a problem concerning a datatable...so i have a table like Type City Value ------------------
|
| Accessing a webpage from C# | 24 Jan 2008 17:08 GMT | 6 |
Is it possible to access a web page from within a c# application? If so, what would the code be like to do that? Thank you, Adrian.
|