20,284 Topics

Member Avatar for
Member Avatar for manoj_582033

Hi friends, could anybody guide me , how to find that a date exists in between two dates ? For example : 23/09/2008 -- 28/09/2008 - I'am on leave. When a attendence is entered for the date 24/09/2008 , then i should get a msg saying, that the given date …

Member Avatar for NEo4
0
140
Member Avatar for manoj_582033

Hi Friends I am working in vb.net & ms access, i have a table in which i am saving leave detail means leavefrom & leaveto, records are like 05/12/08 & 10/12/08 I have to controls in front end from where i am passing the value for leavefrom & leaveto i …

0
70
Member Avatar for lerkei

reading a specific data in .txt file to put in specific tag in xml in vb.net..pls help.. sample: BL% PHP 103025 and so on... NL% .. .. BL% and NL% are indicators where data should be placed in a specific segment in xml PHP must be placed inside <currency></currency> tag.. …

Member Avatar for NEo4
0
205
Member Avatar for Bill Purkins

Hi, I am getting a BUILD FAILED error as such: Error 1 Comma, ')', or a valid expression continuation referring to code: Private Sub Crawler_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load This just suddenly started happening. Any advice? Thanks, Bill P.

0
78
Member Avatar for fredted40x

Hi, I’m currently doing some coursework and have hit a point now that I’m completely stuck, Basically I have, A class diagram with all the get//set properties in it, And a form with an array list in it, When the user enters some details in different text boxes and clicks …

0
61
Member Avatar for Tekito

I need to display a DAG (directed acyclic graph), which is basically a Treeview, except children can have multiple parents. Any clue on a control or method to implement this in Visual Basic 2008?

Member Avatar for Tekito
0
178
Member Avatar for Kecy

I need a code for vb.net which helps to search for entries on a search engine in a database and shows it on a form. For instance, I enter first year students in a search engine, and it brings out a list of students on a form from a database.

0
53
Member Avatar for C0rey

Hello all, I'm new to VB .Net, I found this open source file editor. Its can read unicode text fine, but its doesn't save unicode and its read only ITST01 and not QEST01. How to make its detect both and save as unicode? Here is the file format. [CODE] BSTR …

0
75
Member Avatar for bharanidharanit

Hello sir, I am using visual studio 2005. I want to split the form into 2 parts. On the left side i wil give the VB coding. On the right side i want output for that coding. Similar to this link [url]http://www.w3schools.com/html/tryit....ml_paragraphs1[/url] But the link is for HTML coding, But …

Member Avatar for Teme64
0
204
Member Avatar for the_swan
Member Avatar for Teme64
0
131
Member Avatar for Bill Purkins

Using Visual Basic 2008 Express, this has happened to me twice now. I have emailed projects as zipped email attachments, and then when I restore them and open the project, when I click on the VIEW menu, the Designer option does not show up! All I can do is look …

Member Avatar for Bill Purkins
0
101
Member Avatar for venkatramcse

Hi friends, I need to create a .exe such that. i need to recognise a msgbox when the user types -99 in keyboard. I have done it with keypress event. it works fine. bnut the problem is i need to activate the form even when the user in other application …

Member Avatar for venkatramcse
0
95
Member Avatar for NEo4

Hello, How can I create a multi-field list box like in the picture in the link below in Visual Studio. NEo4 [URL="http://i465.photobucket.com/albums/rr12/black-eagle-bucket/multi-field_listbox.png"]http://i465.photobucket.com/albums/rr12/black-eagle-bucket/multi-field_listbox.png[/URL]

Member Avatar for NEo4
0
103
Member Avatar for bhushanpatil

Can any body tell me how to display files and folder in vb.net explorer form. Or tell me how can I create form which will be similar to windows explorer.exe which displays My computer,Folders,Files and so on.

Member Avatar for reena12
0
100
Member Avatar for vagueante

Hi all, I have a small app in .net 2008, running (in systray), in many computers in my company, that has to alert the user a few times during the day's work, and sometimes ask for their input. The problem is, when, i open a form (show or showdialog), it …

Member Avatar for Teme64
0
170
Member Avatar for bharanidharanit

Hello sir, I am using Visual studio 2005. i want to split the forms into 2 parts. The coding must be displayed on the left side And the output for that on the right side. Thankyou sir.

