How to calculate the number of rows in a file which we have uploaded. The file might be either a text file or a CSV or Excel file. I'm using the folowing code t
I am using the activexobject in my project it works fine in IE. I know this is the microsoft control. I want to run the project in Mozila and Chrome but it show
I am using OleDb, trying to do this: Dim d as Date = DateSerial(Year(rptDate), Month(rptDate), 1 - 1) Dim conn as OleDbConnection = new OleDbConnection(connSt
I am working on an activity facility which stores incoming and outgoing emails in the database for different contacts. I do this by looping through each folder
In my Form_Load AddHandler KeyDown, AddressOf Form1_KeyDown RaiseEvent KeyDown(Me, e) Event KeyDown(ByVal sender As Object, ByVal e As KeyEventArgs) Private S
I can't Search and Edit using this Code. Insert is working. But Insert coding method is not sure (fileContent.ToString). And Search part and Update part is not
There are 1000s of .MSG files on my d drive and each containe an XLS file,as attachemnt. Is there any way to download these xls files from these .msg file usin
I wrote up some code. The code is shown below. The first part is to read a html into string format. The second part is to search a mark in the string and replac
I am trying to create a piano that will play the correct note by either pressing the assigned key or clicking the buttons. It works so far using the beep(freq,
I have read allot of posts on saving settings but none actually get to the heart of what I'm trying to do. I have created a configuration application for a 3rd
Is there anybody which can assist me with a code in VB.NET visual studio 2010 for validating Greek TAX Registration number (VAT).
In a windows form, I have a button and two textboxes. When I click the button, I want some text to be added into the cursor position of the textbox that is hold
I have one button retrieve I just want to get the database table "account" value by its row and col and display it in a textbox. I keep on getting errors on th
I have a ContextMenuStrip which is tight to a ListView, and made of a combination of various ToolStripMenuItem and ToolStripSeparator. I would like this context
In a VB.NET project I am dynamically building a jquery using data from a database. Some data are containing new line information which are breaking the script.