Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for manikandan22
Member Avatar for Doogledude123
0
4K
Member Avatar for savedlema

Hi all! I have a USB Modem (dongle) made by ZTE. I normally use it for connecting to the interent. It also came with a dashboard/software that I can use to send & receive SMS and even make a call. I want to make an application with VB.NET that will …

Member Avatar for asarchit65
0
2K
Member Avatar for Noralyn_1

Hi Everyone, :) I'm a newbie here, and I'm looking forward to be a part of this cool community of programmers. Daniweb has helped me a lot to my previous program .. anywayss, I'm a graduating IT student.. (hopefully I would graduate XD) Godbless Us All ^_^

Member Avatar for gabrielcastillo
0
276
Member Avatar for Noralyn_1

hello, ahm, can somebody help me, i'm always getting this error InvalidArgument=Value of '25' is not valid for 'index'. Parameter name: index this is my code: Dim currrentRow As Integer currrentRow = lv2T1.Items.Count() If compare(lv1T1.Items(currrentRow).SubItems(2).Text, txt2T1.Text) = True Then Dim lv As ListViewItem lv = lv2T1.Items.Add(txt1T1.Text) lv.SubItems.Add(txt2T1.Text) txt1T1.Text = "" …

Member Avatar for Noralyn_1
0
378
Member Avatar for Start4me

I’m trying to create a textbox, where the user enters a number, and the output shows a word representing each digit, each word is in an individual label created by the code, regardless of how many digits are entered. So if the user enters 153, the output will be: one …

Member Avatar for Start4me
0
485
Member Avatar for poksmdpk

i would like to search in my datagridview by using only a textbox and will automatically search the following data in my server how could i do that? please anyone help me!

Member Avatar for Start4me
0
139
Member Avatar for faresayyad77

hello how can i show the form if it already hidden when the user press a button so the form is hidden the code i want is : to show the form if the mousecursor moves at the form area

Member Avatar for Deep Modi
0
121
Member Avatar for Grazel

hi iam new in vb.net.. and what i am doing is i am making time in and time out record. my problem is, i don't know how to stop the time in logging out.. can somebody help?

Member Avatar for ddanbe
0
126
Member Avatar for Philip Carlo

an i ask for help? what is wrong with my codes thanks in advance Sub show1() Dim DReader As MySqlDataReader SqlCmd = New MySqlCommand("SELECT * FROM book WHERE accesion_num = '" & b_id & "' ", SqlCon) DReader = SqlCmd.ExecuteReader While DReader.Read accnum.Text = DReader.Item(0) isbn.Text = DReader.Item(1) txteditbooktittle.Text = …

Member Avatar for Rahul47
0
121