Change VS 2010 Start Page Recent Projects Count + Custom Start Page
For most developers the default recent project list of 10 is fine. For me (and I am sure there are others in the same boat) I need at least 20. Shai Raiten a MVP created a custom page along with a...
View ArticleObject Library not registered? what....
Every time I add a control I get a Object Library not registered, and it happens when I open some of my old projects form vb6.0, please help me Because I cant do anything. Thanks.
View ArticleUserCP and Rep
I've regretably been away for a while. I've noticed that there is a new look-and-feel to things. If memory serves, there used to be a UserCP button, which, when clicked, would bring up, among other...
View ArticleGet DVD drives status
anyone knows how to get the status of what is doing a DVD drive? I needs to knows few things, 1) if there is inserted something (which media type: Empty, CD, DVD5, DVD9) 2) if it is RECORDING that...
View ArticleVS 2010 how to add/update jpg keywords tag data
We currently have a large amount of images that we would like to add specific product name text to the image 'Keywords tag'. Currently the images do not have this info so will need to be added. Using...
View ArticleExtracting Part of a String
Hey, basically I have a string that contains information about a product, it is all stored as one long string. in order of appearance, it contains.... Product ID Product Description Product Cost...
View ArticleSetting curser position in range object
Quick question: When setting up a bookmark.range in a MS Word doc. Instead of setting a absoulte insertion point via code as in .range(0,0) how do I capture the current curser position so that the...
View ArticleColumns and tablename error
I am getting an error :'TableName is not a member of Microsoft.office.interop.word.datatable' and 'Column is not a member of Microsoft.office.interop.word.datatable' Code: Option Strict Off Imports...
View ArticleVS 2010 Help:for each loop and for next loop
Hi, i am looking to display folders of a particular directory in a listbox. below is the code for the same using 'for each loop' Private Sub btnForEachLoop_Click(sender As Object, e As EventArgs)...
View ArticleI can't find why I can't get 'Text Align' to work.
Hi, I've been strugglin' with this bit of code for too long now... I can't find what I'm doing wrong or missing here... Everything else seems to work fine, but Line 16 makes no difference whatever...
View ArticleSimple Voice Recognition help!!
Hi guys, A little background first... I've dabbled in loads of programming languages on a recreational basis.. But not much more than than! My work is based entirely around the SAS programming...
View ArticleHelp!!!(please)
okay so i want to know how to show another form and i already know how to its show(whateveryourfornameis) and thats it but when i run my form and i mouse over my label and displays a message and does...
View ArticleVS 2010 Getting values between brackets where anothe value exists
Hey Everyone I have a program that is designed to allow users to buy and sell models (as a small computing project). The user has to register an account which is stored in a database separately. They...
View ArticleSearch/Data collection coding help.
Hey, I'm a Mech Engineer and i work with a team. We search multiple excel files in different locations with information on multiple sheets. i'm trying to lean (improve this process) from college coding...
View ArticleButtons not moving with the Window Frame
I hope this is the correct place to post this at, I have VB Studio 2008 Pro. Please move if I posted in the incorrect forum. Thank You. I'm just starting to learn VB and some of its fun. I've read over...
View ArticleSend keys
Hello! Code: text = TextBox1.Text SendKeys.Send(text) SendKeys.Send("{enter}") Problem: It works fine, but when symbols like '%' '/' ... are written into textbox1, it gives an error I tried this: Code:...
View Articleurgent help needed: mysql/sql database, checking for duplicates/adding line
Let's call my program FortuneSender.exe, it's made to send Fortune cookie messages to my forum members. Currently it sends 1 fortune to each member per month via forum PM function. They have to contact...
View Article[RESOLVED] somestring.chars() not yielding correct results
Code: Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click txtbox.text = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" dim pos as string = txtbox.text...
View ArticleWhen declaring the for html5 do you need the
I am changing my doctypes to html5 <!DOCTYPE html> is the <html> tag still necessary ?
View ArticleVS 2008 Problem with adding hex
Hi ! I have one hex, &H0 and in a loop i add &H1 to it, but i have a problem.After it comes to 9, there comes "A" and it gives a error: Conversion from string "A" to type 'Integer' is not...
View Article