VS 2010 [HELP]Grab text from website to textbox
HTML Code: <input id="email" type="text" readonly="readonly" value="email@email.com" /> Hi, can someone teach me how to grab the text email@email.com to textbox?
View ArticleEditing an excel file downloaded from a server and opened with Process.start
Hi, I have a template that is an excel file. This template had been uploaded to the server. My application downloads this template but I would like to populate it with values from the application. I...
View ArticleHelp With Combo Box
Hey guys, im getting this error trying to when trying to import a txt file and use it as my combo box. "Handles clause requires a WithEvents variable defined in the containing type or one of its base...
View ArticleVS 2012 startup object
in vb6 i know i can choose sub main as startup object but in vb2012 i dont see that startup object. how can i use sub main in vb2012?
View ArticleVS 2012 Encrypt/Decrypt an Object
In VS2012, Visual Basic, is it possible to encrypt/decrypt an object? If so, is it similar to a serialize statement with a Cryptography stream, except rather than saving to file, an encrypted object is...
View ArticleVS 2010 Simulating a link click
There is a part of an HTML code of my website www.mysite.com Code: <span id="my-footer"> Â Visit my <a target="_blank" href="http://www.mysite2.com/">second website</a> </span>...
View ArticleWebbrowser how to exit site (Leave this page, Stay on this page)?
Don't navigate google.com, javascript msgbox (Leave this page, Stay on this page): Code: WebBrowser1.Navigate("http://www.4guysfromrolla.com/demos/OnBeforeUnloadDemo1.htm")...
View Articleneed help with whats probably basic code
im trying to make something were if I click a label it will change the colour of the icon in the label so that it becomes visible when I click it nothing happens this is the code Code: Public Class...
View ArticleVS 2008 Disposing an image file
I'm having trouble unlocking a file. I'm trying to read an image, process it and then delete it. The command dispose doesn't seem to unlock the image file. This is the error I'm getting. The process...
View ArticleVS 2008 How to create a Timeline?
I have been tasked to add a function to our application that Graphically displays the service history of a specific part being fitted to a specific machine. This graphic display would be in the form of...
View ArticleVS 2012 Best approach to animating lots of images?
I need to do simple 2D modelling of atoms & molecules (random walk motion etc) but am not sure of the best approach as there seems to be many ways of animating on a form. My own simple experiment...
View ArticleVS 2012 question about vb.net and crystal reports
what version of crystal reports works with vb.net 2012?
View ArticleVS 2012 question about dll and ocx
In vb6 I know how to create dll and ocx and how to compile then and use them on the project references but I dont know the following in vb.net: a. how to create ocx or do we need to create ocx on NET...
View ArticleLast row in Microsoft.Office.Interop.Worksheet
In Excel Worksheets("Sheet1").Cells(Rows.count, 1).end(xlup).row will give me the last row in column "A". What is it in VB.net? Sub LastRow() Dim xlApp As Microsoft.Office.Interop.Excel.Application Dim...
View ArticleVS 2012 Express: File Search Using Explorer Dialog Window
I'm using a small project to search for files. What I'm finding is that while this does recursively search, there will be times when I want to target a specific folder inside of the search area. I...
View ArticleVS 2012 vb.net reference
I am using vb.net 2012 and right now I am trying to figure out about reference. And I arrived in Reference Manager and I wanted to access crystal reports activex designer and runtime library 10.0, I...
View ArticleVS 2012 vb.net toolbox
hi, I added new com components to the toolbox which is crystal activex reprt viewer control 10.0 and i was successfully added but when I drag it to the form it causes the vb.net IDE to shutdown? what...
View ArticleInterTask communications. Service-to-UI
I have an old VB6 nt service that has a UI. The idea was that the service would start automatically before user logs in. It's a monitoring/logging system for some external devices. If a user logs in to...
View ArticleVS 2012 Need help!
I'll keep this simple. I have 3 TextBoxes: TextBox1TextBox2TextBox3 In the TextBox1 i have this text Rp.1,000.00 In the TextBox2 i have this text Rp.2,000.00 So, in the TextBox3 i want to have some...
View ArticleSave Listview XML
Every time i search i find loads of different approaches to exporting a ListView and sub items to XML. Kev offers loads of different approaches. http://www.vbforums.com/showthread.p...t%92s-contents...
View Article