Set the cursor position from a mouse hook.
I'm trying to build a quick program (or so I thought) that would lock the Y axis of your mouse when holding down a key on the keyboard, in this case the space bar. Saw the idea from a member here and...
View ArticleList of websites + hyperlinks
I am in need of advice. I have a list of domains and I wanted to find out what the best course of method was to display this so the user can see the link and click on it. I have roughly 300_ domains so...
View Article[Help] Out of memory error
Hi, I am working on a "PictureAlbum Project". The user selects multiple pictures from an OpenFileDialog. Then, the selected files are processed in an invisible instance of a form that does some...
View ArticleVS 2005 VB.Net App Running On Windows 8 Tablet keyboard issue?
Hi, I have wrote an auditing application which was running on a tablet with Windows 7 on and it worked great. I now want to use it on several tablets and the windows tablets comes with Windows 8. My...
View ArticleDatabase not foudn after publishing
Hi all, i am creating an application in VS 2010 (VB) that uses a local Compact SQL (.sdf) database. I have configured my connection as per below and it works perfectly in the F5/Run command of teh VS...
View Articleadd data for selected item in a listbox
Hello, I've got difficulties in adding data for a listbox selected item. Here is my code: Code: Public Class Form1 Private mPatients As Dictionary(Of String, Patient) Private mCurrentPatient As...
View ArticleFindWindowEx isn't working
Hi all, how can I retrieve hadle of child window" ? I have parent window -> child window with buttons ... Code: Quote: Private Declare Auto Function FindWindow Lib "user32" _ (ByVal ClassName As...
View Articlec++ to vb.net
how can i do this code in vb.net? Code: unsigned char tempstr[15],totstr[8],coin1[10],coin5[10],coin10[10];
View Article[RESOLVED] Any event that triggers when items in a listbox changes?
I want to report the number of items in a listbox in a label. I though I could just use Code: lblItemCount.text = lbxMyList.items.count.tostring whenever the contents of the listbox changes, but I...
View ArticleVS 2005 Printing line characters
I want to print linecharacters (Chr(179) , Chr(196), etc.) to a text-file using TextWriter. But when I do other characters appear. I think it has something to do with CodePage, but I can't get is...
View ArticleVS 2008 [RESOLVED] MySQL connector.net uninstall issue
i am using MySQL as back end and hence i uses MySQL connector.net version 6.5.4 now i want to update it to current version 6.6.4 i am unable to uninstall the current version under use 6.5.4 i am...
View ArticleVS 2010 commands works on 2008... not on 2010 why?
Kinda new to .Net... These commands work on 2008 but did not work on 2010 when i imported them... ClientSocket = New Socket(AddressFamily.InterNetwork, _ SocketType.Stream, ProtocolType.Tcp) Dim...
View ArticleVS 2010 [RESOLVED] XML Usage
Hi Guys Im having a bit of a problem with XML usage. I have a V.simple xml file Code: <?xml version="1.0"?> <header> <fversion>1</fversion>...
View ArticleVS 2010 Addhandler, Addressof with parameter included
Hi all, I have a series of button that is generated programmatically. I have a sub that is called on but I need to pass a variable as the action will depend on the variable passed when calling the sub....
View ArticleHow to use "SendKeys" to send "SPACE" as a button Click?
Hi everyone, I need to click on SPACE which is a used as a BUTTON CLICK inside a Flash Website. So how can I click on SPACE using either SendKeys, or use SendMessage , even maybe PostMessage... I been...
View ArticleVS 2010 VB - making several reports pop-up to one report for a crystal.rpt
Good morining to all! :) This is my first post. I am new to vb so I am asking for your help. i have made several edit sites where the employee can go in and edit information and make a report on...
View ArticleVS 2010 How to use my function?
Hello, I created a class with some database functions for MySQL and I used a PHP class and I rewritten that to VB.NET. Now I like to know how I could get information from the database and use that...
View ArticleVS 2008 FTP Help needed
Hi everyone, I need to connect to a site, change directory and then download a file. I have been searching on using the FTPWebRequest and got the following code but it does not show how to change the...
View Articlesoftware & increaseing in used Ram
hello i develop a software has many forms by starting the oftware it take 85 MB from ram when i open any form it increase to 90MB but when i close this form the software still take 90MB and when i open...
View Article