473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to parsing values from class library to Windows form

ano
Hi all,

I'm a C# newbie. My application contains several projects. One of project is
Windows Form application. Others are a class library.

My question is how to parsing messages from project A (class library) to
show on a ListBox in project B (Windows Application)? How to make project A
calls a ListBox in project B?
Mar 29 '06 #1
2 1658
Hi

I am not exactly sure what you are mean ...
Maybe this helps:

In projectB:
projectA.class myProjectA = new projectA.class();

Fill Listbox like:
this.listBox1.Items.Add(myProjectA.GetMyMessages() );

Best regards
Frank Uray

"ano" wrote:
Hi all,

I'm a C# newbie. My application contains several projects. One of project is
Windows Form application. Others are a class library.

My question is how to parsing messages from project A (class library) to
show on a ListBox in project B (Windows Application)? How to make project A
calls a ListBox in project B?

Mar 29 '06 #2
ano
Thanks you vary much. Now I can solve my problem.

"Frank Uray" wrote:
Hi

I am not exactly sure what you are mean ...
Maybe this helps:

In projectB:
projectA.class myProjectA = new projectA.class();

Fill Listbox like:
this.listBox1.Items.Add(myProjectA.GetMyMessages() );

Best regards
Frank Uray

"ano" wrote:
Hi all,

I'm a C# newbie. My application contains several projects. One of project is
Windows Form application. Others are a class library.

My question is how to parsing messages from project A (class library) to
show on a ListBox in project B (Windows Application)? How to make project A
calls a ListBox in project B?

Mar 29 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: me | last post by:
I have a Class Library that contains a Form and several helper classes. A thread gets created that performs processing of data behind the scenes and the Form never gets displayed (it is for debug...
3
by: glenn | last post by:
I am assuming that Microsoft has renamed their (dll's) and are now calling them class libraries since I can't find anything related to dll's in Visual Studio. If I am correct in this assumption...
2
by: Miky | last post by:
Hi, I have the following problem: I have a .CFM web page and I have to populate, from VB, two textboxes on it. I was thinking using sendkeys (even if I don't like it too much) but when I...
4
by: Cath Victor | last post by:
Hi... I have a windows form that calls/uses a class to do some processing. I want this class to return values or append text to the form's textbox as it processes data. Any of you guys know how...
3
by: eBob.com | last post by:
I have several applications which mine web sites for personal information which they publish. They publish the info in one form, I transform the info into Excel spreadsheets. So all these...
0
by: Tony Johansson | last post by:
Hello! I have one solution file that consist of three project. One project that build the exe file. called A One project that build a user control dll called B One project that build a class...
5
by: muzilli | last post by:
Howdy all, I would like to know how can I insert a Timer object in my class library? This timer object will start and stop in a determinated part or event of my program. I know how to do...
1
by: Dale | last post by:
I have a user control on a Windows Form that, in its Load event handler, calls a method from a class library to initialize an array of objects that are then used to populate a ComboBox. When I...
2
by: danphillips1977 | last post by:
Hopefully this hasn't been asked already - apologies if so I have a Windows Form running inside C# - built using the form designer I've built a number of methods inside the form Events which I...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.