VS 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 ArticleUnexpected CPU-Usage after closing Application (in IDE)
Hy I'm observing an unexpected CPU usage of my application. It occurs when I start it from within the IDE and then close it. The task-manager then shows a CPU usage of 10-15% (on a 8 CPU system) of the...
View Articleexternal component has thrown an exception
i randomly get an error saying: external component has thrown an exception ....the application is in vb.net.... Below is the stack trace of the error at globalmodule.Main1.AddColToSubGrid(AxMSFlexGrid...
View ArticleVS 2008 Help Sorting Collection/Array
What i am trying to achieve here is to sort the contents of any array by making use of a collection. The form makes use of an array called 'IntelliArray(X,Y)' which has two elements 1. Inventory Code...
View ArticleUnderstanding the Else If statement
Hello all! I come from a PHP background which I have found to be quite similar to VB. I am having a little trouble using an Else If statement though, I'm just messing around trying to get to grips with...
View ArticleVS 2008 Stop MainForm from closing the SplashScreen on Error
Hello, I'm a longtime reader of this forum and always have been able to find everything I needed, until now as I'm struggling with finding the right code for something. For my company I'm developing...
View ArticleVS 2010 Getting CPU Temperature with vb.net
mbm5vbnet.zip Hi, I'm trying to get the CPU temperature and Fan speed throgh MBM5 or SpeedFan's shared memory into a string in my program. I've so far been unlucky. Somebody already told me to try...
View ArticleHelp! Add a delay while letting webbrowser to load
I would like a delay just like a timer control. I'm very new to visual basic so I need help. Let's say the code looks like this. webbroser is navigated, then a function is called. private sub...
View ArticleVS 2010 Get LAN connected devices IP addresses - have MAC
Hi Folks I have networked devices on a simple LAN (currently, for testing, this consists of when device connected directly to my PC's ethernet port). I have the device's MAC address as it is printed on...
View Article