Reading the top attributes of a xml file
Dear all, Trying to read the attributes in the next xml file. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Address streetname="Robinsonstreet" number="142"...
View ArticleVS 2010 Object Instance of hWnd X
Hello, I'm trying to find a way to use win32 APIs to get an instance or even reference an object from a 3rd party software which I am allowed to do so by the producer of that 3rd party software. Would...
View ArticleManipulating Java Applet Fields Within Webbrowser
Hello, I'm currently designing a program to automate the submission of data to a Federal regulatory agency. It will pull data from excel sheets and populate the corresponding fields online. I had no...
View ArticleVS 2010 VS 2012 issues with webbrowser Go_Click - WB.Navigate(Me.cbURL.Text)
Attachment 98253I've attached my code below. The browser opens fine, but when I try to enter an URL, for ex. www.google.com It takes me to: Private Sub BtnGo_Click(ByVal sender As System.Object, ByVal...
View ArticleNeed help making Console App program
Hey, Thanks for reading I am currently trying to make a Console App that will compile a Lua script or assembly i have, then write the assembly to a process using WriteProcessMemory. I'm not sure of how...
View ArticleWindows Service
I have never tried writing a service before and I'm little stuck on how to start it!! I need the code to run: Every 30 seconds get an ip from an mdb (or ini if it's easier) then ping the ip. Then move...
View ArticleNeed a little help with Data/Sorting/ Grouping
IT has been Awhile since I have done anything in VB (and I wasnt an good at it before) and Need a little help/kickstart to get me moving in the right direction on some datasorting. I have a Table of...
View ArticleFTDI in Form and Console Problem
Hi all, I have been trying to use Visual Basic Express 2010 to create a GUI for displaying data streams via USB port using the FTDI chip and the D2xx driver which interfaces between the computer and a...
View ArticleSum column in datagridview???
I have datagridview with column "date" and column "numeric". date(datetime)............ numeric(string) 1/2/2012 ..................... 4 2/2/2012 ..................... 5 2/3/2012 ........................
View ArticleVS 2010 Displaying code in connection with progress bar
Hi guys i have some problem. I'm writing a program right now and I want to do a place which will show my code phrase in connection with progress bar. I think this screen shot will tell you more of what...
View ArticleVS 2010 Skipping Problem Lines
Hey Guys, I have coded a small file formatter: Code: Module functions   '// Keep our functions here...   Function fixAccountFile(ByVal strAccount)     '// First split the HOST/USERNAME/PASSWORD...
View ArticleVS 2010 Distributing items across several listboxes.
Hey guys, long time since I posted here. I've been working in C#, and have yet to find a decent *ACTIVE* C# forum for help... So, heres my scenario: ListboxQueue 1: 80 Items. (Queue) ListboxWork...
View ArticleWhats the code for compiling an assembly? please help
Thanks for reading, I need to know what the coding is for compiling in vb 2010. i need to compile an assembly then write it to a process
View ArticleVS 2010 Issue with code
I'm having issue with importing theses codes Imports I_Music_Player.Extensions Imports I_Music_Player.Utility.Http Imports I_Music_Player.Utility I need help can you guys help me
View ArticleIssue with Arrays
Ok in my practice game I am making I am trying to load all the rectangles I've created on Form into an array I started with Dim recWalls(9) as Array Now all my rectangles I've named R1, R2, R3 and so...
View ArticleWhy do you call variables like this ?
Hi ! I want to ask a simple question, why some people call variables like _Name or szName ? I saw it in C++ also, does it mean something ? I saw things like this: Code: Dim _Name As ... Dim szName As...
View ArticleHow do I save selected listview items to user selected text file?
Hi, This is a follow on from this post http://www.vbforums.com/showthread.p...osen-directory Thank you .paul and IanRyder for your help so far. This is what I've got so far Code: Public Class Form1...
View ArticleVS 2010 [SOLVED] fit image into picturebox
Hi all. I have a picturebox, but the image is too big to fit into it. Even if the form is maximised, the image is still to big to fit into the picturebox. Changing the sizemode property does not...
View ArticleVS 2010 strText + anything else (Get inside for my info)
Hey everyone. I'm working on a spech reognition module to put in my software for easy use. Now. The speech recognition works fine, but I have a question on something I want to do. I have a String...
View ArticleVS 2010 declare/dimension multiple object using for, possible?
forse mi sono espresso male i have to declare multiple ojject, in this particular case streamreader/writer whitout declare all manually for i=0 to 50 dim variablename(i can use i value too) as new...
View Article