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
~977 People Reached
Favorite Forums
Member Avatar for Klaurac

[B]Hey[/B] I need to store data in a database. I actually don't really need to get data from it. I created a local database in VS2010. With some tables, I added the database as a new data source. Now I'm stuck. I don't know how to insert data to it. …

Member Avatar for Klaurac
0
169
Member Avatar for Klaurac

Hey I'm using this listview sorter [URL="http://www.java2s.com/Code/CSharp/GUI-Windows-Form/SortaListViewbyAnyColumn.htm"]http://www.java2s.com/Code/CSharp/GUI-Windows-Form/SortaListViewbyAnyColumn.htm[/URL] It works correctly only on 1st column, both ways, ascending and descending. When I click the next columns, it works the first time but when I click again it doesn't work. And the number sorting is off. Like 0 1 29 4 Could …

Member Avatar for divin757
0
103
Member Avatar for Klaurac

Hey I have a videorental program and each video object should have an display image. [CODE]private Image VideoPicture;[/CODE] I searched the web for tutorials, but couldn't find any. I know how to use the file input dialog, but how do I assign the image to the CarPicture. I haven't figured …

Member Avatar for Klaurac
0
85
Member Avatar for rcanter

I am trying to get a text value from NameForm and pull it in Welcome as a label value. What I have so far, when the Welcome page comes up, it does not give the value of the text but if you click on the label field, it pops up …

Member Avatar for kumar169
0
170
Member Avatar for Klaurac

Hey Say I have a login and the main form. If the login window is closed then the other form shouldn't load. I tried using a if condition to suppress initializeComponent but it still shows the main form, but empty. How would you do that?

Member Avatar for Momerath
0
114
Member Avatar for Klaurac

Hey I need to create a simple login. The question isn't actually that much about creating the login but about creating 2 views. One for the user who hasn't logged in, the other who is logged in. 1.The user starts program, the panel1 with login is displayed. 2. The user …

Member Avatar for Klaurac
0
116
Member Avatar for Klaurac

Hey I've been working on my project. Take a look at my scheme, the top level has some methods, exchangeVideo. Where should I put it? Program.cs? Because there is the main method. But it gives me some static class error, when I declare the method inside it. Or form.cs or …

Member Avatar for Antenka
0
79
Member Avatar for Klaurac

Hello I've got this Videorental code. The flow: 1. Another user wants to rent a video. 2. Hes Videorental creates a new Video object with a Rent object, which sets he the renter and the other user the owner of the Video. The User object has Videorental object, it has …

Member Avatar for Klaurac
0
98
Member Avatar for Klaurac

Hello There is this school project I'm working on, my first bigger one. It is a video Rental, I added the UML diagrams into the attachment as jpg file, the symbols may be off in the UML. I figured out this architecture, I want your opinion if it is any …

0
43