[solved] Best 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 ArticleDGV draw boarder lines
I am really needi9ng some help with fixing the code i have below. What its designed for. this was needed to try draw a rounded rectangle over a DGV row when its selected only. then paint a gradient...
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 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 ArticleVS 2012 How does the ICON know what image to show
All of these are the same .SLN file extension. VS 2008, 2010 and 2012... I understand that there is a VISUAL STUDIO VERSION SELECTOR as the default app to open these files - but does that actually run...
View ArticleAdding information to the different days in the calendar
Let's say I'm making an application to store income and expenses for my lemonade stand. In this application I would like to be able to set notes for each day aswell as have an area where I can type in...
View ArticleHow to click on my form without stealing the focus from the foreground window?
How to click on my form without stealing the focus from the foreground window? I want my App acts like On-Screen Keybord
View Article[RESOLVED] help with syntax error
hi i found this code online but it keeps giving me a syntax error wondering if sone one could help please. the full code Code: Imports System.Data Imports System.Data.SqlClient Imports System.Drawing...
View ArticleI Really Need help to Copy Paste a pdf with VBA
Hi everyone , i am trying to write a code but im stuck Here is the summary in excell , when a given cell is activated (no problem here :P ) there is a pdf name in this cell Example:...
View Article