Change DELIVERY Form As First?
Jan 7, 2012Im testing a program and want to display the DELIVERY form as the first form. I don't see the delivery form ?
View 5 RepliesIm testing a program and want to display the DELIVERY form as the first form. I don't see the delivery form ?
View 5 RepliesI need a delivery report when the sms was send. Which AT Command is used to enable the sms deliver report.
View 1 RepliesI am building an application that contains data that needs to be fed out to seperate groups of people.Sending them emails is the only way to do it but this takes ages to do.i need for example to send:
send to = textbox1.text
subject = textbox2.text
body = textbox3.text
I'm trying to code an application that selects an appropriate delivery method from a list box. The user should be able to enter a part number consisting of numbers and either one or two letters. I want to code it so that it does the above and displays an appropriate message when the part number contains an invalid letter or letters.[code]...
View 2 Repliesi am making a progrom to calculate delivery charges this depending on weight of the item.i enter the weight of the item in a text box i need it to calculate the shipping cost, currently i have something like this but it is wrong. [code]
View 5 RepliesI am trying to receive confirmations if a user read or deleted an email.Also, I would like to capture if the email was delivered.I have the delivery receipt working, but the read receipt is not working.The email accounts are used on a MS Exchange Server 2010.[code]
View 1 RepliesI'm working on a simple base form in which all the other forms in the project will inherit. This base form only adds 5 properties (at the moment) dealing with painting a gradient background. The problem I'm facing right now is when I change a property on Form1 (the test form) and click run it doesn't show that change. I also checked the .designer.vb file and when I make a change it's not added to the code behind file, I'm at a loss right now to why.
[Code]...
How can I get delivery notice, opened notice and other info if possible of an email.
View 2 RepliesI'm trying to code an application that selects an appropriate delivery method from a list box. The user should be able to enter a part number consisting of numbers and either one or two letters. "MS" representing "Mail-Standard, "MP" for "MailPriority", "FS" for "FedEx-Standard", "FO" for "FedEx "Overnight" and "U" represents "UPS" I want to code it so that it does the above and displays an appropriate message when the part number contains an invalid letter or letters.
Option Explicit On
Option Strict On
Public Class MainForm
[Code]......
well i successfully docked a perpixel alpha form with the main form(form1). but the perpixel alpha form always appears at the top left corner of the screen and when i move the main form the form(perpixel alpha form) inside it dosen't move it stays at the top left corner. ALWAYS. to dock the perpixel alpha form i used
Me.toplevel = false
Me.parent = form1
I am having trouble getting the Student Name entered in the Student Name Form to change the Text titles of the GroupBox's on the Main Form and Schedule Form. I understand the logic of what needs to be done to some extent, but I am having trouble coming up with the correct coding.
Below is a snippet of the Student Name Form code that I tried most recently just to see if I could get any change to happen to the other 2 Forms when the Accept Name button was clicked. As of yet, I cannot get a change to happen at all in the groupboxes of the other Forms.[code...]
In VB 2008, I have a Parent form with a combo box on it. There is a child form also with a combo box on it. I want to be able to change the values on the child form based on what the user selected from the main form. The user launches the child form from a toolbar on the Parent form. The following code is run:
[Code]...
What I want to do is if the Parent's combo box has "Red", "Blue", "Green" values and the user selects "Green", the child form's combo box(With the same values) will also change to "Green". (I do not need to change the Parent form if the child form changes.) I've tried changing the Child's combobox from the combobox's change event on the Parent form, and the code runs, but nothing changes on the child form.
How do I get a Listbox on one form to change a button value on ANOTHER form.
My script says
[code]...
A) pre-load a form so as to prevent lag/loading when the form is first opened?
View 6 Replieshow can i change the control from one form to another form in vb.net like for example in asp.net "response.redirect"
View 1 RepliesI want to change my controls opacity .I know how can i change the form opacity but I want to change the controls opacity without change the the form opacity , such as : "I want to set my form opacity = %100 and the button opacity = %50 " or "I want to set my form opacity = %50 and the button opacity = %100 " I'm using visual studio 2005 .net .I want to do that in basic language
View 3 RepliesI have one main form, and i want to dynamically change it's content, via pressing some buttons.Let's say i have a button "New user" and "Login", and if I press new user, i don't want to make new form + show, i want all labels and buttons of new user to be displayed right in the main form. And if i press login, the main form content to change to some labels and textboxes? All I can now, is just make new forms and show them to the user via .Show() command.
View 3 RepliesI want to change a button name of form1 and I want to do this from form2. When i click on a button on form2 i want to change it. I'm using form1.button1.text="Name" But i get the message: 'Button1' is not a member of System.Windows.Forms.Mainmenu
View 5 RepliesI have a RTB (RTB1). I have a "change font" button which allow the user to change the font of what ever text is selected in RTB1. It works just fine.Now I have added a second RTB on the same form. Of course that original "change font" button does not work because it works on RTB1, not RTB2. I know I could put a second button to change font in RTB2, but I would like a more elegant solution. How can I tell which RTB box I was in when i clicked on the "Change font" button?
View 7 RepliesI want to change icon of my form with a specified icon . How can i do that ?
View 1 RepliesI have a login form coded as :
[code...]
I wish to create a form for changing the password ,i.e., stored in the access database.
how to change the background color of a form created by code?TcoUpLoad (Vb6 and VbNet)
View 12 Repliesis it possible to change the content of the form rather than close one form and opening another in vb.net?
View 2 RepliesSo i want to change the location of my form so that it pops up in the lower right corner of the screen.
Form1.Show()
Form1.Location = (New Point)
Hey everyone, if Im using an instance of the same form 2 times, how can I change the text of the form? Ex: If I run the first instance of the form, it would say form1 in the top left hand corner... the other form, say form2?
View 1 RepliesWhat I can't figure out is how to change the title of a form. Meaning when it opens, at the top (title bar) it will say Form1 for example, how can that be changed?
View 2 RepliesI have a double type variable Sum and more than 1 textbox. When i divide one textbox value to another textbox value i got result of this type .00000000438000 and assign this value to another textbox. I want to change this value into exponentional form like 4.3*10-9. In which way i will change this value. I m trying my best effort bt i can't do this.
View 1 RepliesI created a questionnaire in VB express 2010 but the output is half of a A4 paper.I think that the problem is with the size of the form.The size of the the form is width:720 (the width is ok) and the height:820 (this is the maximum number).How can I increase the size of the form?
View 1 RepliesHow can i change the form text to the filename?Like in Notepad.It changes the text to something like this: "test.txt - Notepad"
View 3 Repliesi need to change the shape of the Form to appear somewhat like the pic attached > is there any plugin, application or any thing related to this
View 4 Replies