Hello,
I've got a program written in C++. It was working fine on former versions of Windows CE but now I've got a probleam that the the browser windows I'm using inside that application didn't...
Hi,
after years programming in ABAP I've coming back to c++.
I've got a task to convert a c++-project from Code::Blocks to
a Visual Studio Project. For that i've downloaded the latest Visual...
Hello there,
I've wrote a programm. While the program is started plugins are loaded.
That worked well. Now I added a new plugin and recompiled all.
Yet I got a exception during the loading of a...
You could also use the functionality out of the System.Diagnostic.Trace class.
It has a similar functionallity as the System.Diagnostic.Debug class. The advantage or disadvantage of the Trace class...
Sorry for late reply, but I was on a buisness trip.
In the attachment there is my project. It is a #develop-project but it should also be easy to create a VS.NET-project from the files. Perhaps some...
Hi,
I've got in an old C++ program a struct in which a integer was stored. The integer was some encoded way for storing a time value. For that the struct was build up as a union:
Hi,
I've got following strange problem. My working computer is part of a domain. Our development server with the source codes is also part of the same domain. I've got "Full Trust" to my code. One...
Hi,
I've got following problem:
In VS.NET 2003 I've got a form with 2 elements. 1 with docking bottom and 1 with docking fill. Now I want to add a new control e.g. a splitter and give it also the...
Hi,
I've got a c#-winforms application. One task of that application is to execute a SQL-Server DTS package. I imported DTS into .NET like Microsoft descriped it. In my first attempt I executed the...
In a C# Programm of mine I'm using a ListView. The ListVieew owns columns. In an iniatialisation phase i'm setting the width of the columns. At a later point of time listview items can be added by...
I added it into a dialog-resource via the "Insert ActiveX-Control" Context-menu in the resource designer. So I've got a CExplorer1 class derived from CWindow.
Hi,
I've got a MFC-programm in which i included the Microsoft Webbrowser control. Now I want to deactivate that the contextmenu is shown when the user rightclicks on the control. But I've got no...
Hi, I'm doing some printing issues with MFC in VS.NET 2003.
I want to change the format of printing to landscape. For that case I added these lines of code my OnBeginPrinting function:
Hi,
I've got an asp.net-project with codebehind. First I created it locally in
my Inetpub-directory. It worked well. Now the structure at my workingplace
is that we've got a development server on...