Having problems with my Array :(
Check the results of Number of Agencies Needed after clicking Select Media and Estimated Fund. Then select the names of the agencies from the agency listbox on the left and click Add Agencies....
View ArticleVS 2010 Add Delay To When A Process Has Exit
Me again, hmm scrap "displaying a %"......... how can i update label5 and set a 3/4 sec pause if the process has exited, i tried: Code: If (myProcess.HasExited) Then...
View Article[VB.NET] Right Click Textbox, open contextmenustrip and insert time in that...
I Have 20 textboxes and a contextmenustrip with 'Insert Time' and 'Insert Date' linked to Shortcut keys. How do i tell the program to insert the time in the selected textbox? I Have no idea even were...
View ArticleVB 08 Auto Click on Submit Button?
Code: WebBrowser1.Document.GetElementById("NewTag").SetAttribute("value", txtTurbo.Text) WebBrowser1.Document.GetElementById("claimIt").InvokeMember("Click") So basically what this...
View ArticleVS 2008 Youtube Player
Hi there! So, I have been trying to build a player that plays YouTube videos. But I don't know how to built the controls: ex.: Play/Pause,Stop,Back/Forward and Volume I saw three controls that could...
View Articletextbox - array - replace - sendkey
Code: Dim newstr() As String = {"{!}", "{%}", "{/}", "{{}", "{}}"} Dim oldstr() As String = {"!", "%", "/", "{", "}"} Dim notreplaced As String Dim text1 As String Dim x As Integer...
View ArticleVS 2010 [RESOLVED] Rename a file
Hi, I was hoping someone could offer me a little help please? I'm looking at a way to rename files in VS 2010, now I would use the following method Code:...
View ArticleVS 2008 Web Browser in two forms?
Hello everyone, I am very confused with this. I have one web browser in "Form1." I added another form called "Form2." I am trying to have a button in "Form2" so that when someone clicks on the button,...
View ArticleGet HtmlElementCollection From HttpWebRequest
So im using this function to go to websites Code: Function Website(ByVal Link As String, ByRef Cookie As CookieContainer) Dim request As HttpWebRequest = DirectCast(WebRequest.Create(Link),...
View ArticleChange a Pretest to a post test
Change a Pretest to a post test My instructions for this assignment is to changing the pretest loop to a post test? I've gone over the text book and can get all the definitions but can't find how to...
View ArticleOne textbox, user input array
Attachment 98085 Extreme beginner to VB. I have to create something that looks like this and make it so that the user can only put in a max of 10 grades. It's required to use an array, and the major...
View ArticleVS 2008 Just a simple program.
i' have a program . a lending program what i want here is to transfer the schedule.vb to loan_calculation.vb i mean i want to have a sing form. because the project contains 2 form what i want here to...
View ArticleVS 2010 Open Folder Dialog with Open File Dialog GUI
I really dislike the GUI for the Open Folder Dialog window. I like the side panel that the open file dialog (and save file dialog) have and would like to have that type of GUI as it is so much easier...
View ArticleCan't get TextMode=Password to work?
I have a textbox control on my webpage. It's used for a password and I have the TextMode set to "Password". However, when I load the record instead of the black dots showing up, their's nothing in the...
View ArticleVS 2010 Trial Version
I see that there is a Shareware Starter Kit for C# applications that has code for limited trials, secure activation, registration and Paypal integration. Does anyone know of any such software for...
View ArticleVS 2010 Adding items to a String array, from an existing array
Here's my code. Sorry for the awful conventions, but they are meant to be like this. Code: Public Function charliebrown() As String Randomize() Dim charlie() As String = New...
View ArticleVS 2010 scheds is not declared.
hello everyone i need your help : my problem is in the btnshedule i dont know why? error : Code: Error 1 'scheds' is not declared. It may be inaccessible due to its protection level....
View ArticleAbsolute TOP most window, is it possible?
I have an app that makes calls to other apps & processes. Sometimes they overlap my windowless app & make the Windows task bar even appear over my app suddenly. Other times I get flashes of...
View Article[RESOLVED] Help with Code, PLEASE
I am attempting to populate a drop down from a text file, the cod is below, and I've attached a data file I'm getting the text from. Help if you can, What's happenuing is if i rem out the lower code,...
View ArticleGetting a random image from a database?
Would anyone know how to retrieve a dataset of images from a database and then randomly select one? Thanks,
View Article