C
C#β€’14mo ago
Aelia

❔ How do I use make a button that shows data when pressed?

Hi! Im trying to make phone book and I want the user to be able to press a button that shows the entire catalog. Im really struggling with understanding tutorials so please explain 😭 C#
19 Replies
WTDawson9
WTDawson9β€’14mo ago
Okay, please explain what you're using like the framework and things.
Aelia
Aeliaβ€’14mo ago
What is framework
WTDawson9
WTDawson9β€’14mo ago
Is this a mobile app? $framework Damn it
Aelia
Aeliaβ€’14mo ago
Aelia
Aeliaβ€’14mo ago
No just visual studio
WTDawson9
WTDawson9β€’14mo ago
Thought there would be a tag No, thats an IDE not a framework Is it a mobile app? Or a desktop app
Aelia
Aeliaβ€’14mo ago
desktop app
WTDawson9
WTDawson9β€’14mo ago
Okay, winforms or WPF? Or other
Aelia
Aeliaβ€’14mo ago
Window form application
WTDawson9
WTDawson9β€’14mo ago
So Winforms Okay, so what do you want to do exactly?
Aelia
Aeliaβ€’14mo ago
So i want the user to press a button called Visa Lista and when they do the file you see above pops up with all the information
WTDawson9
WTDawson9β€’14mo ago
Do you know how to create the button bit?
Aelia
Aeliaβ€’14mo ago
yep
WTDawson9
WTDawson9β€’14mo ago
Do you have a parser for the db?
Aelia
Aeliaβ€’14mo ago
oh wrong what is parser idk which files i should upload im sorry
WTDawson9
WTDawson9β€’14mo ago
What kind of database do you have?
Aelia
Aeliaβ€’14mo ago
Microsoft acces
Accord
Accordβ€’14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
.NET Generic Host Writing "Application Started" when its done with its workSo I have been playing around with the Generic Host (Microsoft.Hosting.Extensions and HostedServices❔ How to recognize the client that connects to me in the API?I have a WebApi service that 2 other APIs are connecting to. How in the first one can I recognize wh❔ VOTING APPLICATION(HOMEWORKPLS HELP LAST 3 DAY THAK YOU )The program that is the chairman can send messages to all programs. Non-president programs can only βœ… Getting generic type parameters using reflectionUsing the reflection system, how can I get at the generic type parameters? I have the following: ```❔ ML.NET ForeCasting Related Questionhttps://github.com/dotnet/machinelearning/issues/6720❔ Can someone help me with the buttons?The buttons doesn’t work in my cookbook. Can someone’s help me?❔ null warning while indexing (rather than accessing) null-agnostic type?first, lets look at a scenario where everything behaves as expected: ```csharp string[]? GetList() =❔ Wrapping Python code in C# .NET classesI'm working with a project written in Python. Is there a way to take their calls and wrap them in .❔ Cant change foreground on comboboxitems in WPF?Trying to change the foreground color for my combobox items to white code attached in pastebin http❔ scientific calculator using Windows Form App (.NET Framework)Im a student and im not sure what im doing at this point im a beginner at this. i started learning f