blah blah blah is here! blah blah » Close

0
votes
0 answers

java information security projects

Brother need some information security related projects or idea about simple information security projects in java.

0
votes
0 answers

uml modeling

i have 4 classes staff is a parent class and all 3 are inherited from staff class,how could i show relationship between them and how UML modeling could occur in them. other classes are cashier,security,docotor.

0
votes
0 answers

problem

need a help very urgent reply soon as much as possible plz Hello Friends thanks for cooperating me in past. I need a program for console environment in C# for business oriented code for example for hospital,for school,for airport etc usin ...

0
votes
1 answers

accessing items

I have four forms and having radio boxes on them how could i access radio box of another form e.g on form1 i asked a question and answer them in 3 radio boxes only one of them is correct similarly for other forms,each correct answer is mark ...

0
votes
0 answers

accessing items

0
votes
1 answers

Switching to another form

Using C# windows application i have created simply 4 forms,and i want after 5 sec time form1 hide and form2 appear and so on. also count number of forms e.g on form1 it shows (1/4) and on form2 it shows 2/4 and so on. please assist me with ...

0
votes
0 answers

Form switching

I have 4 forms,and i want that after equal interval of time let say 5 sec 1st form hide and second form appear and after 5 sec seconds hide and 3rd appear and so on,also wants to count number of forms let say on form 1 it shows(1/4)and on f ...

1
votes
1 answers

Form changing

I have four forms and i want that after equal interval of time let say 5 sec it automatically switch to another form and so on help me out plz.

0
votes
1 answers

Binary Conversion

I have a button and 2 textboxes i want to enter value in one textbox and by button click it convet into binary in another text box. private void button1_Click(object sender, EventArgs e) { Stack s=new Stack(); ...

1
votes
2 answers

tab switching

i have three tab pages and after fix time interval let say 5sec tabpage switch automatically to tabpage2 and than three,how it could be done waiting for reply soon.

1
votes
1 answers

Converion from decimal to binary.

I have a button and 2 textboxes i want to enter value in one textbox and by button click it convet into binary in another text box. [code] private void button1_Click(object sender, EventArgs e) { Stack s=new Stack() ...

Feedback