Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Fritzeh

Hey people, I'm not sure what is wrong with this code and any help would be greatly appreciated: [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Integer = DGVShops.CurrentRow.Index Dim c As Integer = DGVShops.Item(0, i).Value ' gets value from selected rows first …

Member Avatar for Fritzeh
0
125
Member Avatar for olodu

Hi all, I need help in passing parameter value to a datagridview control on my form. I have a form with a textbox control, a datagridview control and a button. When the user enters in the title of a movie in the textbox and clicks on the OK button, I …

Member Avatar for Fritzeh
0
770
Member Avatar for Fritzeh

Hi, after problems with using checkedlistboxes and the rest. I decided to take an easier route and use a listbox which i have populated from a database. It contains text with values assigned to it. i also have a DGV with 4 columns. The column i wish to sort by …

Member Avatar for Fritzeh
0
85
Member Avatar for Fritzeh

Hey people, just a quick one here, as its getting quite annoying. Basically i want the form to only be closed when a correct password is entered using the form closing event. i have tried the following methods but they all seem to crash... any ideas? They all start with …

Member Avatar for Fritzeh
0
633
Member Avatar for Fritzeh

Hi, I am creating an information system with a database and table which contains 4 fields ( shopid, catergoryid, name and floor) The idea is that when the user selects a checkbox, it displays all shops with the relevant catID, so for example, cat 1 = major stores, if chkMajorStores …

Member Avatar for Fritzeh
0
91
Member Avatar for Fritzeh

Hi, I'm trying to create a text to speech application with the ability to play, pause, resume , stop rewind and fast forward sections of text. Also play selected. The first problem is, I want to make one button handle play, pause and resume. I attempted using a case: [COLOR=#0000ff]Private[/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] …

0
88