| Thread | Last Post | Replies |
|
| COMPLICATED XML DATA READING! | 14 Sep 2006 22:02 GMT | 1 |
Good Day everyone!!! i have here a serious problem.my project is delayed because of this. i'm trying to make a function for an XML Reader that accepts values from the other modules(done by the others). they only have to specify
|
| Visual Studio.NET style property control.... | 14 Sep 2006 21:49 GMT | 1 |
Using VS.NET 2003 and the 1.1 Framework, is there a control I can add to a WinForm that will allow me to mimic the functionality of the Visual Studio.NET style property grid.. I trying to create my own form designer like tool and want to be able to load a class into a grid or
|
| More confussing stuff from Mike | 14 Sep 2006 21:11 GMT | 1 |
I have a statement: if ((error = bslTxRx(BSL_MERAS, /* Command: Mass Erase */ 0xff00, /* Any address within flash memory. */ 0xa506, /* Required setting for mass erase! */
|
| ComVisible and generics | 14 Sep 2006 20:14 GMT | 3 |
I am working on modifying an existing library to expose portions through COM. Is it possible to return a generic object (say, List<string>) via this? So far I have not had much luck. When components call my method which
|
| AVI file length in time | 14 Sep 2006 19:35 GMT | 2 |
How can I, preferably using C#, find out the length, in time, for an AVI file?
|
| NHibernate, Codus | 14 Sep 2006 17:55 GMT | 5 |
Can somebody throw some light on what are these tools and which is the best to use? I would like to know, where do these tools fit in ? and how does it help? Thanks
|
| pointer to MS C# documentation that explains usage of @ prefix to strings .. | 14 Sep 2006 17:55 GMT | 2 |
Cannot find an explanation for the @ string literal prefix in MS C# documentation (we're using VS2005 and I've got the Aug 2006 version of the MSDN Library) Can someone point me to the section of MS Documentation that explains @ and
|
| Maximum length of a String? | 14 Sep 2006 17:54 GMT | 7 |
does a String in C# have a maximum length? I tried to write a ToString Method of my class containing a hashtable. At the beginning of the method i defined a String "ret". In every iteration of my hashtable I add the content with ret += "...".
|
| Searching Text in PDF file | 14 Sep 2006 17:49 GMT | 1 |
I have a prob i want to search a text(Like Charcter search,name search as searching criteria) in PDF file by the "AVDOC" Object. in .NET. can u give an idea how to start this Application Beacz i am new in .NET.
|
| Where to declare Public variable | 14 Sep 2006 17:49 GMT | 15 |
I need to have a Public variable in my project. In VB it can be declared in a standard module. Where can I do it in C# ? I tried to do it in default class Program.cs and I tried it in an added by me class.
|
| Polling VSS for updates? | 14 Sep 2006 17:42 GMT | 1 |
I use VS.NET 2005 with VSS integration. Is there a way for it to notify you via Studio that a project has updates in VSS? Or, how can I use code to poll each project for updates? Thanks,
|
| Print Crystal Report Without Viewer | 14 Sep 2006 15:52 GMT | 2 |
Using VS 2005, CR10, writing in C#.NET. How do I open a report, change the dataset, and export the results to PDF from code without any user interaction?
|
| Urgent Help Req'd: Rendering a .NET control to an MFC CDC. | 14 Sep 2006 14:52 GMT | 2 |
We have an MFC application mixed with a few .NET controls. I would like to be able to render the content of a .NET control to an MFC device context - specifically a printing device context. We wrote the MFC app and the .NET control, so we can add hook functions
|
| Serial port again | 14 Sep 2006 14:30 GMT | 1 |
I may actually be getting somewhere,BUT i do have another question. IN 'c" you can change the status of a port without opening and closing it each time. SetCommState(hComPort, &comDCB);
|
| identification of remoting clients. | 14 Sep 2006 14:19 GMT | 4 |
before starting I must say that I'm a remoting beginner so I certainly didn't assimilate all the tricks of remoting so please be kind ;) Now here is my interrogation: I'm working on a client/server architecture for a callcenter software.
|