| Thread | Last Post | Replies |
|
| New to Reflection.Emit and need help | 07 May 2007 14:33 GMT | 3 |
I am new to creating dynamic methods and I find that I have need to do so. I have read through some IL and emit examples and have gotten some simple programs to work. However, I cannot seem to use the opcode Call correctly. This example gives me an "CLR detectd and invalid program"
|
| How to create and use chm-file for online help? | 07 May 2007 13:57 GMT | 7 |
Hello NG, I am currently confronted with the task to equip a vs2005 project with context sensitive online help (F1). Reading through the MSDN-Library I found out about the "HelpProvider" class,
|
| Problems creating COM wrapper for C# dll (regasm.exe) | 07 May 2007 13:36 GMT | 4 |
I called regasm.exe /tlb CameraManagement.dll and I got CameraManagement.tlb When I look inside with OleView.exe or create C++ header I see something like that:
|
| Position of XmlNode in XML-File | 07 May 2007 12:45 GMT | 5 |
When I load a XML-Document from a file, and then get an XmlNode from it, is there any way to get the its original position in the file (line, character)? I want to report it, when there is something odd about that node, so that a
|
| struct size error | 07 May 2007 12:42 GMT | 2 |
i have a struct in c# that is containing Int32 member and Double member. when i try to get the size of it i get size of 16 bytes, while i was expecting to receive 12. (Int32- 4 bytes, Double - 8 bytes)
|
| important quey | 07 May 2007 10:17 GMT | 1 |
hi every one! i have designed the interface of an application using a form.there are some controls added to the form.when i maximize the form,the controls remain of the same size as before,i want they should
|
| Automatically adding dependents of an assembly to the project | 07 May 2007 09:07 GMT | 2 |
Here we have a large set of assemblies... about 250 lying around and we have to reference them all in a project. Is there a way in existence that'd allow us to somehow bundle them all together into a single assembly, so when the assembly is referenced, all the
|
| data corrupted while transfering struct from c# interop into c function | 07 May 2007 08:21 GMT | 5 |
i have a c# interop that pass struct into c dll. for some reason the data transfered into the c function is with incorrect order (meaning - members of the struct get other struct values and other members get zero)
|
| Novice: Returning a list | 07 May 2007 07:56 GMT | 5 |
I have a class that has a function that should query a database and return a list of usernames as well as their id. What type should I use as a return type, that can hold data such as: user1, 1
|
| How to save a string as a text file. | 07 May 2007 07:47 GMT | 4 |
How can I save a string as a text file to disk?
|
| Barcode Programming | 07 May 2007 07:02 GMT | 7 |
Hi; How can i capture and decode the barcode that reading by an usb Barcode reader?
|
| "sgen.exe exited with code -532459699" | 07 May 2007 04:53 GMT | 3 |
I have a C#.NET 2.0 application that when I try to Build it I am receiving the error: "sgen.exe exited with code -532459699" Thanks in advanced for any help.
|
| application won't start if needed assembly is missing... | 07 May 2007 04:32 GMT | 18 |
Hello NG, I realized, that my application won't start, if a referenced assembly is missing. Basically this is understandable, but since I destribute my applictaion
|
| SqlDataAdapter | 07 May 2007 02:00 GMT | 1 |
Where can i Find some good Examples using SqlDataAdapter Insert, Update, Delete Thanks
|
| How can i pass structure into c function that expect pointer | 07 May 2007 00:21 GMT | 2 |
i have couple of qeustions: 1. I have built a interop of c dll. In this dll i have a function that expect a pointer to a struct. I want to pass a struct from my c# interop into this c function. how
|