Forum: VB.NET Jul 16th, 2009 |
| Replies: 3 Views: 336 Hi!
I am sorry but could not use this solution..................... as it dos not anywhere specify the application that needs to be run on the remote pc, is there another solution? |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 3 Views: 336 hi!
I have 2 pcs in LAN, I wish to create a vb.net application in one of the pcs which displays a button on clickling which I can run any application on the conncted pc screen. How do I do this????... |
Forum: VB.NET Apr 9th, 2009 |
| Replies: 1 Views: 326 hi!
I wanted to know the query for binding a combobox with all available access databases' names in bin folder of an application ...............
PLease help me out with this..........
... |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 0 Views: 288 Hi!
I have a problem in vb.net.............
I have generated reports displaying employee details of a particular department..............
The problem is that the report contains more than... |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 0 Views: 2,393 Hi!
I wish to display checkbox beside every row in a bound datgarid in a vb.net windws form.
For instance, I select 3 records from SQL, I want it to display with checkboxes beside. How to do... |
Forum: VB.NET Nov 21st, 2007 |
| Replies: 0 Views: 1,612 Hi!
Can anyone make it clear as to when to use cache variables and when to use session variables, i.e. what is the difference between the two? |
Forum: VB.NET Oct 17th, 2007 |
| Replies: 1 Views: 944 Hi!
I cannot get the focus event code in vb.net 2003. Like in vb.net 2005, we write checkbox1.setfocus(), but what is the alternative for this in 2003?
Please keep in mind, I am working with... |
Forum: VB.NET Oct 16th, 2007 |
| Replies: 2 Views: 1,651 Hi!
can u plz tell me what is the code for setting the focus to a checkbox in vb.net 2003 project.
How is this possible?
I have tried checkbox1.setfocus=true but itdoes not work.
Secondly,... |
Forum: VB.NET Oct 5th, 2007 |
| Replies: 1 Views: 1,321 Hi!
I wish to specify more than one databases in my connection string in a vb.net project, in order to retrieve records from both of them.
For example,
I have 2 databases , database A and... |
Forum: VB.NET Oct 4th, 2007 |
| Replies: 4 Views: 2,426 Hi!
Below given is the code, due to which my system gets extremely slow,
Please see if you can help me out..........
Imports System.Data.SqlClient
Imports System.DBNull
Imports... |
Forum: VB.NET Oct 4th, 2007 |
| Replies: 0 Views: 2,915 Hi!
I wish to copy the records in a dataset into an aary?
How is this possible?
Secondly, I would like to know whether using "=" operator while comparing is better or using an "in" operator... |
Forum: VB.NET Oct 3rd, 2007 |
| Replies: 4 Views: 2,426 Hi!
Actually, I do not have the code right now at my disposal, but I would like to tell u something about it
Firstly, there is a main "for loop", which retrieves around 150 records from the... |
Forum: VB.NET Oct 1st, 2007 |
| Replies: 4 Views: 2,426 Hi!
I have coded a project in vb.net.
It contains code that retrieves around 15 lakh records from the database and displays them in a grid.
I use data adapter and fill the dataset with it.
Then... |
Forum: VB.NET Sep 29th, 2007 |
| Replies: 1 Views: 769 Hi!
I am running vb.net applications on a sytem with 512 mb of ram. The project includes retrieving data from a database which has approx. 20-25 lac records.
On running the project for the first... |
Forum: VB.NET Sep 22nd, 2007 |
| Replies: 0 Views: 613 Hi!
The problem is that, when I write the following text as a query and try to run it, it returns 0 rows
'select * from receipts where grno not in (select grno from gate)'
But when I write... |
Forum: VB.NET Sep 18th, 2007 |
| Replies: 1 Views: 8,616 Hi!
How can we convert date entered in (dd/mm/yyyy) format into (mm/dd/yyyy) format and vice versa at runtime? |
Forum: VB.NET Sep 14th, 2007 |
| Replies: 1 Views: 2,360 Hi!
I wish to display a message displaying the text "NO RECORDS FOUND." in the datagrid when no records are returned. At the same time, I dont want even the datagrid header containing the field... |
Forum: VB.NET Sep 7th, 2007 |
| Replies: 1 Views: 1,394 Hi!
I am inserting text in a table which contains date field.
In some of the entered records, the date field is to be left blank.
By default, it enters something like "1/1/1900".
Now I wish to... |
Forum: VB.NET Sep 6th, 2007 |
| Replies: 0 Views: 412 Hi!
I had raised a query titled "Many-to-one relationship", and received the reply from your side too.
I am so sorry to inform you that by mistake the reply got deleted from my account.
Could... |
Forum: VB.NET Sep 5th, 2007 |
| Replies: 2 Views: 1,052 Hi!
I am trying to write a procedure which extracts data from 2 tables named partymst and challan.
Fields in Grfile
1) Grno
2) Name
Fields in Challan
1)Grno
2)Chno |