blah blah blah is here! blah blah » Close

0
votes
0 answers

Daba Binding Techniques

Hi, I want to know how to 1. disable input in a field text box and automatically increment the same namely a numeric primary key field (viz. StudentID) by 1 at the issuing of a blank/new record. The Database method is DATA BINDING a ...

0
votes
2 answers

Activating/Showing/Hiding Window Forms

I am sorry to ask such a seemingly abcd question but I have been trying in vain to hide/show forms. Also my main menu is made up of two forms, a main menu form is a central window, devoid of title bar, minimize, maximize and is mostly comm ...

0
votes
0 answers

Some Question on Data Binding

Hi, I want a two tables in an access database. They are 1. a student table with information regarding students along with a markingID field. 2. a marking table with a markingID primary field and module1...module12 marks. I want to creat ...

1
votes
1 answers

Controlling and Delimiting Inputs

Hi, I am looking for ways in console to control user input according to the following examples: a. a form where the user is requested to enter a name and I want the user from entering any numeric and to block the input as soon as a ...

0
votes
0 answers

database like forms in Console

Hi, Are there any quick way(s) to create a database form in Console? That is I have marks 1 to marks 20 to be filled with digits of the range 0 to 100. I want the user to be able to use direction keys to move from one form to another an ...

1
votes
2 answers

Console Questions

Hi Everybody, I am looking for ways to implements simple Qbasic features into C Sharp Console namely: 1. The use of blinking color in Console. 2. Delimit Clear Screen as from Row 5 Downward so as to leave the first five row of the Co ...

0
votes
0 answers

Working with OleDb Database Connection and Data Reader.

I have to create a marking system. One such table i.e the marking table contains student code and module 1 to module 24 that will contains the individual marks. The program has to check the student code against the actual information foun ...

0
votes
0 answers

Shortening Console Program

Hi, I am continuing working on my console program and I keep seeing it becoming exceeding large as i keep creating the submenus options. Are there any hints on grouping items together in a way somewhat to creating method (static void func ...

0
votes
1 answers

Moving from Console to Windows Form

Hi, I am trying to move from Console to Windows Form. I have a workable program in Console but I wish to send it Windows Form. There is a problem over the "static void .... () {}" blocks and I wish also to know how to easily fi ...

Feedback