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...
User Profile
Collapse
-
Get the parent form of an activex control
-
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. -
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.Leave a comment:
-
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...Leave a comment:
-
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... -
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". -
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.Leave a comment:
-
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. -
-
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...Leave a comment:
-
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 . . . . -
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 ? -
-
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. -
-
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? -
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.
No activity results to display
Show More
Leave a comment: