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

Search:

Type: Posts; User: kdar20

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    627

    64 bit issue on windows...

    Hi,

    I am currently porting 64 bit application with C and Assembly code (x86-64) from Linux to windows.

    I am using Microsoft C-Compiler 2005 and Yasm for compiling C and assembly code...
  2. Re: How to check if Up/Down Button is pressed on NumericUpDown Control...

    Thanks all of you. jmcilhinney,HanneSThEGreaT,aniskhan.

    With warm regards,
    KEDAR
  3. Re: How to check if Up/Down Button is pressed on NumericUpDown Control...

    Hi Friends,

    I should thank you for all those valueable inputs.

    The reason i want to know which button is clicked is that i need to change the value of the interval in the pre-determined ranges...
  4. Re: How to check if Up/Down Button is pressed on NumericUpDown Control...

    Thank you for your interest Mr. Anis Khan...

    But the ValueChanged event occurs irrespective of whether you click up button or down button.

    What i wanted to know is that if there is any way to...
  5. How to check if Up/Down Button is pressed on NumericUpDown Control...

    Hi Friends,

    I would like to know that how to check whether up/down button was clicked on the NumericUpDown Control in .NET 2005.

    Any help would be greatly appreciated.

    With warm regards,
    ...
  6. Replies
    3
    Views
    3,049

    Re: MS Word Doc in C#

    Hi,

    In my opinion, if you are using Word Type liabrary ( interop.word DLL along with office core and VBIDE ) it *will* open the document using the Word application.

    If you want to hide the...
  7. Re: How to open a form found in a VB.Net Dll in VB as mdichild

    Hi Friends,

    VBA can't add reference to a .NET assembly unless it is signed and registered in GAC so i suggest you to sign the DLL using strong name utility and add reference of it in...
  8. Replies
    1
    Views
    9,244

    Re: VB open/save information in excel.xls file

    Hi,

    As far as i could understand it, You should try using the Cell Object rather than Range, rest looks fine to me.

    With warm regards,
    KEDAR
  9. Replies
    2
    Views
    625

    Re: Porting DLL from VB6 to .NET platform

    Thanx buddy.
  10. Replies
    2
    Views
    625

    Porting DLL from VB6 to .NET platform

    Hi Friends,

    I got a problem Registering the dll in VS 2005 created in VB.NET and i need to use it for the application which is created in VB6. The application currently uses the dll created in VB6...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured