Can't Open Form1.vb File Into Pictures
Jul 6, 2009
On visual studio 2005 how do i come back to work on the for want of a better way of describing it "the picture way of coding" i have spent before lunch "drawing" my windows application and now i want to link the boxes and the buttons etc but i can't open the form1.vb file into the pictures.
View 3 Replies
ADVERTISEMENT
Mar 27, 2009
I have been converting my VB6 programmes to VB 2008, and I am beginning to regret it.According to the books that I am reading on the subject, I can call a second form from the first one. That is, when the first form code has completed, and the final line reads:
frmForm2.Show()
the second form should open and wait for input.This does not happen, the form flashes and then disappears without allowing any input, or button click.I must admit that I preferred being able to start from a module, with a Main() sub, which then read the forms, a la VB6. everything seemed to work fine then.
View 16 Replies
Feb 4, 2012
When I hit the submit button I want the entered data to appear in textboxes on groupForm, but this isn't happening. I have to restart the form or hit the Refresh button for the data to appear.[code]...
I added groupForm.populate() at the end of the latter function for testing purposes, but I know that shouldn't be necessary ("populate" just loops over all items in the ProfitObjects array and calls NewProfitObjectsItem for each one).
Anyway; when I submit the data from the second form, the groupForm doesn't automatically show the new data. I either have to hit the refresh button or restart the form (it calls populate() on form load).
I simply want the new item to appear immediately after Submitting it. And it should, because that's what groupForm.NewProfitObjectsItem() does. And to top it off I added groupForm.populate(). I'm assuming it's not working because it's called from an external form, or because the other form is open/has the focus.
View 2 Replies
Mar 7, 2012
I have the listview1 saving writing good.List view is two columns First column name Second Column being URL. [code] What I can not figure out is how to get the url located in column two to open a the webbrowser1 in form1.
View 4 Replies
Aug 2, 2011
i have my database table in textbox i want to add a comment button when they click on that it should open a new form with another textbox from the same table.my problem is i cannot get it to load the selected rows comment colum.
My table is containing for example, username, password, name, surname and comment
on form1 i have username, password, name and surname with a button that should open form2 with comment with multilines.so if i have selected a username for example test and i click on comment i want to add data to the username test.
View 2 Replies
Mar 28, 2009
ok when i click a link in webbrowser1 it opens up IE is there anyway when i click a link it will open it in a tab in my form1 in a webbrowser ?
View 5 Replies
Apr 25, 2010
I have two forms. Form 1 you click a button, and it opens Form 2. Form 1 is still open.
When you click a button on Form 2, I want to run a Private Sub that is on Form 1, whilst Form 1 is still open.
The idea is that the data i've entered on Form 2, once I close this form, I can continue working with Form 1 with the updated data without having to close and re-open it.
View 2 Replies
May 30, 2009
im trying to open another form2/app that have music but i wanna stop the sound in form1 from playing when form2 open?
View 1 Replies
Jun 10, 2009
I would like all additional forms opened by some command the user performs on the Form1 to open in the center of Form1, no matter where the user has physically moved Form1 on their desktop screen. The application itself (Form1) is a small box with dimensions of 442x306 that will open even smaller forms on top of itself. Right now, I have everything positioned to open in the center of the screen so, in theory, everything works/looks fine as long as the user doesn't move Form1 anywhere.
View 15 Replies
Jun 1, 2012
I know how to open local .msg files in webbrowser in html format.The problem is when the .msg has embedded pictures, the only thing that appears is a blank space ("picture not found") where it is supposed to be.If I open the .msg file in Outlook, I see the images correctly, but in my program I can't see embedded pictures.
View 2 Replies
Sep 9, 2011
Using VB 2008:Situation: A Form1.BackgroundWorker calls a Form1.subroutine. That sub starts a Form1.Timer with Me.tmrOK_BlinkForm.Enabled = True...fires Timer code in event: Public Shared Sub tmrOK_BlinkForm_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles tmrOK_BlinkForm.Tick
Form3.Visible = True
Form3.Label1.Text = gNowButtonDispText
Form3.BackColor = Color.White
Form3.Refresh()
[Code]...
There must be a way to do this, I just need the correct BackgroundWorker Syntax send Stop commad to Form1.Timer from Form3.Click_event...all inside a Form1.BackgroundWorker thread started in Form1.
View 4 Replies
Oct 27, 2009
In my window application, Form1 variable eg. Public str as string. value blank/null when move to Form2 and Back to Form1. How to maintain Form1 varable's value when back to Form1 In vb.net if any one know, reply me soon
View 2 Replies
Feb 16, 2009
I have got 2 forms ----- form1 and form2
i wanted to navigate from form1 to form2. and then close form1
i did the following code.
-sub form1 _ page load
dim form as new form2
form.show()
me.close
-end sub
i also tried -- form1.close() and form1.dispose() but all in vain
Problem is that my form1 is not getting closed
View 7 Replies
Jun 12, 2010
I have an aboutbox1 and form1..I also have a button. When I click the button it runs the backgroundworker. My background worker then opens form1.My backgroundworker doesnt just open it, it does alot of other stuff so don't ask why im doing it like that.My problem:When the background worker opens form1, form1 is not responding.
View 3 Replies
Oct 21, 2010
Which different abount Form1.Close and Form1.Dispose?
View 1 Replies
Jun 10, 2009
Private Sub Button3_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
'Para abrir un formulario independiente /Open independent form
[Code].....
View 2 Replies
Nov 8, 2009
Im using a black n white image of a human as my back ground and panels to display the same bits in color when the area is clicked. What isn't working for me is the panels are slightly overlapped and one will always be on top of the other. it is transparent so you can see the back ground, but not the panel underneath it when it has a picture in it.
View 6 Replies
Jul 20, 2009
I am using the fileupload control in asp.net. I want the browser to only show pictures. I am currently using validation to ensure they only select images but how can I make the browser only search for images?
View 4 Replies
Nov 12, 2009
cannot view pictures with pdf auto-file?
View 3 Replies
Nov 5, 2010
How can i store pictures in a .avi file with visual basic 2008 and play it with Windows Media Player or other players
View 4 Replies
Apr 8, 2010
I need to be able to start with Form1, move to LoginForm, then back to Form1 taking 2 variables and the "values" they have in the LoginForm back to Form1 and using the variables. I start with the main form (Form1) and have the user enter some information. Once they click OK I have the LoginForm open. After they enter their credentials I will check to make sure they are legal users, then go back to Form1 (here is where I need to take the Username and Password with me) to log onto a server using the same credentails from the login form.
View 1 Replies
Jan 9, 2010
I have these code in my project one from my lecture one that i did myself [code]what is the difference between "dim" something as new form than using the form name straightaway?
View 2 Replies
Mar 30, 2011
I am getting this error: The class Form1 can be designed, but is not the first class in the file. Visual studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. What I have done is in the design window I have put Imports System IO right at the top where should I move it too As when I look at the code it is endless with all the Me. info about everything???
_ Partial Class Form1 Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
_ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose()
[Code] .....
View 1 Replies
Jun 9, 2010
I'm trying to find a way to pass a file extension to get the file extensions 16x16 image that is registered in the windows file types if that extension is registered that is.
View 2 Replies
Sep 27, 2010
I'm trying to move a lot of pictures from FOLDER A to another, FOLDER B. However, some of the pictures already exists in the FOLDER B. This stops my program saying it cannot copy the pictures over because they already exist. I'm trying to make it so any pictures from FOLDER A will copy over the pictures in FOLDER B if they are similar in name. Like... Folder A's pictures will just replaced the Folder B pictures if they have the same name. I was told to use the System.IO.File.Copy tool. Here is my code.
[Code]...
View 5 Replies
Nov 2, 2011
Visual Basic 2010 Windows Forms Application I am trying to create an application that will allow a user to choose from a menu option in ListBox, click "Play" button, and the application will play music, and transition between 3 pictures.
View 4 Replies
Jul 29, 2011
I want to show pictures on a PictureBox. Pictures are stored on an accdb database's field (that field's type is "attachment"). Below you can find more details.
i have an access 2007 database (accdb), it has only one table named "TbResimler".
In that table, i have these fields;
Field Name Data Type Description[code]...
View 3 Replies
Aug 31, 2008
Here is my code: [URL]..The goal is to get file path that was selected by the user in the Form1 class, transfer it to the File class, and do various things from there such word count, syllable count, etc.However Visual Studio says filePath isn't declared in the File Class, even though right above it you can clearly see it is.
View 6 Replies
Jun 9, 2011
I have a program which has 2 forms. I execute form1 first because it reads files and then writes to a file. Then I execute second form (form2) that will read the file created by form1.
How could I make form1 start form2 once it finishes reading file and writing to a file?
View 7 Replies
Mar 11, 2010
I have login form as start up form and i call Form1 after successful validation and in Form1, i have close button on click of Close i would like to reset username and password fields on loginform to null. If i add code in form1 below i get exception Dim fmLogin As New LogInForm
An unhandled exception of type 'System.StackOverflowException' occurred in System.Windows.Forms.dll
Make sure you do not have an infinite loop or infinite recursion
I get above on LoginForm below statement Dim fmMain As New Form1
View 1 Replies