Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
VB.NET Community
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
bondra's latest activity
B
bondra
replied to the thread
Answered
Adding different buttons to rows datagridview
.
I'm using DataGridViewButtonColumn already. But only gets one type of button. Would like one that says "Buy toy" and one "Play" so I can...
Feb 17, 2021
B
bondra
posted the thread
Answered
Adding different buttons to rows datagridview
in
Windows Forms
.
Is it possible to have custom buttons on different rows using Datagridview? I manage to have each button in two separate columns. But...
Feb 17, 2021
B
bondra
replied to the thread
Answered
Get object sent with event
.
Sorry about that. Difficult to keep names apart as a newbie. Thanks for pointing me in the right direction though. Yes it's the...
Feb 12, 2021
B
bondra
replied to the thread
Resolved
Get data from multiple sources?
.
The outcome I manage to put togheter was this which works fine. public UserControlPlayAnimal() {...
Feb 12, 2021
B
bondra
posted the thread
Answered
Get object sent with event
in
Windows Forms
.
I have a button column in a datagrid. The datagrid is printing out a list of animals. When clicking the button column I would like to...
Feb 12, 2021
B
bondra
replied to the thread
Resolved
Get data from multiple sources?
.
Hmm are there other ways? This is how it's formated in my console application and prefered way to be displayed in my windows form app...
Feb 8, 2021
B
bondra
posted the thread
Resolved
Get data from multiple sources?
in
Windows Forms
.
I'm trying to get data from two lists/sources to populate my datagrid view. I manage to print all fields for an animal but the list of...
Feb 7, 2021
B
bondra
reacted to
Skydiver's post
in the thread
Answered
Reach dataGridView within a user controller?
with
Like
.
You are breaking the Law of Demeter. Just tell the user control what data source you want it to use, and let the user control take care...
Feb 5, 2021
B
bondra
replied to the thread
Answered
Reach dataGridView within a user controller?
.
Awesome thanks!
Feb 5, 2021
B
bondra
posted the thread
Answered
Reach dataGridView within a user controller?
in
Windows Forms
.
I'm trying to reach dataGridView1 which is in a user controller. Syntax below is wrong.... any ideas what the correct one is? :)...
Feb 3, 2021
B
bondra
replied to the thread
DefaultCellStyle Forecolor only applies to one cell
.
Hmm I think I set it beforehand? private void Form1_Load(object sender, EventArgs e) {...
Jan 30, 2021
B
bondra
posted the thread
DefaultCellStyle Forecolor only applies to one cell
in
Windows Forms
.
I'm trying to set a color for the DefaulyCellStyle property but in only color the first cell for some reason. Any ideas? // Set the...
Jan 30, 2021
B
bondra
replied to the thread
Question
Added property don't update data source
.
Oh sorry! It's Windows Forms I'm talking about. Can you please move it to the correct forum :)
Jan 29, 2021
B
bondra
replied to the thread
Question
Added property don't update data source
.
Yes it's declared as public public string AnimalType { get { return this.GetType().Name; } set {...
Jan 29, 2021
B
bondra
posted the thread
Question
Added property don't update data source
in
Windows Forms
.
I've added an propery in a class which I now trying to reach from my Data Grid View. It doesn't show up however. I've tried to add new...
Jan 29, 2021
Home
Members
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom