Add list to Word template with table :)
Hey Guys, My current goal is to take a list that I have and simply populate a table I have in a word template. The only question I have is how do I take a hold of the table? Once I declare Code: Dim...
View ArticleHow to show the drawing in the image??
Now I am doing paint application but the problem that i had is when i open an image to my picture box and i choose to draw on it or use other tools in my paint its didn't show but the strange thing is...
View ArticleVS 2008 [RESOLVED] VB dynamic array from objects
Hi, I'm working on some automation for MS Reporting services and I have following problem, I need to convert array of objects into array of object with dynamic size. Original working code is: Dim...
View ArticleCrazy conversion of unique integer to alphabetical string
Hey guys, got another crazy idea to throw at you :) I have a string that is comprised from two separate unique numbers (Only Numbers, that are random lengths) Code: Dim PrePhrase As String =...
View ArticleVS 2010 Problems with Case Statement
I am very new to visual basic and I am having problems with my code. I think it is my case statement. Everything else is working fine. But when I try to calculate the commission it returns a $0.00...
View ArticleEditing text file issues
Using MVSE 2012 when use this code it says the file is still inuse after it loads not exactly sure how to fix this Code:     Dim line1, line2, line3, line4 As String     Dim path As String =...
View ArticleVS 2010 Game Controller on VB?
Is there a way to accepts button pushes & DPad control from a USB game controller? To have it tab over & select a new current active object or to move a picture on the screen? Is XNA the only...
View ArticleVS 2010 Call Function
hi.. I'm new to vb.I'm using vb2010. I have declare values to comboboxes and i want the value to pass on to a function.Here is the code Private Sub InitialData_Parameter() Dim M3S As String = "m³/s"...
View ArticleVS 2010 WebBrowser Contol - submit form to default/shell web browser?
i have a webbrowser control in my VBForm. it looks for a website on my site and displays it. there are form submit buttons in that WebBrowser1. i would like it to be so that when they click a button in...
View ArticleVS 2010 Mouse buttons on WebBrowser
I am trying to get the mouse events on the WebBrowser. I found the following code that will do one of the events - but I want it to do middle mouse button down AND middle mouse button up. I have never...
View ArticleRe: Accessing Controls from Worker Threads (JMC)
John mention's we should avoid calling the middle man if we know the UI thread needs access. How ever would it be more suited if we wanted to update more then one control to either invoke the control...
View ArticleVS 2008 How many backgroundworkers at the same time ?
Hi ! I have a app with 29 backgroundworkers, all are mentioned to work at the same time, all contain a loop scanning the process memory (1 loop takes ages, i split the memory to 29 parts and scan them...
View ArticleOption Strict w/DataRow
I'm having trouble with the code below. The error I'm receiving is "Option Strict On prohibits operands of type Object for operator '+' on the 'dRows(0)("Ordered") += dRows(x)("Ordered")' and...
View ArticleVS 2010 MS interop and ACE versions question
I'll try not to make this to confusing. I just developed an app that uses an Access accdb database. All the workstations were suppose to have MS Office 2010 with Access installed. I installed the app...
View ArticleVS 2010 Help Connecting to a PIC (with ENC24J60) over LAN ethernet using...
Hi all, I'm trying to adapt a project. I have a PIC18F45K22 with an ethernet controller (ENC24J60) attached to it. It has been programmed with BASIC code to allow it to be a web-server. The basic idea...
View ArticleVS 2010 How can I export files out of another file?
I think I've posted this before but didn't get an answer I was looking for. I'm working with the main file from a game. It has everything in it, maps, guns, music, etc... What I want to do is make a...
View ArticlePrinting content in Listbox
I am trying to print the content in my listbox after the program is run (The courses that are typed in, Total hours, Quantity Points, Total GPA). It is opening up my printer options but printing a...
View ArticleVS 2010 null reference exception error appear when calling function
hi,im new to this.i'm using vb2010. i'm having problem with null reference exception.This is the code. Code: Private Sub FillFilterInfo(ByVal pFilterNo As Integer, ByVal pFilter As clsFilter)...
View ArticleHow can i control the volume on a Radio I made in VB 2010?
Hello, I have created a Radio on Visual Basic 2010. I have added an HScroll as the volume and I wanted to now if someone could help me be able to control the volume option when I execute the program. I...
View ArticleNumericUpDown control event not firing
Well...I've Googled high and low on this one to no avail. All the posts referring to the event not firing have to do with entering text, not using the up/down arrows. The problem is simple...I have a...
View Article