Forum: VB.NET Oct 10th, 2007 |
| Replies: 2 Views: 6,803 |
Forum: VB.NET Oct 10th, 2007 |
| Replies: 2 Views: 6,803 hi every one
I want to weite a pice of code that if specific condition happened I set the focus on a textbox. I prefere that have a colornotification as well.
any one knows how to do that.in vb.net... |
Forum: VB.NET Sep 21st, 2007 |
| Replies: 3 Views: 4,759 hi every one
in my vb.net program I need to keep track if the buttom had been clicked befor or not or how many times it had beed clicked. I cant find the property
can u help me please.
thanks... |
Forum: VB.NET Sep 10th, 2007 |
| Replies: 2 Views: 1,902 hi every one:
I have binded some data which I have connected through DATA BASE wizard of OLeDB in a comboBOX AND now i want to add queries to select distict values . i have entered the query ... |
Forum: VB.NET Aug 31st, 2007 |
| Replies: 7 Views: 4,565 hey hamrik
I did it for one comboBox it works and the second I wanted it to be filled with the other column and I put the name of that culumn but u know what ? the combo box will get filled with... |
Forum: VB.NET Aug 31st, 2007 |
| Replies: 7 Views: 4,565 hi :
which code you need the excel connection code? |
Forum: VB.NET Aug 30th, 2007 |
| Replies: 5 Views: 1,113 hi every one:
today my supervisor asked me to choose a version of vb to start developing my project . honestly speaking I am so lost which version to choose" vb" or" vb.net 2005".
honestly my oop... |
Forum: VB.NET Aug 30th, 2007 |
| Replies: 3 Views: 821 hi every one
I have lots of excel tables which I need to fech specific data from them and show it on my form so that the user can choose them and I need to record the user's choices in one excel... |
Forum: VB.NET Aug 30th, 2007 |
| Replies: 7 Views: 4,565 hi
this link is empty and also I searched I could not find the information I wanted please send me the exact link if you know . I would like to know how can I import the data column I want in my... |
Forum: VB.NET Aug 28th, 2007 |
| Replies: 7 Views: 4,565 hi every one after connecting to an excel file I want to import the firts row into a combobox
in the connection function I added thhis
MyCommand = New System.Data.OleDb.OleDbDataAdapter("select *... |
Forum: VB.NET Aug 28th, 2007 |
| Replies: 9 Views: 2,298 thankx hamrick it is solved |
Forum: VB.NET Aug 27th, 2007 |
| Replies: 9 Views: 2,298 it says it cant find this file while I double checked and the path is 100%correct |
Forum: VB.NET Aug 27th, 2007 |
| Replies: 9 Views: 2,298 i changed that but still it gives errors on the line con.open()
I redo it again also I enclude at the top system.Xml but still it doesnt work. :'( |
Forum: VB.NET Aug 27th, 2007 |
| Replies: 4 Views: 7,625 hi every one I have a lot of excel data sheets and I need to work with them . how can I connect my code with the excel files . is it the same as ADO.net while u do with access?
please help me or... |
Forum: VB.NET Aug 27th, 2007 |
| Replies: 9 Views: 2,298 thanks hamrick
I did that now I have this code :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'seting the data connection
... |
Forum: VB.NET Aug 24th, 2007 |
| Replies: 9 Views: 2,298 hi all:
I am a newbie , trying to connect my access to vb.net express edition I wrote the following code:
Imports System.Data
Public Class Form1
Private Sub btnLoad_Click(ByVal sender As... |
Forum: VB.NET Aug 24th, 2007 |
| Replies: 2 Views: 718 |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 2 Views: 718 hi every one I am evry new to vb.net I want to have brows pictures in my form and I have made a menu and a view option I got a code from the ney but it is not wroking here it is:
If... |