| Thread | Last Post | Replies |
|
| Simple question re VB to c# | 05 May 2006 13:39 GMT | 2 |
just trying to switch from VB.net to c# and one thing which is really bugging me is the auto prompting or the lack of it in C# can this be swithced on? so in VB I would type "Public x as" then aliet of possible optionwould
|
| Class visibility through custom attributes | 05 May 2006 08:59 GMT | 4 |
Is it possible to write an attribute that changes the visibility of a class (public/private) etc based on some pre-compiler define symbol? We're writing some classes which will be called by an external (bespoke) test harness, so we want then to be public in the assembly when we're ...
|
| How to make a listview static .. .ie no user can use it. | 04 May 2006 17:27 GMT | 7 |
Is it possible to stop user from interacting /editing/ changing data/ changing look with a list view. Gerry.
|
| Increase the Font of a Static Controls in DialogBox Controls | 04 May 2006 12:56 GMT | 1 |
i want to Increase the Font of the Labels before all the Controls. is there any approach to increase the Font of a Static Control that we palce before all the Controls to Identify. i want to increase the Font Size of the Static Controls before the placed before the Controls in a ...
|
| Using C# DLL in VC++ 6 | 04 May 2006 11:24 GMT | 5 |
I'm trying to use a C# DLL in VC++ 6. From reading a few articles I have read that it is possible by using COM. I have created a simple class in C# and created a type library using tlbexp.exe and imported it in my C++ source code, but I can't work out how to use the objects from ...
|
| Odd behavior of getenv and putenv | 04 May 2006 05:21 GMT | 4 |
Recently I have observed some odd behavior of getenv and putenv function. I am developing some code that integrates with several other libraries. This program is not using MFC. It is plain C and C++ code. Some login and initialization function from one dll is setting an
|
| Suspending a backgroundworker | 03 May 2006 19:18 GMT | 1 |
Is it possible to suspend the background worker without cancelling it or letting it finish and restarting? My application runs in a loop and I'd like to have a pause button, but I'm having trouble getting it to work.
|
| How do I: Execute system operation call before compile project? | 03 May 2006 13:11 GMT | 9 |
I am using Microsoft Visual C++ and i have some projects configuration. (Configuration A, Configuration B, ..., Configuration N) I need to execute some system operation call such as copy, delete, etc before each
|
| Default libraries conflict | 03 May 2006 10:37 GMT | 1 |
I'm trying to write a managed C++ application with unicode support in visual studio 2003. I'm getting the following link errors, however: uafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in
|
| C++ Debugging problem | 02 May 2006 20:56 GMT | 5 |
I am writing a Thread pooled P2P application, I have a constant flow of actions that produce a certain problem, though I cannot find it’s cause. I get “Free Heap block 356c00 modified at 356c34 after it was freed”, following is a list of actions I have done while trying to find ...
|
| Develop sony play station game | 02 May 2006 13:58 GMT | 2 |
I have interested in design sony play station (ps2/3, psp) game, I know that codewarrior has plug-in (?) for vs.net, could you please introduce more about that? Does that mean I can use vs.net + codewarrior-ps2 tools, and then I can
|
| Reg:Reading Serial Ports | 02 May 2006 08:42 GMT | 1 |
Can you please Explain me how to read Data from Ports by using VC++.Net. Siva.
|
| Integrating CVS with MSDEV? | 02 May 2006 02:08 GMT | 3 |
Anyone using CVS with MSDEV? How can I use CVS (my current repository) with VS2003? Did a google search but nothing definitive. Some docu or pointers will be very helpful
|
| Printing to a laser printer deletes bitmaps | 01 May 2006 22:58 GMT | 1 |
My OnDraw() shows a bitmap via pDC->StretchBlt(), and when I send it to an inkjet printer it looks fine. But when I send it to a laser printer, the picture is gone -- but text and lines that I added are still there. I've tried two different laser printers, and lots of settings, ...
|
| Altering location of .ilk file | 01 May 2006 19:20 GMT | 4 |
Is there any way to alter the location where this incremental link information file is placed? It is always placed in the same location as the generated .exe file, but I like to keep such 'intermediate' files separate from my output files.
|