User Profile

Collapse

Profile Sidebar

Collapse
sudhanshu
sudhanshu
Last Activity: Nov 26 '07, 02:05 PM
Joined: Sep 12 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sudhanshu
    started a topic Get the parent form of an activex control

    Get the parent form of an activex control

    hi
    I am new to creating ActiveX controls.
    I am trying to create a control to minimize a form to the system tray
    using windows API.
    For this I need a reference to the form, my control is placed in.
    How can i do this?
    I tried exposing a property "ParentFrm" of type Form.


    Public Property Let ParentForm(ByVa l vNewValue As Variant)
    ParentFrm=vNewV alue
    End Propert
    ...
    See more | Go to post

  • sudhanshu
    replied to Syntax Error in INSERT INTO Statement
    Hi NeoPa & Killer42
    thank you very much both of you. It worked.
    Perhaps I have field names which are keywords.
    I had no idea abt this.
    I dont know how I've been using such fieldnames
    before without having a problem.
    Anyways thank you once again for your concern.
    See more | Go to post

    Leave a comment:


  • sudhanshu
    replied to Syntax Error in INSERT INTO Statement
    Thank you very muchh for your concern.
    By the way i have only a SessionID field that is Autonumber
    that happens to be required (& Primery Key). All other fields have
    no constraints.
    Anywayz thank you once again.
    hope to get some help from access community as well.
    See more | Go to post

    Leave a comment:


  • sudhanshu
    replied to Syntax Error in INSERT INTO Statement
    Hi
    There is no such problem with my textbox "txtName".
    When I display the command text in a msgbox, it shows

    Insert into Session(UserId) values('test')

    And about the table,
    Table name is Session with fields,

    SessionID Autonumber
    UserID Text 50
    UserName Text 50

    and so on.
    I don't think...
    See more | Go to post

    Leave a comment:


  • sudhanshu
    started a topic Syntax Error in INSERT INTO Statement

    Syntax Error in INSERT INTO Statement

    Hi friends,
    I am facing this error in my vb 6.0 code.

    The code is...

    [CODE=vb]Dim conn As New ADODB.Connectio n
    Dim cmd As New ADODB.Command


    Private Sub cmdOK_Click()

    conn.Connection String = "PROVIDER=Micro soft.Jet.OLEDB. 4.0;Data Source=F:\VB Progs\Cafe\Cafe .mdb;"

    conn.Open

    cmd.ActiveConne ction = conn
    conn.CursorLoca tion...
    See more | Go to post

  • sudhanshu
    started a topic explain this c code...
    in C

    explain this c code...

    This one is a puzzle a fren has challenged me to solve.
    I tried it myself but could not get the complete answer.
    so here I am to seek ur help.


    Can anyone tell me the o/p of this c code without compiling...

    main(_){for(--_;putchar(_++["SEJBT!SPDL T\1"]-1););}

    on compiling it prints "RDIAS ROCKS".
    See more | Go to post

  • sudhanshu
    replied to Book for VC++
    in C
    Thanks frens.
    Actually I am not new to programming.
    I am pretty much familier with c++.
    But I am new to VC++. And as you said,
    I am also intrested more in why than what.
    I'll surely try the book you suggested.
    Hope its comprehensive enough for a begiginner.
    Thank you once again.
    See more | Go to post

    Leave a comment:


  • sudhanshu
    started a topic Book for VC++
    in C

    Book for VC++

    Hi frens,
    I am very keen to learn VC++.
    Can any one plz suggest me a good book for it.
    How is Yashwant Kanitker's?

    plz help.
    thank you all.
    See more | Go to post

  • sudhanshu
    replied to Hardware Interaction...
    in C
    Thanks a ton buddy.
    that was of great help....
    See more | Go to post

    Leave a comment:


  • sudhanshu
    replied to Hardware Interaction...
    in C
    Thank you sir for the response.
    I have to develop a lift operator using 8085 microprocessor.
    I plan to connect the hardware to pc through a parallel port,
    then later may be I'll like to implement it on an embedded system.
    I am using Turbo C 3.0 for this.
    I am new to External hardware interaction and microcontroller
    programming. So plz help me with some e-books or tutorials on this topic.
    Thanks once...
    See more | Go to post

    Leave a comment:


  • sudhanshu
    started a topic Hardware Interaction...
    in C

    Hardware Interaction...

    Hi all,
    can anyone plz send me some tutorials on hardware interaction using C/C++.

    Can u please suggest me a good topic for doing my project im going to code in C++ .
    Please give me some ideas . . . .
    See more | Go to post

  • sudhanshu
    started a topic Passing and returning 2D array to a function...
    in C

    Passing and returning 2D array to a function...

    My questions are about 2 dimensional arrays.

    1. How to create a 2 D array dinamically ( getting its dimensions from the user ) ?

    2. How to pass a 2D array to a function ?

    3. How to return it from the function ?
    See more | Go to post

  • Thank You Sir, It was a great help....
    See more | Go to post

    Leave a comment:


  • Distinguish between int (*fn) (int a) and int * fn (int a)?

    Some1 plz help me with this problem...

    Distinguish between int (*fn) (int a) and int * fn (int a)?

    I need the answer urgently to complete my assignments.
    See more | Go to post

  • sudhanshu
    replied to Random number generator
    in C
    Thank you sir for the info....
    See more | Go to post

    Leave a comment:


  • sudhanshu
    started a topic Random number generator
    in C

    Random number generator

    Can anyone plz suggest me an idea to generate pseudo random numbers ?
    i tried using time function. can dis be done without using inbuilt functions?
    See more | Go to post

  • sudhanshu
    started a topic C Compiler
    in C

    C Compiler

    Can anyone please clear my confusion on this chicken-egg kind of question?
    The question is " What language was the first C compiler written in? ". My teachers say its in C language. but if it is true then how was the compiler program compiled then??
    Please help.
    See more | Go to post
No activity results to display
Show More
Working...