need help with login code
this is the code i got to start with where i have a form with a user name and password on it a few things i need to be able to do which are when the user logs in i depending on who logs in depends on...
View ArticleVS 2008 FolderBrowserDialog Question
I am wondering if there is a way to make the FolderBrowserDialog box limited so it cannot change any folders while it is open (ex. copy, move, rename, etc.). If there is a way to stop these actions...
View ArticleUse control collection to identify fields at runtime
Hi, using VB 2010 with VS. I have around 200 fields in a database, represented by text boxes on a form. A listview control is used to select a database record, after which the text boxes are populated...
View Articlerichtextbox unable to find word using docymenttext on webpage?
i found the soulation, here it is : if richtextbox.contains = "milk" then search for "next" end if
View ArticleVS 2010 ListBox HELP
HI I need help with ListBox in vb ListBox1 if someone Select hello in ListBox1 open from2 how ?? can someone give me the code thanks
View ArticleHow to Create a Loop for Selecting Items in Listbox
Dear All, I am having a problem with my loop code and i need your help. Basically what i want to do is to that i have a listbox that contains all of the URL that i want to launch at for certain time...
View ArticleWould it be possible to (project idea)...
Is it possible/what would it require to develop an application similar to the Tamper Data plugin for Firefox or any other web traffic monitoring program? Is there any VB source code available for any...
View ArticleWindows 7. Framework 2.0 pre-installed?
A few months ago I installed Windows 7 on a new computer and then installed VS2010 and then attempted to open/work on a project that targeted FW2. The project wouldn't open saying that I had to install...
View ArticleFire MouseDown and MouseUp in same Event
Hello, I'm wondering if someone can help me. I have a ToolStrip in top of a form and i use it as a Title Menu with a label for Title and a Button to close the form. I use it because it's rendered with...
View ArticleError in vb.net project
I have a vb.net code which shows currently running application like what alt-tab does in windows. But i am getting some warning and it's not working properly.Download the code from <Link removed by...
View ArticleConvert string to date time format - Problem
HI All, I have problem with converting String to datetime format. Can u any one share sample code to do it.. Regards, Venkat
View ArticleDrag and Drop Microsoft Excel in Datagrid - Visual basic 2010 windows form
Hi All, I have worked on Drag and Drop of Outlook mails to Datagrid in Windows form in visual basic but no idea to do it for Microsoft Excel. Can anyone share sample code to for Drag and Drop of Excel...
View ArticleVS 2010 help on altering tables on vb.net
i have created a form which have DataGridView on it, it will bring up the tables from a Microsoft SQL Database. i managed to do it and even implement to insert values to the tables using insert button....
View Article[VB2010] - controlling the scrollbars values by code
i know put a scrollbars in a Panel control(by AutoScrool property). we can scroll the scrollbars by mouse, like another scrollbar. but it's possible control their values by code? like these:...
View ArticleVS 2008 How to add few lines of text to multiline TexBox from code?
Hi ! I made a program with one small textbox, where you type some text, and then if the text is for example "help" then i want to display few lines of help text in a multiline TextBox2 (i know how to...
View Article[RESOLVED] How to make a function when user hits Enter?
Hi As the title says, how do I make a function when the user hits the Enter button?? I know it's basic but I can't seem to find it??
View ArticleVB Webserver Capabilities
I am working on a project which consists of a web server (xampp) running on a Windows XP machine. The web server receives a stream from our hosting company when a customer requests a product drawing. A...
View ArticleVS 2010 How to access a connection string from a web.config or app.config in...
Hi Guys, I have a class library that I've used as a DataAccessLayer in my website. In the web.config file for the website I defined a connectionstring. In the class library I accessed the...
View Article[RESOLVED] Getting error when trying to add ReportViewer to a form!!
Hi, I just deleted a form containing a ReportViewer and want to make another form with a ReportViewer in it and then I get the fault on the picture. Attachment 95551 What can I do to fix it?? Attached...
View ArticleVS 2008 Sending e-mail
Hello, Let me first say that I searched the forums for a solution, but no matter what I try it's always the same. No error, no e-mail. Below is a sub I use to send e-mail. It executes without any...
View Article