VS 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 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 Article[RESOLVED] Random Number
Hi, Could anyone advise me on the code for generating a random number between 1 and 100. I'm looking for something on the lines of; random number = Int(Rnd * 100) + 1 The code above works, but always...
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 ArticleIssue with excel macro.
Hey guys, Need to be honest, total noob when it comes to VB but really keen to learn. (about to study this at uni :D) I have an issue that I don't know how to resolve. In excel 2010 I have a pivot...
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 Articlemsflexgid subtract or add quantity column from database if transaction was...
hi!can anyone please help me how to code the addition of msflexgrid quantity value if transaction was cancelled..my system was called point of sale system...
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 Article[VB.NET] Need more fine explanation about Tu and Tv parms.
Of course i know that vertices.add need more than x,y and z. On my book it says that Tu and Tv is a "corner" of the triangle. I don't really understand that. Can u point that out more?
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 ArticleTry-Catch Block
Hey everyone my name is Mike and I am in a programming class but I am having a hard time getting my try-catch block to work with my coding. I can please have some help understanding it better also here...
View ArticleAttach SQL Database
Hi I have SQL Database (.mdf) files . Is it possible to attach it to SQL using Visual Basic as front-end , or we can do it only through SQL Management Studio Thanks
View Articlestring diff algorithm ?
Hello, does anyone of you know VB6/VBA code that can compare 2 strings and visualize the changes? The result should be a HTML or RTF string, in which changed / added / removed characters or words are...
View Article[RESOLVED] [VB6] Opening Form in Mouse Y, X
Hey guys i need to open a Form in the current X, Y of the mouse, basically like a menu. I don't have any idea how to do that :/ Because if i find the x, y of the mouse the form will not open in the...
View ArticleVS 2010 One Question
hey experts, i have one single problem hope any of experts can solve im trying to run a thread multiple times at the same time, but with different values here is what i mean private sub listing() for i...
View Article[VB6] Find Screen color
Hey guys i need to find a color in the screen ( monitor ) using the mouse, like an eyedropper tool, any help ? I would appreciate some help C: - Help me Please *-*
View Article