Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 3 online users. » 0 Member(s) | 1 Guest(s) Bing, Google
|
Latest Threads |
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
02-27-2025, 12:59 PM
» Replies: 1
» Views: 2,844
|
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
01-08-2025, 11:00 PM
» Replies: 1
» Views: 1,872
|
Find Local Women Looking ...
Forum: Random Discussion
Last Post: iHOMEz
12-27-2024, 12:11 AM
» Replies: 0
» Views: 1,014
|
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 1,849
|
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 1,788
|
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 1,925
|
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 2,053
|
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 2,875
|
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 3,063
|
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 22,634
|
|
|
How do I do this..? |
Posted by: Ecnarf - 12-06-2012, 07:55 PM - Forum: Programming Help
- Replies (1)
|
 |
Ok so what I am trying to do is basically if a picturebox = a certain image then it will or wont do certain things depending on its image. I am making a custom UI for my program as I usually do but, I have never done what I am trying now. I am making some nice custom tabs but, would like it so they can tell which one is selected if they are over the one that isn't selected and are about to select it or if its just plain and not selected at all.
|
|
|
Visual Studio Express vs Proffesional vs Ultimate |
Posted by: Derek275 - 12-01-2012, 06:22 AM - Forum: VB.NET (Visual Basic 2010/2008)
- Replies (2)
|
 |
I was just wondering the differences and if it was worth the money to upgrade. Also, with anything better than express, in a project, can I make one firm in VisualBasic, another in C#, and yet another in F#? (Depending on my coding abilities on each language and what I need it for)
I just always saw Brandon using Proffesional and must other people on YouTube and was wondering what was so great about it.
|
|
|
How do I use Listview to delete MySQL DB records |
Posted by: kismetgerald - 11-25-2012, 09:52 AM - Forum: Programming Help
- Replies (10)
|
 |
Hello everyone,
I trust you're all doing well. My application has come a long way and is almost complete - can't wait to share it with you guys. There are two things left to do - create reports, and the second is what I'm asking about in this thread.
So, here's what I want to do and don't know how to - hope you can help:
I want to create a functionality that allows me to retrieve records from the MySQL DB, store the results in a Listview control, then use that along with some buttons to delete individual records or multiple records (either based on selecting multiple rows or checking multiple checkboxes provided by the control). In either case, I want to be able to show a confirmation dialog box before executing the query that will delete the records.
I'm really looking forward to your assistance with this. I am willing to make the entire solution and DB available if necessary.
Thanks.
|
|
|
Listbox items text and text boxes? |
Posted by: Derek275 - 11-20-2012, 06:05 PM - Forum: VB.NET (Visual Basic 2010/2008)
- Replies (3)
|
 |
Ok, I have I have a list box, kryptonListBox1, and a text box textBoxX1. I want to get the selected item in the listbox's text into the text box. My code is:
textBoxX1.Text = kryptonListBox1.SelectedItem.ToString
I've tried using .Text.ToString, but with both I get the error 'Object reference not set to instance of an object'
What am I doing wrong and what's the easiest way to fix it?
|
|
|
|