VS 2010 Woes of frequently changing the mouse cursor
ever have one of those days where it seems as though your programing is developing a mind of it's own? first, my code: first, i set up a basic structure allowing me to easily use the autocomplete...
View ArticleVS 2012 Get color location pixel
I want get location of pixel color ! But its not working whats is rong? Attachment 99321 Code: Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim screensize...
View ArticlePurpose of stdole.dll
Can anyone tell what does stdole.dll kept in application path of a .net exe will do? We have used it to avoid Error occurred when clicked on the fixed row, but now this error is not thrown even if...
View ArticleVS 2010 How to remove comments in simple compiler
I have to create a simple compiler as a project and need to know how to remove comments from a text box input on a button click. I currently have the following piece of code to remove the blank lines...
View ArticleVS 2010 Delegate FtpTransferProgressEventHandler
I need a bit of help please I'm using the Pivo.FTP.FtpClient and can get it to do the basics, but now I'm stuck. I want to use the FtpTransferProgressEventHandler, but have no idea what I need to do. I...
View Articleexcel file read query
hi i have started a topic on this before but can seem to find the post in my profile. anyway i have code that read my excel file here is the code Code: Private Sub btnRead_Click(ByVal sender As...
View ArticleVS 2010 How can I do this?
If I want visual basic to talk I will make this: HTML Code: Dim SAPI SAPI = CreateObject("sapi.spvoice") SAPI.speak("Do you want to be moved to credits page?") but what about if I want...
View ArticleVS 2008 Drag And Drop From A Toolstrip dropdown Item
What i am trying to do is drag the text (or create the impression of a drag) from a dynamically created toolstrip menu item and then place a button on the form at the point where the user releases the...
View ArticleMysql
Look I am trying to read many posts but I need someone to reply on me please ! I made a register form and I want every Username and Password is putted will be saved, any idea how?
View ArticleRadio Button Problem
Can anyone tell me why I am not able to select 2 Radio Buttons at the same time. In this program I am suppose to select a doughnut and a coffee choice but when I run the program I can only select a...
View ArticleVS 2010 Licensed setup
Hello Guys, Is there a way to create a licensed setup so that if I want only 5 users to install the application it should be installed on the 5 machines only. Apart from that more interesting challenge...
View ArticleVS 2010 [RESOLVED] Cancel button as Boolean not working
Hello again. I'm attempting to create a Cancel button which will stop a sub in progress. From what I've read, the easiest way to do this is to dim a boolean as FALSE and set it to become true when you...
View ArticleVS 2010 I still don't have this working right..
I tried accessing the databases directly and updating them that way..had problems updating..fixed that..had problems with inserting..thought i had that fixed ..ended up with more issues with the...
View ArticleVS 2010 How do you display the file name and path in Me.Text ?
What I'm trying to do is put the file name and path up in the title of the form when I click on "New", "Append", "Inquiry", and "Lookup." All I get is "OpenFileDialog1" or a blank that removes the date...
View ArticleHelp with Date comparison method
Details:Unknown # of folder in directory C:\...\releases\? Get the creation dates of those folders. Compare an unknown quantity of folders of their date of creation property. Retreive the folder's name...
View ArticleBest Practices for report generator based on Tab delimited files
Can someone advise as to what the best practice is to create a simple automated report email application that is based on 3 tab delimited files? I started using arrays then I started playing with...
View ArticleVS 2010 I have a question about webbrowser on VB 10?
Hello guys i'm from Turkey and sry for my English if i can't tell my situtation :) I just start to learn VB.And i wanna ask something to you guys.If you help me i'll be pleasure. My program is about...
View ArticleVS 2008 Populate Data from SQL
What I would like to do is have data populate in a Textbox2 based on data in Textbox1. Now the data it will be populating is in a SQL table and I want it to Pull data from Column B by looking for the...
View ArticleVS 2008 How to handle the user status in application
Hi. i have a table Login Info which has the following fields: Lets say: FK UserID, LoginID, LoginTime, Status Composite PK Status is showing the current status of user whether he is login or logout....
View ArticleSkip the first line of a text file
What i need to do is just skip the first line when I read the csv file. I tried a few things but it would skip every other line or just crash completely. I got this far and the stupid headers from the...
View Article