| Thread | Last Post | Replies |
|
| Thread won't start | 12 Feb 2007 00:04 GMT | 4 |
I have a dll that I call to start a thread that will monitor a serial port and then process and store the data received from that port. On most every computer I have run this on, the program works perfectly. However, I have a Panasonic CF-51 laptop that fails when I try to launch ...
|
| How to discover the CLR version that is running an assembly??? | 11 Feb 2007 23:40 GMT | 1 |
how can I discover at runtime the version of the CLR that is running an assembly??? Is there maybe some class + method to get this info in the reflection namespace?
|
| Serial Communications | 11 Feb 2007 22:59 GMT | 2 |
Hi all....i need to write a Scaled down component or app for Serial Communications , and x and z modem does anybody know of a net library Specifically that has xmodem and zmodem
|
| Difference between ADO and ADO.Net. | 11 Feb 2007 20:47 GMT | 5 |
can anyone tell me difference between ado and ado.net other than disconnected access? thanks in advance.
|
| Re-draw Control | 11 Feb 2007 20:35 GMT | 1 |
I have a question about drawing windowed control. For example, i have a windowed control, let's called it C1 (as container for example). its width = 300 px and height = 200 px.
|
| Class private to a namespace | 11 Feb 2007 19:44 GMT | 5 |
Is there a way to make a class private to the namespace so that other classes in the namespace can see and use it but noone outside a namespace can see or use it? Feel free to send me to links to read, I just cannot seem to find anything
|
| migrating foxpro to sql-server using c# | 11 Feb 2007 19:38 GMT | 5 |
i must convert a foxpro database tro a sql-server datase, and while i'm thinking on it, are there any known programs??? maybe open source? that do this job ??? because re-inventing the wheel is not that smart. or if there isn't any, what driver should i use ???
|
| webservices from winforms | 11 Feb 2007 18:13 GMT | 2 |
is it possible to expose a webservice from a winform application ? i saw that on a MSDN Briefing and i can't find anything related on the web. the demo was for .net 3.0 but i think it is possible to do it from 2.0
|
| .Net 2.0 runtime error, Event id: 5000 | 11 Feb 2007 17:34 GMT | 5 |
I have made some software that uses one of the COM ports to communicate with an external device. The software is written in C# and uses the new SerialPort class in .Net 2.0. It works perfectly when I use the COM ports that are integrated in my
|
| Adding a contextMenu to a menuitem | 11 Feb 2007 17:21 GMT | 1 |
Hey folks, could someone assist with this? In IE 7, you can click the Favorites menu, and the items that drop down can then be right-clicked on, providing a context menu, where you can copy, delete, etc. I would like similar functionality via C# in my own app, but I can not
|
| Change the BorderStyle of control | 11 Feb 2007 15:49 GMT | 1 |
How can i do to change the border style (value and colors) used to draw the control border ? thanks a lot, Al.
|
| Legal Issues? | 11 Feb 2007 14:15 GMT | 7 |
I was wondering what legal issues there are when making a C# based music player using the WMP11 API. Are there any? For some reason I wouldn't think MS would just let anyone go out and use their tech to profit from it.
|
| weird?? inaccessible due to its protection level error | 11 Feb 2007 14:08 GMT | 6 |
I have a "funny" after upgrading to .NET2.0. The following code is placed inside an unsafe method in assembly "A" System.Object myIUnknownObject = Marshal.GetObjectForIUnknown((System.IntPtr)m_someClass.MyProperty);
|
| When converting code from .Net 1.1 to .Net 2.0 (problem with rebar) | 11 Feb 2007 14:06 GMT | 1 |
I have converted my C#.Net project code from .Net 1.1 to .Net 2.0. After resolving the build errors iam unable to open the application due to Utilitylibrary Rebar class --> WndProc() method is recursively called. In .Net 1.1 this problem does not exists, due to this problem
|
| File sync up question | 11 Feb 2007 13:08 GMT | 1 |
I was going to write a program to sync up our webserver directory to a network share directory. Before I do so, I would like to know is there already a program available to do the same thing. Only requirement is, I should able to provide where is the url to get files from and where
|