is there anyway by which i can check whether a command button has been clicked or not...
anud18 0 Junior Poster in Training
Recommended Answers
Jump to PostGlobal MyDll As New dll.Class1
main()
first i call the initialize function to initialize the combo-boxes present in the form(created in the dll) with some values(in 1 combo-box its the usernames and the other combo-box contains the password)
then i call MyDll.ShowForm
this function in the dll is defined as …
Jump to Postin the dll
.after this the user clicks the command button...if the username and password matches any of the combinations present in the combo-boxes.....
This also in the dll?
then i want to run the function KRN_Startform() which is defined in the project.....
Jump to PostJust remove the Brackets after Form1.Show() in you DLL
Make it
Form1.Show vbModalThen get back to me
Jump to Postthe form stopped on the screen amd it allowed me to make entries in the text boxes after doing the above step .......but when i clicked the command button it is showing "automation error"...
Just see it in the form1 property whether the name of the control, not its caption, …
Jump to PostHi,
sorry make it
Form1.Show VbModal
Regards
Veena
All 36 Replies
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
AV Manoharan 0 Junior Poster
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
vbCNEW 0 Light Poster
anud18 0 Junior Poster in Training
AV Manoharan 0 Junior Poster
anud18 0 Junior Poster in Training
AV Manoharan 0 Junior Poster
anud18 0 Junior Poster in Training
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
anud18 0 Junior Poster in Training
AV Manoharan 0 Junior Poster
QVeen72 104 Posting Shark
anud18 0 Junior Poster in Training
AV Manoharan 0 Junior Poster
anud18 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.