Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~8K People Reached
Interests
Programming
Favorite Tags
Member Avatar for jezguitarist30

Hi to Everyone, my problem is, I have a Web.sitemap and I want to use a link more than once, but unfortunatelly it gives me an error. here's what I'm planning to do. Ex. <siteMapNode url="~/mentor/DiscussionBoard.aspx" title="Discussion Board" description="" > <siteMapNode url="~/mentor/GeneralDiscussion.aspx" title="General Discussion" description=""> <siteMapNode url="~/mentor/ViewDiscussion.aspx" title="Topic" description="" /> …

Member Avatar for Manuela123
0
84
Member Avatar for mzeewashooo

iam using vb 2010 and i want to search for any record when i enter a text in the search text box. i mean, if my records are as follows: dan,daniel,edn,steven,mary. and i just inpunt 'd' in the search box, the datagrid lists: dan,daniel,edn because they have a 'd' in …

Member Avatar for mzeewashooo
0
268
Member Avatar for jezguitarist30

I just want to know what WMI class should I use to get the Name,Socket,BrandName,Manufacturer and Total Size of my Memory.

Member Avatar for jezguitarist30
0
120
Member Avatar for tizzi09

I have created a table in my access and i have inserted values in it. I also created a login page on my vb.net form in which i want a matcching field in the table to serve as my UserId and Password to allow user access the next form. I …

Member Avatar for jezguitarist30
0
236
Member Avatar for jezguitarist30

Hi guyz, I'm just wondering if it's possible to add the mouse when capturing the screen or monitor in vb.net? because I'm doing a project that would record the screen and I'm actually successfull doing that by capturing the screen and include it in a timer, but my only problem …

Member Avatar for jezguitarist30
0
164
Member Avatar for kimlong2012

Dear all; I have using VB.Net and sql server to develop an application. In the form I use controls to move record like First Rec, Previous Rec, Next Rec, Last Rec. But I'm not using Navigator Binding control. It's mean I use code to move.Anyone can help me, please. Thank! …

Member Avatar for M.Waqas Aslam
0
1K
Member Avatar for kimlong2012

Dear all programmer; I build an application using vb.net and sql sever. I want to create auto number increasement like (STAFF-0001). For STAFF-000 mean like default value and number is increasement. example: STAFF-0001, STAFF-0002, STAFF-0003. Please help me thank. Best regard, Kimlong

Member Avatar for jezguitarist30
0
190
Member Avatar for kimlong2012

Dear All; I have a form contain with two TextBox control and one ComboBox. There are StaffCode(txtStaffCode),StaffName(txtStaffName),Gender(cboGender). After I insert data into table, I want to retrive it back by using Reader method. The code I had done as below: Private Sub btnSearch_Click(-----) dim cnn as new SqlClient.SqlConnection dim cmd …

Member Avatar for poojavb
0
113
Member Avatar for gahhon

i've linked the database correctly, but i can't view the value after i drag the table from data source, and my database already saved data. why? :(

Member Avatar for gahhon
0
251
Member Avatar for kerek2

Hi all... I'm new in vb.net and just create a listview project . I wan to display item from database(.mdb) into listview.how to make the next item going below and not auto sorting by id?...please help me...thank in advance Do While IBSSDR.Read() If IBSSDR.Item("USERDEFINED10").Equals("Y") Then ListView1.Items.Add(IBSSDR.Item("CARDHOLDERID")).ToString() ListView1.Items(ListView1.Items.Count - 1).SubItems.Add(IBSSDR.Item("NAME")).ToString() If …

Member Avatar for kerek2
0
140
Member Avatar for satti

Need your urgent help , i have connected weighing machine with serial port ,now am getting data to a rich textbox in a string form , problem is i dont know how to get the only desired figures. the output string coming in this format from rtbDisplay _A0+0000002 Kg054__A0+0000002 Kg054__ …

Member Avatar for Reverend Jim
0
132
Member Avatar for jezguitarist30

Hi, I'm actually doing a project using Local Database (.sdf) in VB.Net 2010 and I'm just wondering If there is a way to share one database in a network? sample: I will going to have server application where it can view all the records in which the client application will …

Member Avatar for Reverend Jim
0
346
Member Avatar for jezguitarist30

I would like to ask how to view other computer screen in the same network? I'm not asking for the actuall code but if someone could provide I would really appreciate it. I just want to know how will I achieve my goal? what are the things that I should …

Member Avatar for M.Waqas Aslam
-1
131
Member Avatar for jezguitarist30

Hi, Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen. Im not asking for the code on how to do it but I would really appreciate it if someone could provide it. all I want to know is what are …

Member Avatar for M.Waqas Aslam
0
337
Member Avatar for rd009

I have tried using the following it saves the data but the data is not visible in database i have attached the Screen SHot of the database below. i am pasting my code below. Kindly help me out as m not getting what to do further. ![Sql_File](/attachments/large/3/Sql_File.png "Sql_File") Private Sub …

Member Avatar for jezguitarist30
0
4K
Member Avatar for hrul

hye guys..here is the problem..how to use the item in the listview in order to retrieve data from database? i have code that display 4 digit in every line in listview item.. Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click Dim xmtBuf() As Byte = {&HAA, …

Member Avatar for jezguitarist30
0
120