VS 2010 Changing the Location of a Control
My aim in this thread is to find a way to change the location of a text box easily. I have tried: Code: TextBox1.Top = Me.Size.Height - 120 Â Â Â Â TextBox1.Left = 0 Â Â Â Â ListView1.Top =...
View ArticleExporting charts at runtime
Hi All, I'm working on a program where I need to be able export a chart at runtime to both Excel and Word. Is there an easy way to do this? I don't mind if this needs to be in an image format. Thanks!
View ArticleVS 2008 Microsoft.VisualBasic.powerPacks 9.0.0.0
HI to all: Can anyone tell me where i can find the Microsoft.VisualBasic.powerPacks 9.0.0.0 in file .exe? I had Find VisualBasicPowerPacks3Setup.exe mas not version 2.0 THanks
View ArticleVB.net for Android...
Hi, first off all I know that VB.net is Windows and Android is Linux. Anyway I wanted to ask if there is a program for developing apps for Android with the same coding like in VB.net? I have read some...
View ArticleUsing System.Reflection
Need help/example of using system.reflection, code below. Code: Imports System.Reflection Public Class Form1 Â Â Private Sub b1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleStart Embedded Youube Video On Website
there's a youtube video on the sites below embedded into the site and I cant figure out how to start them threw my webbrowser Code: http://likenation.com/p.php?p=youtube&vid=639...
View ArticleVS 2008 Help visual studio 2008 in Windows 8.
Can anyone please tell me a solution for this problem. I got my new laptop and it is running in a windows 8 os, I installed Visual Studio here. The VS installed well in my PC, but when I tried to run...
View ArticleVS 2010 Streamreader not reading all lines
Hey Guys, I can't figure this one out, when i setup my streamreader to read a bunch of urls over 1000 long it only shows in the listbox 200+ My Code: Code: Â Â Private Sub Button1_Click(ByVal sender As...
View ArticleVS 2008 Quick question about packers
Hi everybody, I was wondering if packers drop files when you open a packed file. I'm using mpress, all work fine with native , but when i try run a managed in memory using reflection it throw : "File...
View ArticleVB .Net or C #
Dear All, I want your opinion on which language to use for .net development. In our office we have been given choice to develop apps in .net using either vb.net or c# with proper training. Now for a...
View ArticleVS 2008 Publish in Vista will not run on 7.
I have developed my application using VS2008 Express on Vista32 OP. It runs in Debug with no problems. I have published it using ClickOnce on Any CPU platform and x86 platform. In both cases I can...
View ArticleVS 2010 PictureBox Arrays???
Can you setup an array for the PictureBoxes? I would like to create a picture viewer (thumbnail viewer). Basically to look at a particular folder & display thumbnail of the picture files. Instead...
View ArticleVS 2010 Help About WebBrowser1 control
I have a Problem with webbrowser1 in vb.net 2010. i want to download a picture or text file but in my case i want to download it to my specific folder not in Temporary Internet Files. how to do it...
View ArticleVS 2008 Virtual button pad gaming.
I'm very much a PC gamer. I also, most of the time, enjoy programming. So now I want to combine the two. In most games you can map keys to perform certain functions. For instance the key 'P' pauses...
View ArticleVS 2010 How can I show the current progress of my threads via progressbar?
I would like to be able to see the progress of my loading of a giant text file via progressbar just not sure how to go about doing this, I usually am loading my text files into a listbox.
View ArticleVS 2010 adding lines txt
Good day, I am Really new to VB, and I would like to know how to write a simple application that open a simple file with extension .flt as a txt file, have three blank boxes to add info, and save the...
View ArticleOptimal Computation Environment
I'm a long time VB6 dev (with much lesser experience in java, C, and C++). I have a VB6 app that I have been adding to for 6 years. This app is a form of machine vision, and requires extremely...
View ArticleVS 2010 [RESOLVED] Help in converting into different alternate CaSe after...
Hi guys! I'm a beginner here in vb.net world My main task is to reverse the input text from a textbox to another textbox and change the casing of the output into alternate upper and lower case:...
View ArticleWinScp error
Hi all, I'm using WinScp.dll (WinScp .NET Assembly, http://winscp.net/eng/docs/library_install) in my project to upload a file, it's working, but I'm still getting error: Conversion from string "source...
View ArticleVS 2010 [RESOLVED] A list of collections?
Is it possible to have a list of collections? Suppose I create a collection that has 3 key/value pairs to represent an item that has a part number, a description & a price. Now I want to create a...
View Article