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 ArticleTV Messenger
I'm having a little trouble with the program i've attached. What I need this to do is to open the files in the folder until i stop it, i will add that later, but i'm having trouble with the dog gone...
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 ArticleReGex 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[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 ArticleVS 2010 Textbox sorted by combobox
Hey, I am trying to get 10 textboxes sorted by a category selected via comboboxes. Any help on this would be great. Thanks!
View ArticleVB6 - Faster than Timer control?
I'm coding a program where I need really fast time control. I'm trying to send digital data throught the serial port to a radio that produces some electrical pulses. Those pulses are used to send data....
View ArticleRegular expression : [.\n]*? fails, while (.|\n)*? works fine... why ?
Hi I am parsing an HTML file, and the pattern : "<h1[.\n]*?<div" fails (no match found), while "<h1(.|\n)*?<div" gets the string. Do you know why ? Thanks ! My code is : 'Initialisation Set...
View ArticleNew to ReportViewer ... I Cannot get to work
Hello, I have been trying to find an answer to this all day and I just cannot get my web page to work. I am currently getting this error "The source of the report definition has not been specified"...
View ArticleVS 2010 [RESOLVED] Writing text/HTML to WebBrowser control
I am working on a basic web page editor using mshtml.dll and a WebBrowser control. I want to switch between "design view" and "code view" - the latter showing the HTML tags etc. I can copy the HTML to...
View ArticleCustom Error code...
Occasionally I get an error "Object reference not set to an instance of an object" because I'm using web-based elements and if the internet connection drops out, it causes this error. Until I can...
View ArticleVS 2010 Functions/Subs that are not used
In my VS2012 Visual Basic.NET application, I have many functions/subs in multiple modules and some are not actually used in code. Is there an 'analysis' feature to inform me of any functions/subs that...
View ArticleVS 2010 Adding references to custom structures for testing
I have a VS2012 Visual Basic.NET application and am wanting to create some unit tests for this application. Here is the module code: Code: Imports System.IO Namespace modCanMediaStructures Module...
View ArticleVB6 - Fast Inverse Sqrt
a=1/Sqr(b) is an high time consuming operation. This function is intensively used in vector operation, such normalization: eg: D=sqr(dx*dx+dy*dy) , dx=dx/d , dy=dy/d In C and other languages there's a...
View ArticleVS 2010 [RESOLVED] Closing smtpClient
hi everyone again , im making a program that sending a mail.. here i wants 1.save richtextbox as any txt file anywhere in my computer 2.add Attachment (that txt file) to my mail 3.send mail (without...
View Article