Looking for some advice on best practices
I have a few questions on what the best practices of certain things in VB.Net might be. 1. If I am displaying an number in a label, should I convert it to a string myself or should I just leave it as...
View Articlegame launcher
I was wonder would anyone here be willing to offer there services to make me a game launcher need a way to autopatch as well for users of game this is over my head to do if anyone is interested send me...
View Article[visual Basic 2010] - can i use Assembly in Visual Basic 2010 projects?
can i use Assembly in Visual Basic 2010 projects?
View ArticleVS 2010 [RESOLVED] How to find data and delete it from a text file
Hi all, What I'm trying to do is select data from CheckedListBox1.SelectedItem and then search C:\in.txt for that line and delete it entirely. I've tried the replace command, but isn't doing want I...
View ArticleVS 2012 EOF - End of file
Can anyone tell me What it Does exactly mean and end of file (EOF) ?
View ArticleReadline to start at specific Row,Column
How can I get Streamreader to read file to specific row/column? For example: I want this to insert read txt file starting at second row and second column. Code: Using sr As New...
View ArticleVS 2010 How to break a large string for multipage printing?
Okay, I've set up a program that sends a very large string to print inside a rectangle. The rectangle has a static width, but the height varies according to the length of the text inside the string....
View ArticleVS 2008 Equalize Size of Lines in RichtextBox
I want to make a poetry writing application. I want every verse of a poem to be equal in size. e.g Some love good some love bad We all want something we never had This should look like this by adding...
View ArticleVS 2012 Print screen shot of every form in a folder
I want to create a document (probably MS Word) containing screen shots of every form in each of my company's projects. There is no one .sln that contains all the .proj files. However, the .proj files...
View Articleif else statement
hi im using thses line of code to pull stuff of an excel sheet Code: Â Â Â Â oRng = oWSSheet2.Cells.Find("Class B", , _ Excel.XlFindLookIn.xlValues, Excel.XlLookAt.xlPart, _...
View ArticleVS 2010 want to see a grown man cry..errors after changing framework 4.0 to 3.5
Long story short a few weeks ago my pc crashed and I lost my entire project. I have spent every spare minute getting back to where I left off. I the last 2 days I have been working on crystal report...
View ArticleVS 2010 Ensure "Sleep" is disabled
Is there any easy way to check if sleep mode is disabled as my program is loading? Ideally I would have the program automatically disable the setting as well. Reason for this is because the PCI card...
View ArticleDeleting characters in a texbox
Hello, I'm trying to automatically add a hyphen at a certain position in the textbox whenever i type something new, but I'm unable to delete the second hyphen if I want to edit what I've typed in the...
View ArticleVS 2012 Login form
I am trying to make a login form that connects to an online MySQL database but every tutorial I find is for older visual basic packages. The old mySQL syntax does not work with VB2012. Does anyone know...
View Articlesimple filewatcher questions
Hi reading up on filewatcher and how to set it up and every examplei come accross seems to be doing it differently, im just wandering why. im pressuming the msdn example is doing what it usually does...
View ArticleVS 2010 filling textboxes with a record selected in dgv
ive got a page setup to search for records, those records are then displayed in dgv. i need to be able to select a record there, then have that record carried over to textboxes on another form. im...
View Articlenull reference expection was unhandled? help?
im trying to make a matching game and iv only just started the code and im expecting 2 icons to stay briefly when I click them and then disappear but now when I click 1 I cant click the other and get...
View ArticleMove an image inside of a picture box
I have be trying to code a button to move the image inside of the picture box to a different location to show a different part of the image. So far i have had no luck so far any ideas ?.
View Article[RESOLVED] DataGridView: Bound and Unbound information
Hey, I have a data-grid-view that has a data source associated with it. Suppose the information contained in the database is: 0. ID 1. Number of Pieces 2. Price / piece Now I manually add a new...
View ArticleGet content from changing website
Hi all I am busy writing an application that will retrieve stock graphs from the internet. Due to the changing nature of stocks, I can't use the same graph today as what I used a week back. The thing...
View Article