Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 29th, 2006, 06:03 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to abhi_web
Default calling a dll in a window based program

i made a dll that takes two inputs in strings and return an encrypted output in hex.

now i want to use this dll in a window application.

i have set the reference and now what t have to do.

how can i use textboxes in main function?

 
Old August 31st, 2006, 03:21 AM
Friend of Wrox
 
Join Date: May 2006
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
Default

create object of your class.
on button click event handler
call the required fuction with parameter as text property of your textboxes.

Bijgupt





Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling a VB program or DLL from Access JOK Access VBA 1 October 12th, 2007 12:59 AM
Calling a dll inside from a dll tiredcat Visual Basic 2005 Basics 2 August 30th, 2007 11:02 PM
calling saxon from java program Tomi XSLT 1 July 31st, 2006 06:57 AM
Calling C# DLL from C virajithasarma C# 1 August 17th, 2005 04:01 AM
Calling Orchestrations based on file format azmatazz Biztalk 0 March 18th, 2005 07:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.