Forum: VB.NET Apr 15th, 2009 |
| Replies: 0 Views: 201 I want to know that in server pc database is stored and that databas is accessed by client pc how to do that |
Forum: VB.NET Apr 15th, 2009 |
| Replies: 10 Views: 678 Ans :No I have access database and i want that : this databse is accessed by three system that are connected in Lan means in server i stord the database and through clients i access that database |
Forum: VB.NET Apr 14th, 2009 |
| Replies: 10 Views: 678 I want to create server in one system and make another system as clients like if i save data in server that is also saved in clients system .So what datasource i have to give i mean to say that if... |
Forum: VB.NET Apr 14th, 2009 |
| Replies: 1 Views: 252 Hi Friends
I M Using Vb.net & M.S. Access ,I have to get image in run time & have to save in access database & Next Time Have To Show That Image In Datagridview How Can I Do This
PLease Help Me |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 0 Views: 248 Hi Friends,
I M Working In Vb.net, I Want that, to which form i m opening that must be top,while i don't close that,i could'nt open any other form,for this i m doing topmost=true(Property of form)... |
Forum: VB.NET Mar 31st, 2009 |
| Replies: 0 Views: 206 HI Friends,
I m Working In Vb.net ,I m Using Datagridview in My Form, If There are 4 cells in datagridview ,& i have to check the condition that, to which cells user selecting, that is cell 0 or... |
Forum: VB.NET Feb 3rd, 2009 |
| Replies: 2 Views: 352 Hi Friends
Accualy I Have a string(date) like 3/02/09
But I Want The Out Put
a=3
b=02
c=09
How Can I Do This Plz Help Me |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 6 Views: 994 Hi Friends
i am using vb.net & i have a textbox on that ,I want only numeric value on that textbox & if i type alfabetical on that textbox so that must give me a message to that type numeric... |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 3 Views: 468 Thank's For This Code ,But when value becomes in combobox so the code of cobbobox_selected_indexchanged becomes execute & the code of that search button not execute. |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 3 Views: 468 Good Morning Friends
I Am Using VB.net,I am doing code for search button & it's working for textboxes but not for combobox,accualy when it get any value so it shows on textbox by using
... |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 2 Views: 294 Hi You Must try this
Protected Sub DropDownList1_SelectedIndexChanged()
con=new sqlcnnection(constr)
adpt=new sqldataadapter("select dept_code from T.N. where... |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 3 Views: 935 |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 3 Views: 935 Good Morning
I am using vb.net & access ,I have a office.mdb file ,now i want that when i click on a button that automatically must have that .mdb file & than must display a savedialogbox & where... |
Forum: VB.NET Dec 20th, 2008 |
| Replies: 2 Views: 375 |
Forum: VB.NET Dec 20th, 2008 |
| Replies: 2 Views: 375 Hi Friends
I am using a datagridview, there are four columns in that, & on fourth cell i have a button field, when i click on that i want to get the text of item(0) of selected row.
please help... |
Forum: VB.NET Dec 17th, 2008 |
| Replies: 1 Views: 592 Hi Friends
I am using crystal report, when i click button1(for switcing to print page) so the printing form becomes infront, but when i click on print button of that form & get... |
Forum: VB.NET Dec 17th, 2008 |
| Replies: 3 Views: 2,505 Hi friends
I am working in vb.net ,there is i have a form in which i have a datagridview,& a column of checkbox in tat datagridview,when this datagridview becomes load, that checkes theb employee... |
Forum: VB.NET Dec 13th, 2008 |
| Replies: 1 Views: 1,143 Hi Friends
I am working in vb.net,i have a form in that, which windows state is normal & it starts on normal position but if another form is open on that application which windows state is... |
Forum: VB.NET Dec 13th, 2008 |
| Replies: 4 Views: 642 For Having the value of first form to second form you will have got to wright code on load event of second form
Private sub form2.load()
textbox1.text=form1.textbox1.text
exn sub
Note:-1)... |
Forum: VB.NET Dec 13th, 2008 |
| Replies: 2 Views: 3,249 Thank You
This was very usefull code Thanks |
Forum: VB.NET Dec 12th, 2008 |
| Replies: 2 Views: 3,249 Hi Fiends,
How can i add new rows in datagridview on run time.
accualy I have a table, in which i have Many records But i want some specific records on datagridview .& for that I am using If... |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 3 Views: 906 I did this condition but itis not working.
is there any other way to solve it |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 0 Views: 466 Hi Friends
I am working in vb.net & ms access, i have a table in which i am saving leave detail means leavefrom & leaveto, records are like 05/12/08 & 10/12/08
I have to controls in front end... |
Forum: VB.NET Dec 11th, 2008 |
| Replies: 3 Views: 906 Hi friends,
could anybody guide me , how to find that a date exists in between two dates ?
For example : 23/09/2008 -- 28/09/2008 - I'am on leave.
When a attendence is entered for the date... |