| Thread | Last Post | Replies |
|
| Issue emitting an Int16 value in a DynamicMethod... | 12 Jul 2006 04:35 GMT | 2 |
For some reason I keep getting an InvalidProgramException when trying to emit a short (Int16) value in a DynamicMethod. The following code should replicate my problem. private delegate object TestHandler(); private static void Main()
|
| Accessing raw TCP packet payload data | 12 Jul 2006 03:53 GMT | 10 |
Does anyone know if it's possible to grab the raw payload data from a TCP packet, using .NET (C# to be exact). I'm writing a piece of software that communicates to a networked device using a protocol encapsulated inside TCP. The structure of
|
| How to specify a font for a window form | 12 Jul 2006 02:35 GMT | 1 |
I have a window form application. When I port the application to another computer which has a different default font, the form gets screw up. How do I specify the
|
| Automate a message box based on UPDATE? | 12 Jul 2006 02:21 GMT | 6 |
I'm working in vb/ado.net I want to to have a message box pop up based on a result of a update on a SQL table. How do I do that so it automaticly pops up after the update is performed? Also, is there a way to put in a variable in the message box base on the
|
| Callbacks and Managed Code | 11 Jul 2006 22:51 GMT | 2 |
I am trying to wrap a very old dll from Epson with a Managed Dll. Their declaration for the callback is this: typedef int (WINAPI* DLL_BiSetStatusBackFunction)(int, int (CALLBACK EXPORT *pStatusCB)(DWORD dwStatus));
|
| COM Interop -- check my code please | 11 Jul 2006 22:47 GMT | 1 |
after a lot of readings I've got something working. Can you please check -- is it enough? .Net server and COM-client, also I generated key file and place "ref" to it in AssemblyInfo.vb this way: <Assembly: AssemblyKeyFile("..\..\keyfile.snk")>
|
| 1 executable, multiple services? | 11 Jul 2006 21:27 GMT | 3 |
I know how easy it is to create an NT services using .net framework (using Visual Studio 2003). Here is my problem. I came across a situation where I would like to run 2 instances of a
|
| .NET / Excel automation - MissingMethodException: Method not found | 11 Jul 2006 19:35 GMT | 2 |
I am making a Windows EXE (.NET Visual Basic Windows Application). I would like to make it possible to open Excel Worksheets from my EXE. This should work independent of Excel version on client machine (it is out of my control to know what versions of Excel different users has.)
|
| Need case-sensitive file search in VB.net | 11 Jul 2006 19:26 GMT | 1 |
I need to determine if a specified path exists, including the case, but .net isn't making this easy. system.io.file.exists is case-insensitive. If I create a fileinfo object in hopes to retrieve the FullName property, or use
|
| Window desktop search | 11 Jul 2006 11:23 GMT | 1 |
Anybody knows how to uninstall it? nothing in the 'add or remove' in control panel. Thanks. After I have installed Window Desktop Search, whenever I closed my Outlook 2000, an error message report comes up and asks me whether to send or not send to Microsoft. What's wrong? I ...
|
| Distributing components with application | 11 Jul 2006 07:35 GMT | 2 |
Could any one help me out that how can I ship additional components with my .net 1.1 windows application. The components will only be installed if they are not installed already. The setup MSI has to be initiated only once and all prerequisite should be installed.
|
| Issues in porting from VC6.0.VS2003 to VS2005 | 11 Jul 2006 06:20 GMT | 2 |
I get the following linker error when compiling a project written in VS2003. net
>>>>fatal error LNK1104: cannot open file 'mfc71d.lib' How do I solve this ?
|
| Why does this code work? | 10 Jul 2006 23:31 GMT | 52 |
I'm supporting an application at work. Below are some code segments that I can't understand how they work. First let me say, I would never code this standard. I'm just really creeped out that it works. Here's the setup. I have a function, called GetEmployeeCertifications,
|
| Auto dialer components? | 10 Jul 2006 23:00 GMT | 2 |
Seeking suggestions for components to use in the development of an auto-dialer that can also play audio files. Ideally it will be able to tell the difference (with reasonable accuracy) between people, fax machines, answering machines and bad numbers.
|
| How to check if a file is locked? | 10 Jul 2006 22:40 GMT | 5 |
The only examples I have seen on how to check if a file is locked is to try to open it a catch an exception. MS has stated that you should never use error trapping in this manner. Is there no other way to identify if a file is locked w/o trapping an
|