Opening VS2010/2012 via source file is rendering intellisense useless?
And also, instead of the "start" button launching my console application, the button says "attach". This is probably an easy one. There's got to be a way to edit my source files without starting a new...
View ArticleVS 2012 Accessing form controls from a different thread
At this point, I'd like to access the value of a checkbox on the main form from another thread, and don't know how to go about it.. I realize multithreading is a vast and dangerous area you can write a...
View ArticleVS 2008 Empty fields in dgv
I have dgv with 4 colums (0,1,2,3) and variable number of rows. I need to perform the calculation only if all cells in columns 1,2 and 3 are fullfilled. I tried with this code: For r As Integer = 0 To...
View ArticleVS 2008 SIntax in regex
Hi to all: I have this few lines of code that work very well in my code: Code: For Each m As Match In New Regex("0(19E|19F|70A|190|22C|22D|70C|)\w+").Matches(msg) Select Case...
View ArticleVS 2005 Add selected Datagridview row of Form 2(child) to Parent Datagridview...
Dear All Experts, I am new in VB.net. Your help will be really appreciating. I have two forms. Form1 and Form 2. I have opened the Form 2 from Form 1. By using this code. Button click event...
View ArticleVS 2010 checkbox has to be checked if value exist even on form closing
How to make a checkbox to stay checked if the key exists in the records of the "checkbox" value? Even better how to save checked box on form closing and when i open form again has to be checked not...
View ArticleVS 2012 Dialog Window Download fiile with Webcontrol (FindWindow, FindEindowEx)
Hi, this is my first post in the forums. :) I'm trying to download files using the default dialog window for downloads. this is my setup: Form with webcontrol and button Code: Private Declare Function...
View ArticleData Grid View Issue
HI, Can anyone tell me ? .Why nothing is showing in the DataGridView . let me know please . any help would be highly appreciated . Connection is working fine .see the attachment also .[code...
View ArticleVS 2008 Serial port (com port) reading data
I have a valentine 1 radar and also the V1Connect (bluetooth adaptor) for it hooked to my PC via a Virtual Serial Port (COM 16). I am trying to read the data coming from it but all i am getting is...
View ArticleVS 2008 Show Pop-up before changing web page to save data on form
Hello, I have a web page that when the user presses the "Go Back" button, if the formview is not in ReadOnly mode, to ask if they want to exit without saving. I was thinking of having a pop-up window...
View ArticleValidation of contents in txt file
All, What is the best way to validate the contents in text file. I have an .xls file with contents in it. May be 1000 records. Sample : 13209713 STRO 08 08/26/2013 AI\F45 09/12/2013 001 LAWE D50...
View ArticleVS 2008 [RESOLVED] Split Date and Time into two fields on FormView
What would be the best way to have one date/time field in the table, but display them separately on the form? Thanks in advance! Eddi Rae
View ArticleFind last added album to music library
Hello, I made a program that uses IWMPCdRomRip to rip a cd. Now, I need to find the exact path to the album. My non-working code: Problem with my code is that "StartTime" is about a minute earlier then...
View ArticleMoving to the Last Record - How ?
I am running a sql statement as follows : HTML Code: Dim vSqlText As String Dim vSql As SqlClient.SqlCommand Dim vRs As SqlClient.SqlDataReader vSqlText = "Select * from B_RecMast where ID <= "...
View ArticleVS 2010 Speech Recognition software - no longer detecting voice
I have no idea what happened, it worked fine before I formatted, I reinstalled VS2010, I added the System.Speech reference, I pasted back in the code, it doesn't work anymore Code: Imports...
View ArticleVS 2010 [Fixed] SUPER EASY simple help me please with split
Hi guys! I am tottally going brain dead.. :P I type: Code: System.setMouse(123, 456); Then it will call this: Code: If ln.Contains("System.setMouse(") Then Dim startquote As Integer =...
View ArticleVS 2012 vb.net w/ mac or apple
the software that i will going to build is using vb.net and sql-server. I'm just wondering if it is possible to open in Mac? or even using Tablet or iPad? If you know the solution, please let me know.
View ArticleVS 2010 Add data to an excel document
Is it possible to do the following. I want to make my program to add data to an existing excel document. In the program I will have a few textboxes, and one button to add the info, it must be added...
View ArticleVS 2010 Problem with Memory management.
Hi All, In my project I'm trying to add feature to increase/decrease the brightness and contrast of the displayed image. I'm doing this based on user's mouse movement over the image in horizontal and...
View ArticleVS 2012 FTP huge file list...
I need to scan a list of files on our FTP site, finding ones with dates in between the given range... problem is, there are over 40K files in the location this works to get a list of the files, Code:...
View Article