| Thread | Last Post | Replies |
|
| Please help with converting a Date and a Time string after concate | 29 Dec 2005 20:30 GMT | 3 |
I have 2 strings, "12/28/2005" and "16:44:54". I need to conatenate them and convert them to datetime format so I can assign them to a datetime field in a datarow. The time is now being converted to the date "12/28/2005". and I don't know how to concatenate them since "+" ...
|
| how to debug windows service | 29 Dec 2005 19:39 GMT | 5 |
how to debug windows service in c#.net thanks in advance Regards, Tulasi
|
| Listbox question | 29 Dec 2005 19:33 GMT | 1 |
Hi, does anyone know how i might make new entries in a listbox appear highlighted for 10 seconds and then change to the same style as the existing lines in the listbox? thanks
|
| C# and security cameras | 29 Dec 2005 19:15 GMT | 8 |
Hi I am trying to write a c# program that will display the mpeg4 live from my SNC-M1 sony security camera on a lan and frankly i'm a little bit lost. Does anyone have any suggestions on where to get started and also how to connect to and display video from a security camera. Also
|
| Cyrstal Reports | 29 Dec 2005 18:38 GMT | 2 |
Is it possible to design a report at Runtime? What I am trying to do is create a very flexible report to have a different amount of columns. The user can choose the fields from a database table they want to show on the report. It can be anywhere from 1 - 10 columns.
|
| Forcing a Windows service to shut itself down | 29 Dec 2005 18:16 GMT | 7 |
I wrote a Windows service for a client a few months ago, and the client has now asked me to modify it so that it shuts itself down under certain circumstances e.g. a catastrophic failure of the network, SQL Server connectivity problems etc.
|
| Help : Redirecting Console results on forms | 29 Dec 2005 18:07 GMT | 1 |
I'm creating an interface for a network device basically its a GUI for cofiguring the devices. Configration Commands are working fine on command prompt I just want to make there GUI so my client should not go to that BLACK screen to configure those devices.
|
| Continuing execution following an Exception, and Exiting a Function... | 29 Dec 2005 18:02 GMT | 3 |
I have two questions both by a VB programmer that is learning C#... 1) In a VB error trap routine we would commonly trap the error and write it to an error log and then attempt to "Resume Next." I have set up an Exception Handling routine in C# and I would like to do the same ...
|
| Close of OleDBConnection in Destructor | 29 Dec 2005 16:11 GMT | 4 |
Hi NG ! I would like to close my OleDBConnection in the destructor of the class, but i get a failure, that the handle is not initialized. I read in the msdn, that it is not good the close the oledbconnection in the finalize.
|
| End task does not fire console CTRL_CLOSE_EVENT | 29 Dec 2005 16:01 GMT | 2 |
I need to do some important cleanup before my console application exists. I got some ideas from the groups and I used the console ctrl event. This is working well and it fires for all cases, including the CTRL_CLOSE_EVENT (if I close the application from the X botton). But on
|
| Q: Do i need a manifest for apps written in Studio 2005? | 29 Dec 2005 15:54 GMT | 1 |
I have written an application in studio 2005, when designing all the buttons and so on are displayed just fine. When i execute the application i get the boring buttons like there were in w2k. Do i need a .manifest file, or what could be the behaviour of this?
|
| Database connection | 29 Dec 2005 15:44 GMT | 4 |
Hi NG ! I have the problem, that my access to a MS Access 2000 database does not work. I allways get the Exception System.InvalidOperationException with the recommandation to install a MDAC version 2.6 or later....but I have
|
| OK to assign an IDataObject reference to a DataObject variable | 29 Dec 2005 14:50 GMT | 7 |
Although the code is VB I believe the question is OOP I tried the VB NG but no answer. I suspect the c# programmer is more apt to be aware of these kinds of subtleties so I', trying here.
|
| Configuration / Settings File | 29 Dec 2005 13:19 GMT | 4 |
Is it possible to use a Settings / Configuration file in VS 2005 / .Net 2.0 in a dll? Or is this feature limited to an executable? We have some .dlls where a configuration file would be helpful for things such as Database Connection and other aspects. But when we use this file ...
|
| how to prepare intaller of windows service | 29 Dec 2005 13:03 GMT | 1 |
i have prepared one windows service in c#.net.This is about TcpIp packets checking.so,my problem is how can i insatll this windows service.please tell me any one. thanks in advance
|