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

Search:

Type: Posts; User: bhushan1980

Page 1 of 26 1 2 3 4

Search: Search took 0.44 seconds.

  1. Error in Displaying a simple Message Box in WPF / VB.NET application

    Hello All,

    Posting on this forum after a long time. Thanks for all the support I received on these forums earlier.

    I am currently working on a product which is a WPF application and...
  2. Re: How to prevent WinForm location from changing

    Hi,
    There are certain radio buttons and panels whose location is being changed on selection of radio buttons. I have looked into the code and that is all there is to it. Now, does this cause an...
  3. How to prevent WinForm location from changing

    Hi all,
    I am having a winform where in I am using some panels and other controls that are outside as well as inside of the panels. In the Form class, I have created certain visibility change...
  4. Replies
    3
    Views
    4,857

    Re: C# Outlook 2010 Form Regions controls

    @dglienna...BTW why leave out only Visible property while not others?
  5. Replies
    3
    Views
    4,857

    C# Outlook 2010 Form Regions controls

    Hi all,
    Currently I am having trouble accessing the Visible property of Olk controls instance on the Form Region. Why is it that for these controls, I can just do MyControl.Property = value but not...
  6. C# Outlook 2010 AddIn Form Region and Registry Entries

    Hi all,
    I have an Outlook AddIn, which has custom form regions with message class name IPM.Note.XXX (for MailItem related Form Regions) as well as IPM.Appointment.XXX (for AppointmentItem related...
  7. C++ outlook 2010 sample add-in build issue

    Hi all,

    I am currently trying to follow the article at:

    http://msdn.microsoft.com/en-us/library/ee941475(v=office.14).aspx


    The sample code for this application is available at:
    ...
  8. VSTO outlook 2010 AddIn - Separating the Form Regions in separate Assembly(ies)

    Dear all,
    I am returning to these forums after a while now; so greetings to all. CG has been my best ever place to find a solution to my coding queries. And, today I am returning with one of my...
  9. Replies
    4
    Views
    2,884

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

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

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

    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...
  13. Replies
    3
    Views
    3,722

    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...
  14. Replies
    0
    Views
    904

    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...
  15. Replies
    3
    Views
    3,722

    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...
  16. Replies
    3
    Views
    860

    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...
  17. Replies
    3
    Views
    860

    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...
  18. Replies
    3
    Views
    860

    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...
  19. Replies
    1
    Views
    588

    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...
  20. Replies
    1
    Views
    588

    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...
  21. Replies
    14
    Views
    1,898

    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...
  22. Replies
    1
    Views
    588

    Re: About structs and arrays

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

    About structs and arrays

    Hi all. What does this mean?



    public struct MyStruct
    {
    public int num;
    public string name;
    public double weight;
    }
  24. Replies
    6
    Views
    1,281

    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...
  25. Replies
    6
    Views
    1,281

    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,...
Results 1 to 25 of 645
Page 1 of 26 1 2 3 4





Click Here to Expand Forum to Full Width

Featured