VS 2010 How to make objects appear and disappear?
Hi everyone, I'm working on a form where I want to have a gif appear on launch (with the background in tact) and then disappear after 3 seconds, THEN have my form items (textbox etc) appear. What is...
View ArticleVS 2010 Help with a currency converter?? really simple question
I'm not very skilled with visual basics and I'm learning how to use it at school. I'm making a currency converter and was a bit stuck. Basically my currency converter has the option to update currency...
View ArticleHow to force user to open game through launcher
Hello VBers, I'm new at this forum and I'd like to say hello everyone by explaining something and seeing if somebody could help me :) I am making a private server for a MMORPG and I want to code a...
View ArticleVS 2012 Making a Dice Roller Application, need help
So my application (obviously) rolls dice (virtually). I've got the sides of the dice working, so you could roll a 19835-sided dice and get a result. But I'm not exactly sure how to roll multiple dice...
View ArticleBest way to "wait" when using form transitions?
I am using the DLL from the following google code project in order to create some transitions in my UI: https://code.google.com/p/dot-net-transitions/ Now, the transitions happen asynchronously, so I...
View ArticleVS 2010 Trying To Use ObjectListView
Hi, Well, im trying to use: http://www.codeproject.com/Articles/...o-Use-ListView I've added a reference to the .dll and added the components, as said, that was no prob... I then added: Code:...
View Articlefind text between other text in webpage
lets say i need to see if "kardoser" is between "thread date" and "moderator" in a webpage
View ArticleVS 2012 Application That Login in a website with a textfile
so basically i made an application that require login in my website ( automaticaly ) open = IO.File.ReadAllText(IO.Path.GetTempPath & "\mysiteLogin.txt") Dim username As String Dim pass As String...
View ArticleVS 2010 Help: value of type 'system.drawing.image' cannot be converted to...
I am using the following function to convert image to hash: Public Function MD5Hash(ByVal sFile As String) As String When I use this: Code: Â Private Sub Button1_Click(ByVal sender As System.Object,...
View ArticlePopulate a listbox with all open forms
I have a form with a listbox, and I want to be able to populate it with all open forms of the same application. However, I want to be able to select an Item from the listbox, and be able to close the...
View ArticleFor All Images in a folder
Hi I have a folder on my desktop. This is what I am trying to do Code: dim x as integer = 0 dim y as integer = All images in Folder For image x to y, Picturebox1.image = image(x) x = x+1 interval: 5...
View ArticleVS 2012 Serialized object password
I am serializing an object and saving this object to file. In this process I am using a CryptoStream to encrypt the object with a password. My question is this: What is the best way to check if the...
View ArticleUsing HTML Agility Pack
I have been looking for a couple of days for code but have been unable to find what I'm needing. I have a form with HTML code (a web page). I need to clean/format/(whatever verb you'd like goes here),...
View ArticleVS 2010 How to resize Picture Box to size of image?
What I want is that when an image - suppose it is 100 X 100 and the picture box is 50 X 50 - is chosen, the picture box must resize itself to become the size of the image. Thanks!
View ArticleVS 2010 PictureBox1 problem
Hello to all, I have application, where you upload picture to PictureBox1, then you can do some actions. Problem is, if you don't upload picture, action can be realized. Here is problem, so I think...
View ArticlePictureBox LoadCompleted event.
Anybody any ideas as to why PB.Load(localImageFile) doesn't fire PB.LoadCompleted?
View ArticleVS 2008 error message
The code below gave me this error message "Could not complete operations on some files and directories. See the Data property of the exceptions for more details" Where do I find the Data property of...
View Articlehow can i make 2 webclients in same form?
hey im trying to make 2 downloads in same form i im trying but i dont know what im doing wrong here is my code: Code: Imports System.Net Imports System.IO Imports System.Diagnostics Public Class Form1...
View ArticleAdding number to days in the calendar and adding them together.
I'm making a program that makes it so you can write a note to that day and adding income aswell as expenses for that day. I've managed to make it so it saves the notes for the day. And the issue is...
View ArticleAn unhandled exception of type 'System.StackOverflowException' occurred in...
I'm trying to use application settings to store a string and call it on the form loading but it's giving me this Overflow Exception
View Article