Initiating HTTPWebRequest from jQuery
I need help, and a general understanding of how to use the HTTPWebRequest POST method. I need to pass a file from jQuery, Uploadify, on to a class file using HTTPWebRequest to issue multiple file...
View Articleno value given for one or more param required
i get this error "no value given for one or more param required " can you pleaze help me to solve this problem and thank you Code: connection.Open() Â Â Â Â Dim id = "Fournisseur" Â Â Â Â Dim xxx =...
View ArticleDo loop issue
good evening everyone, ok so i have a label(1) with a value of 10 in it i input a value through an input box of say 100 which goes to label(2). label 1 and 2 get added together and result is shown in...
View ArticleVS 2008 Displaying Javascript using the WebBrowser control
Hi All, Whats the best process for displaying the following HTML using the WebBrowser control i have never attempted to display <Script> data before and am not sure of the correct course of...
View ArticleVS 2010 Control each pin of serial port
Good morning everyone, I'm building some gadgets using software Vb.net and Arduino Now, I'm a little problem and I doesn't know how to solve it. One of this gadgets, must be wired, and I need turn on...
View ArticleVS 2010 Update one dataset with another
HI, In one application, I need to use two databases in different servers, and exchange information between them. I need to query one table with information in the other DB, and similar operations. My...
View ArticleVS 2010 [RESOLVED] MouseHover event for Multiple Controls?
Hi guys, my problem is this. I need to use the mouseHover event for many controls in my form (100+) to update a label's text when I hover the mouse over any of these controls. My question is, is there...
View ArticleClick Button in WebBrowser Control with changing ID
If I had a button with the ID of id="fbSingle_43b9a20f6f0e6bdcae16bc23192083" But besides the line "fbSingle_" Everything else changes upon the page refresh, how could I click the button using this...
View ArticleVS 2008 list box help
I have a listbox called filLoadFrom, and it is used to display file names of different .prx files for the user to select from so a page can maintain certain settings. If you click on a given item in...
View ArticleAutomatic editing batch of files
Hi all, First post, so I'm not sure if it's in the correct subforum. I'm using Visual Basic 2010 express edition for creating small programs at work (mostly CNC apps) to make my work lighter :) Now I...
View ArticleVS 2008 Playing a sound - input box
just a little question. is it possible to play a sound after "ok" is clicked on an input box thanks in advance for any help
View ArticleDo loop help
My homework assignment is to: Quote: Create a new application that lets the user enter a number from 1 to 1000. Then generate a list of random values and place these in a listbox. Stop adding numbers...
View ArticleHow to make a new control and move in runtime.
Hello, I am a recent convert from VB6 to 2010VB express. In .net, how would I add a control (lets say a panel), and move it down the screen based on the ticks of a timer. In VB6 I would use a timer...
View ArticleVS 2010 updating new values.
Here is the state problem : 6. Display the average GPA for all the students, the average GPA for the male students and the average GPA for the female students. Your application must update these three...
View ArticleHelp Object reference not set to an instance of an object.
/ using vb.net 2010 /using m.s access database i already finish my program and the program works perfectly by using a single table in Microsoft Access. but when i tried to add a new table and set a...
View ArticleVS 2010 Creating New Objects
I have a Class called Test. In this class, I have a List of Type Class1. When I create a New Test Object, I am wanting to setup the List of Type Class1. Should this be done in the New method of class...
View ArticleDimension and Input a 3x3 Array
How do you dimension and input a 3x3 array? This is my wrong attempt: Dim arr As Double(3,3) arr={1, 2, 3;4,5,6;7,8,9;} Please give other ways or methods of doing the same thing! Also ways of printing...
View ArticleVS 2005 How To Make The Progress Bar A Shot-Power Bar?
I'd like to know how to make the Progress Bar a shot-power gauge/bar. In example, if the Minimum = 0, and Maximum = 100, when the Progress Bar's value comes to 100, it will decrease again to 0, the...
View ArticleVS 2010 Splitting One line of Text into 6 different fields and vice versa
I am trying to write some code that will split a single line of text into 6 different text fields, like An Address. I have started and think I understand the concept. I assume I need to take the text...
View ArticleVisual Basic 2008 Express vs Visual Basic 2010 Express
Hey, I've been thinking of installing Visual Basic 2010. I can't install VB 2012 though because its not compatible with Vista according to Microsoft's download site. But I've got a few questions: What...
View Article