0
49
Member Avatar for bharanidharanit

Hello sir, I am using VS2005. In the form i am having Webbrowser Control. I am viewing many HTML pages on this control. What i need is, with a button click i need to copy the content of textarea in every HTML pages to clipboard. Can anyone help me in …

0
55
Member Avatar for bharanidharanit

Hello sir, I am using Visual studio 2005. I am having more link labels on a form under a tabbed control. I want to search for certain linklabels in a form. So i used the coding below, But it is displaying the search in the corresponding tabs itself. But i …

0
68
Member Avatar for bharanidharanit

Hello sir, I am having one HTML page which is viewed in webbrowser control in vs2005. I would like to export that page to pdf with a button click.

Member Avatar for Teme64
0
104
Member Avatar for leolim

i am newbie to this could anyone show me how to retrieve the data from sql server and export the data to txt file? in vb.net windows application?? i want the same row and column of data retrieve from sql server to be insert and stored in the text file …

Member Avatar for leolim
0
145
Member Avatar for the_swan

hiiiiiiiiiiiiiiii I'm going to store a selected image from fileupload and save the image in a array of byte in a file [COLOR="Red"]"the code" [/COLOR] Dim _fileName As String = Request.PhysicalApplicationPath & FileUpload1.FileName Dim _byte() As Byte = FileUpload1.FileBytes() Dim _file As New IO.FileStream(_fileName, IO.FileMode.Create) For _i As Integer = …

Member Avatar for Teme64
0
96
Member Avatar for Birdie010

Please review the code below, I'm not able to determine why I'm receiving the error message: " Conversion from DBNull to type String is valid. Any help is appreciated. Private Sub txtSearch_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtSearch.TextChanged If txtSearch.Text = "" Then lblAdvice.Text = "Enter characters …

Member Avatar for Teme64
0
88
Member Avatar for harsha_abraham

I am getting the following error “The ConnectionString property has not been initialized’, while executing the below portion of code.checked that the below connection string is having value and not null. (Data Source=NAWINSQL050;Initial Catalog=AlbatrossDB; Integrated Security=true) objFormatOut = FormatDepartment.Format.FormatSelectById(m_intOutputFormat, oConn)<—--error occurs(The ConnectionString property has not been initialized’) in the below …

Member Avatar for reena12
0
205
Member Avatar for cassie_sanford

I am writing a project that stores vehicle information such as the model,manuf., year, etc. I have to create a second project that loads the data from the file into memory and loads a drop down combo box with the VIN numbers. When the number is selected from the box, …

Member Avatar for Teme64
0
140
Member Avatar for kritiohri
Member Avatar for kritiohri
0
2K
Member Avatar for Birdie010

I'm receiving error message "Syntax error missing operator in query expression" any help you can provide is appreciated. Private Sub btnEmailCat_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEmailCat.Click Dim SQLStmt, EmailAddress, SubjectLine, BodyText, CATDateString, DollarsAndCents, NoDecimal As String Dim CATCounter As Integer Dim GSIdNum, GSIdHash As Long Dim …

Member Avatar for sumithakb
0
80
Member Avatar for asameh99

How can I declare global variables then I can access them on the other forms? And how can I use radio button for choose statement? thanks. .

Member Avatar for Teme64
0
92
Member Avatar for Birdie010

I'm receiving error message "Data Type mismatch in criteria expression", any help with debugging is appreciated. Private Sub btnEmailCat_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEmailCat.Click Dim SQLStmt, EmailAddress, SubjectLine, BodyText, CATDateString, DollarsAndCents, NoDecimal As String Dim CATCounter As Integer Dim GSIdNum, GSIdHash As Long Dim Cnxn As …

0
58
Member Avatar for Birdie010

I'm receiving error message "ExecuteReader got No value given for one or more required parameters", any help with this is appreciated. (using Access 2003) Public Class frmDisplayJV Private Sub DisplayJV_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load cbJVDate.Items.Clear() Dim ADate, SQLStmt As String Dim ACounter As Integer Dim …

0
49
Member Avatar for noseforwine

I have designed a form to open a .txt file, read the values and display them into the forms label controls. My problem is that I cant figure out how to advance to read the next record when I click on the next record btn. I am able to read …

Member Avatar for waynespangler
0
152

The End.