VS 2010 How to write code in dynamic made control?
I have a MenuStrip(Called MenuStrip1) and I'm trying to add text that the user inputs via textbox. Heres my code: Code: Dim o as integer = 0 Dim userTxt1 as System.IO.StreamReader Dim userTxt2 as...
View ArticleSerialize fontdialog data
I want to give users an opportunity to change the font face, size, color, etc in an application. I have been doing some research and it seems that the most effective way is to serialize the data. So...
View ArticleVS 2010 How do I filter through downloaded source for particular information?
How do I filter through downloaded source for particular information? So far I have wrote a program to download a webpage's source, now I would like to search through this data and pick out particular...
View ArticleVS 2010 Need help to download flv from video sites thanks. Stuck
Does anyone know how to download the flv file from video sites like movshare using vb.net. Help on the topic would make me very grateful :)
View Article[RESOLVED] ReGex Woes...
Hello everybody, I am trying to pull data from a PHP Array. The information is as follows: PHP Code: Array (     [status] => Expired     [registeredname] => First Last     [companyname] => My...
View ArticleVS 2010 Testing in Visual Basic .NET
I have written an application in Visual Basic.NET. I am now wishing to do some testing. I have had a look on Google for some resources but still do not know exactly how to create tests. I can see that...
View ArticleResetting Web Browser Anchor Properties gives error at run time
Hi Folks, I have a web browser window that opens html files stored on disk. WHen I try and reset the anchor properties and then run the program, the web browser size remails as originally drawn, and an...
View ArticleVS 2010 GeckoFX - How to properly build & release a project?
I've been experimenting with GeckoFX 15.0 recently (great library) but when I want to build my project to a release, the resulting EXE doesn't run. It crashes. I know this has something to do with...
View ArticleVS 2010 2D Array Question
Hi guys, I have a text file named "grades.txt" and in it is a list of students with corresponding grades, an example is below: Code: James,46/100,61/100,54/100,57/100 I want to be able to load this...
View Article[RESOLVED] [VB2012] How to show a label with text shown from down-up.
Hi guys, I want to show a text in a label that will be from down up like: http://swf.co.il/filestore/1f/vFlZoy...09-43-00.jpg._ thanks
View ArticleTab as DLL loaded to Assembly
Hi all, Can anyone help me please, i'm trying to load Tab with components and functions from DLL to Main application assembly to show it on the form? Just sample code or something please would be gr8....
View ArticleCreate a border in excel
I trying to create a border on excel page I have added Imports System.Drawing as well as office interopt the excel document creates fine baring the border part excel.range("B7:B7").select() With...
View ArticleVS 2008 Error: "Public member 'Item' on type 'DBNull' not found"
Hello everyone, :wave: I am working on a vb.net application, the application was written from scratch on VS 2008. The problem is when i try to submit values to two website using web browser control....
View ArticleVS 2010 Printing a datagridview
I don't know if this is commonly done but I would appreciate some guidance on how to go about it. My intention is to get data from the user at runtime, put the data into a dataset that will be used to...
View ArticleVS 2010 Advice?
Hi, I am wondering what I am doing wrong here. I know this is probably very basic but I just can't do it, I have spent the last 2 hours trying everything and it just won't work. I am trying to find...
View ArticleVS 2010 Export SQL Server Results to Excel
Hi, I am a Beginner Programmer to VB 2010. I want to Run Some SQL Queries and stored procedures and export their resutls to excel file in a click of a button. Previously i have made this possible...
View ArticleVS 2010 Stream Readers
Hi there If possible i would like some advise on streamreaders. For one of my projects it is neccessary log all its actions (Which aren't that many overall) I use a simple text file to do this. To read...
View ArticleVS 2010 Pennies for Pay
I have the formula for the pennies for pay method. It works and I'm happy with it. The problem I have is the radPay part of the code. I need it so that the user can input the amount of money that they...
View ArticleVS 2008 R Statistical package and VB.NET...
Hi, Any know if you can call 'R' from VB? 'R' is a statistal environment (http://www.r-project.org/). Someone has written several R functions which I need to put a user interface to as R is purely...
View ArticleDrawing on Picturebox (via bitmap & graphics) - works only FIRST time
Hello all, when I run the code bellow first time, all is crispy (picturebox gets bitmap with vector graphics painted on it, it lasts, can be saved to file). However, when I try to load second file...
View Article