Forum: VB.NET Apr 24th, 2009 |
| Replies: 5 Views: 399 for that you have to give update button to the user and for update button you can give code as follows
you write this code on update button click event
this code is for MySql server
for i... |
Forum: VB.NET Apr 20th, 2009 |
| Replies: 5 Views: 399 you cann't update your table without using set. |
Forum: VB.NET Apr 20th, 2009 |
| Replies: 5 Views: 399 for editing only particular column write this code
urGridName.Columns(1).ReadOnly = True
1 is the index of the column of which you don't want to edit through this code column 1 is turn into... |
Forum: VB.NET Apr 4th, 2009 |
| Replies: 2 Views: 678 Thank you Maczoon
My problem is solved.
Regards,
Guest11 |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 2 Views: 940 :)
Hey thanx buddylee
My problem is solved
Regards
Guest11 |
Forum: VB.NET Apr 2nd, 2009 |
| Replies: 2 Views: 940 Hi all,
Can anybody tell me how to retrieve hard drive information in vb.net . I try my best search in google but not getting the appropriate information.
Its urgent.
Thanks in advance.
... |
Forum: VB.NET Mar 30th, 2009 |
| Replies: 2 Views: 678 hi all,
I am using crystal report for displaying reports.
I want to display group by customers in report that i am displaying using group by funtion but i also want subtotal of that group by... |
Forum: VB.NET Oct 7th, 2008 |
| Replies: 1 Views: 461 Hi all,
I am making one project in which i want to give the facility of importing database data from text file to MS-Access database.
I know about importing data from excel to access but i am... |
Forum: VB.NET Aug 2nd, 2008 |
| Replies: 4 Views: 1,014 Actually what i want is suppose i have one program in which is created in vb, suppose Calcultor program and i want the output of that prg that is window of calculator in vb.net panel but when i use... |
Forum: VB.NET Jul 31st, 2008 |
| Replies: 4 Views: 1,014 yes it is running using Process.start() but it is same as Shell command in Vb, it starts application as a seperate application but i want output in some type of container like suppose i have panel in... |
Forum: VB.NET Jul 30th, 2008 |
| Replies: 4 Views: 1,014 hi all,
I want to run vb program through vb.net program is this possible in vb.net and i want to show output in some container.
In VB it is possible through Shell command but it runs the program... |
Forum: VB.NET May 29th, 2008 |
| Replies: 1 Views: 3,492 hi all,
I am using combo box control in our application but facing one problem and which is like thisI am able to add items in combo box but i also want to add index in combo box in VB we do this... |
Forum: VB.NET Jan 14th, 2008 |
| Replies: 4 Views: 1,559 Thanks Jbennet
My problem is solved
But i have one more problem regarding same if possible then tell me the solution
My problem is i want to run exe in browser i mean i want to run .exe file in... |
Forum: VB.NET Jan 14th, 2008 |
| Replies: 4 Views: 1,559 hi all,
Is it possible to run visual basic's .exe file or application from vb.net application
If yes then can anybody tell me how n can tell me code for that.
Actually i want to run vb... |
Forum: VB.NET Jan 8th, 2008 |
| Replies: 5 Views: 7,177 thank u all
my problem is solved
Regards
Guest11 |
Forum: VB.NET Jan 7th, 2008 |
| Replies: 5 Views: 7,177 hi all,
I want to know how we display image on button control instead of text?
I want to show image on button
Plz can anybody help me
thanks in advance
Regards
Guest11 |
Forum: VB.NET Jan 5th, 2008 |
| Replies: 1 Views: 732 hi all,
I am creating one function named "ToUInt16" in this function i am converting the int value into Uint16 as
Public Function ToUInt16(ByVal provider As IFormatProvider) As UInt16... |
Forum: VB.NET Jan 5th, 2008 |
| Replies: 4 Views: 4,804 i just want 2 know that is it possible to make web applications using vb.net 2005 if yes then how? According 2 my knowledge for making web applications we must create our application in asp.net, we... |
Forum: VB.NET Jan 3rd, 2008 |
| Replies: 4 Views: 4,804 hi all,
I m new in vb.net but i know vb very well. Can anybody tell me what is the main difference between vb and vb.net except the difference that vb.net is object oriented language i know this... |
Forum: VB.NET Dec 14th, 2007 |
| Replies: 1 Views: 1,815 hi all,
which datatype we use for storing UInt64 type of value?
I want to cast integer value into UInt64 type.
How we can do that in vb.net ?
Plz can anybody tell me .
thanks in advance... |