VS 2010 Smartest Way to Stop Webbrowser Tabs from Opening in IE Outside of...
Hey guys, Is it possible to make new tabs in a webbrowser open up inside the control itself? I am writing some automation and hit this speedbump...Some guy on Fiverr (freelance site) is telling me I...
View ArticleMedia Player Code Help.
I was on youtube looking at some code to make a custom media player, I tried to contact a few people on this but no replies back so I figured I would try here. What I need to do is figure out 2 things,...
View ArticleVS 2010 Just a quick explanation
I found this code while watching the videos learnnowonline. Im just a little confused about this part: Where does ProductsRow come from? I've searched the example I have and cant seem to find it. Dim...
View ArticleNeed help!!!!! Anyone !
Hi im doing VB language. I got a question. Anyone know how to program a button such that when the cursor reach the button, the button lights up(Highlight)???? Cheers
View ArticleVS 2010 help: any way to display very large txt files in textbox?
hey all is there any way i could open a large txt file like 5 mb and display that to textbox as i tried with stream reader and only i could display a file like 400 or 500 kb not more so any help
View ArticleVS 2008 Read midi files
Hi, please help me. I am making a program for my friend to jukebox machine. He wants to have a karaoke there. But i don't know how to read text from midi karaoke file. Could anyone help me? Thank you...
View ArticleVS 2010 Clone properties of a control
I was wondering if we could clone all the properties of a control to another control (of same type). For me, I want to clone the properties of the existing textbox to the dynamically created textbox....
View ArticleVS 2010 User authentication and account type
Hi all, I am making a simple box office type program, where users can book tickets, add events, admit the guests when presented with a ticket etc. What I want to do is only allow certain functions to...
View ArticleVS 2010 Adding context menu items
I have a context menu (mnuContext) created at design-time and I want to modify one entry at runtime. I can't see an obvious way to modify an entry so deleting and adding will be fine. I must be doing...
View ArticleVS 2008 Is there a way to monitor a port by program/application/service name?
I have found plenty of code samples that will open a port (TCP/UDP), but what I'm wanting to do is monitor a port by application that may or may not already be open between two programs. How would I go...
View ArticleVS 2010 load multiple csv file to mysql via mysql client
Hi Expert, I am new coders, I have a problem importing or updating mysql table, I dont know how to start this, Is this possible?, I have only little code but it is very bugy, what is the best language...
View ArticleAdobe Acrobat Reader + VB + Filling out Forms?
I am writing a small app that populates fields in a PDF form. I am using VB.NET & Visual Studio Pro 2010. I also have Adobr Reader X installed. The PDF functionality needed is just populate fields...
View ArticleVS 2010 Displaying images and descriptions on a web page
Hello, I am new using vb2010 and i am working and creating a page where users can upload images with a description and be able to display it on a web page, So far the user can upload the image and...
View ArticleVS 2010 I have a question.. about Inserting a .exe file in PictureBox control...
I'm making this program, where I would like to run my executable file from Visual Studio C++ which is a color detection using webcam. but when I try to call the executable file, there's no error but It...
View Articlecan VB do a page preview when i hover the cursor over a button??
Im doing a project in VB language. i got a question. can VB do a page preview when i hover the cursor over a button?? something like when you hover above the arrow icon during a google search and it...
View ArticleVS 2010 Resx file error
Hi, I have the following problem suddenly during compilation (VB10): Warning 1 Exception from HRESULT: 0 0 0x80041FEB Error 2 resx file is invalid. Detected invalid data at the root level. Line 1,...
View ArticleVS 2010 Help with Cursor Position please?
Hello, I need help with something, I'm new. <3 uhmmm, ok so I want to move the mouse using: Code: Cursor.Position = new Point(100, 100) However, I would like to create a label and a button on the...
View ArticleBlocking Sites
Hi I made a small app over the weekend that allows one to block websites, I made this to block access to facebook Now the method I am using is the HOSTS file in windows, this works perfect and blocks...
View ArticleVS 2010 Programmatically create a moveable panel
Dear All, I'm working on a new project but have been struck dumb one of the first hurdles! I wish to create many panels but each panel must be moveable via click and drag. The code I'm working with so...
View ArticleVS 2010 Make Cursor Click & Timers? Help!
I'm working on a program that when you click on button1, it moves the mouse to label1 in the form. In java there is a syntax that delays which it looks like this: Code: thread.sleep(600); My question...
View Article