CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bhushan1980

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,047

    Re: Solving Memory Leaks

    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...
  2. Replies
    2
    Views
    450

    Re: Databound combobox question

    @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...
  3. Replies
    2
    Views
    450

    Databound combobox question

    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...
  4. Replies
    1
    Views
    309

    Simple issue with web service

    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...
  5. Replies
    3
    Views
    1,616

    Re: Question About TLB files

    Thanks Cilu. Tried that. The error message is:

    I dunt know what that means. I had no problems running tlbimp or any .NET tool on Windows XP or 2003. One thing to note here is...the path is not a...
  6. Replies
    0
    Views
    646

    Question About TLBIMP

    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...
  7. Replies
    3
    Views
    1,616

    Question About TLB files

    Hi all,
    Coming back to CG forums after a long time. I am currently refreshing my past dev experience using the interop article at:

    I have D/L the sample code from the article. In first...
  8. Replies
    3
    Views
    458

    Re: Simple tutorial .NET interop problem

    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...
  9. Replies
    3
    Views
    458

    Re: Simple tutorial .NET interop problem

    Arjay, the link is:

    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...
  10. Replies
    3
    Views
    458

    Simple tutorial .NET interop problem

    Hi,
    I am following one of the MSDN tutorial videos at:

    The video builds in a simple C# assembly from a class library project in C# express edition and holding a form with a date time picker...
  11. Replies
    1
    Views
    355

    Re: Simple tutorial .NET interop problem

    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...
  12. Replies
    1
    Views
    355

    Simple tutorial .NET interop problem

    Hi,
    I am following one of the MSDN tutorial videos at:

    The video builds in a simple C# assembly from a class library project in C# express edition and holding a form with a date time picker...
  13. Replies
    14
    Views
    1,194

    Re: Coding Question

    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...
  14. Replies
    1
    Views
    298

    Re: About structs and arrays

    Any clues/comments from any one? Still waiting for any help...
    Thanks
    Bhushan
  15. Replies
    1
    Views
    298

    About structs and arrays

    Hi all. What does this mean?



    public struct MyStruct
    {
    public int num;
    public string name;
    public double weight;
    }
  16. Replies
    6
    Views
    518

    Re: Tab Control Question

    @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...
  17. Replies
    6
    Views
    518

    Tab Control Question

    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,...
  18. Re: Using single BindingNavigator with multiple data sources

    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...
  19. Replies
    10
    Views
    3,382

    Re: MFC Support in ATL COM Project

    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...
  20. Re: Using single BindingNavigator with multiple data sources

    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
  21. Replies
    10
    Views
    3,382

    Re: MFC Support in ATL COM Project

    Hi,
    If you are creating an ATL app as a DLL, then this is what your stdafx.h should look like...




    // stdafx.h : include file for standard system include files,
    // or project specific...
  22. Replies
    5
    Views
    617

    Re: Question about tophat ^

    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...
  23. Re: Adding a another View/Frame to a document

    What the heck...I hope you have mistyped the code here...or else...


    m_pTestDocTemplate = new CMultiDocTemplate(
    IDR_MAINFRAME,
    RUNTIME_CLASS(CTestDoc),
    ...
  24. Re: Using single BindingNavigator with multiple data sources

    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...
  25. Using single BindingNavigator with multiple data sources

    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...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width