User Profile

Collapse

Profile Sidebar

Collapse
Pabicoch
Pabicoch
Last Activity: Mar 20 '10, 06:55 PM
Joined: Feb 16 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Selecting a item from one data table and getting the items from another - csharp

    Hi ok i have 3 tables "pics", "shows" and "showspics" .

    I have a list box which displays all the titles of the shows(listbox1) and a list box which shows all the titles of the pictures in that show(listbox2).

    Im havin a problem filling the latter listbox (listbox2). I know I need to use data sets, adapters etc but everything i try keeps failing. Heres my code

    Code:
    
    
    ...
    See more | Go to post

  • Pabicoch
    started a topic How to save the default value of a textbox

    How to save the default value of a textbox

    I have a textbox which the user can change the value of. This textbox is used in some of the calculations.

    How do i save the value of a textbox so that the next time the form opens the text box holds that value.

    For example the textbox default is 1.5. The user changes it to 5 and then closes the form. The next time the user opens the form the textbox default is now 5 not 1.5

    I dont have a data source...
    See more | Go to post

  • Pabicoch
    replied to Disabling Buttons Problem
    I thought this was why but I have no idea how to fix it....
    See more | Go to post

    Leave a comment:


  • Pabicoch
    started a topic Disabling Buttons Problem

    Disabling Buttons Problem

    Ok so I'm trying to move items from one listbox to another by using multiple buttons i.e

    I have 2 buttons cmdRight and cmdRight2 which are both disabled on form load

    If the user selects a single item on the first listbox a cmdRIght button enables but cmdRight2 is still disabled , if the user selects multiple items on the first listbox a cmdRight2 button enables but cmdRight is disabled.

    I've got the move...
    See more | Go to post
    Last edited by tlhintoq; Feb 16 '10, 12:38 AM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Working...