Hi,
Your information is incomplete atleast for me. However, from whatever you have posted, I can tell you that there is probably a resource leak in the form of GDI object. May be some sort of...
@DemSamPro
Thanks for your suggestions. Will try them and let you know. However, I have to figure out when to use them. I mean the admin application has certain flags, based on which the transaction...
Hi Guyz,
I am having a question about a data bound combo box on a winform. There is a set of applications comprising of:
- A client side application for users distributed...
Hi all,
I have a solution with 3 projects. Two of these 3 projects are windows dll projects. One is Data access layer project and the other is a core project. The third project is a...
Hi,
I am trying to import the data in a tlb file into a dll as metadata. However, when I run the tlbimp, I get, it cannot find the tlbimp! I am giving the complete absolute complete path of the...
Did u mean the video does not show up? I have the same problem too...Earlier I thought that it might be because I do not have silver light installed on my machine. But if you are having the same...
and if that does not work then just look into MSDN's Learn tab->"How do I videos->Native coding->...
In the .NET/managed code section there are 4 videos and the one I am...
Please Can any one let me know about this? I am just trying that tutorial, but I have some problems in doing so. Also, I think this is the right forum as the console application calling the C# class...
I really extend my sympathies to all the C++ developers including me, as for not having a free resource editor provided along with MS VC++ express and standard editions. What is the point in not...
@HanneSThEGreaT....u r simply gr8 savior. By answering this query, you have solved many of my other problems. On other note, is this the standard/practical/efficient way of handling navigation within...
Hi ,
I have a tab control with 3 tab pages in it. I have to catch the event when the selected tab is changed. Initially I though it was tabPage_Click event. Later on I came across,...
Well...it seems that this is not going to work. And since I have a certain deadline, I would defer it for the later. Right now, I have decided to use 3 different binding navigators and get the job...
Hey...just try out the stdafx.h file code that I have posted. The targetver.h might contain all the WINVER stuff u r including there...not sure though. It seems that u r unnecessarily defining and...
This just compiles...does not navigate the records in the 2nd and 3rd table on 2nd and 3rd tabs. The first tab works fine...Is there a way...? Has any one worked with them?
Thanks
Bhushan
Is there a difference in the CSharp reference and managed C++ handle(^)? In other words what is the difference between a reference to object and handle to object? I understand that this is not a...
Hi,
Underneath is the code fragment, I am trying to work with...the code is self explanatory and names are contextual and relevant. For instance, as I mentioned before, database has 6 tables...
Hi,
I have a winforms app access a database with 6 tables. Out of 6, I am showing 3 tables on three different tabs on my Form. However, I want to do it using a single binding navigator that will use...