form

  1. S

    Question Form BackgroundImage position

    Hi all, is there a way to put image in lower right corner of form by using BackgroundImage? sisquo76
  2. K

    Question WYSIWYG Form creator with .Net interface

    I am looking for a good form designer that has a separate WYSIWYG designer application to create the forms. It needs to be stand alone and not just within Visual Studio. It should allow easy creation of complex forms that can attach to a variety of datasources including text files and SQL...
  3. T

    Question Modal / Modeless Forms...

    Hi, This is my first post - I'll keep it nice and easy... :cool: Basically... I've got the following forms: SearchItemForm and ViewItemForm. SearchItemForm allows users to search for items within the system and displays the results in a list. Item information is shown via ViewItemForm, which...
  4. A

    Question how to make a vbulliten

    i want to make add a vbulliten to a frm .. can any one help?
  5. dominion_vortar

    Question Working with text files

    Hi, I have a text file containing 10 pieces of information. I want to read the information from the text file and put it in text boxes on a form, so that the user can view the information and edit if required. What is the best way of approaching this? Thanks for your time :)
  6. F

    Question Restore a windows form which is minimized and has lost focus

    Hi, I would really like a bit of a nudge in the right direction. I have created an app which has a timer control which, when activated and meets a certain criteria, launches a second form with an alert for the user to review and action. this works just fine. Except.... when the main app is...
  7. D

    Question Print the form?

    Hi im a complete beginner at this and i need to know if i can print the form in vb.net 2003? If you know how to do this please tell me. Thanks.
  8. seinkraft

    Question How to update a textbox on Form from a click on a button on a User Control?

    Hi, I need update the text of a textbox when I do click on a button on a user control. How I can do that?
  9. A

    Question Help with Button selection at runtime?!

    I use Microsoft Visual Basic Express edition 2008 on my Windows XP SP2 and in it, in a Windows Form project, I add a button to my default form and set it's flatstyle to flat and borderwidth to 0. At runtime, when I click that button, I get a black color hollow box on that button at it's...
  10. T

    Question Help with reading and writing excel spreadsheets

    Hey i need a program that will read data from 1 column in an excel spreadsheet and then find a specific character in each record then copy all text before that character into the column next to it. for example if you had an email address like johnsmith@hotmail.com in A1 it would take all the...
  11. eddyman

    show form random location

    ok some im working on a little project and i need my form1 to basiclly spam itself in random locations...is this possible?
  12. S

    Question Multiple forms open and close

    Hello, I have two forms frmMain and frmNew, and one module modMain. In modMain I hold public variables which are needed for application. My question is how to open and close those two forms when needed? I ask this because if i set frmMain as startup form, then when closed, application will end...
  13. P

    Record all sound from a form or control

    Hi, I need to record all the sound that is made from a flash swf in vb.net. I don't mind how I do it but I don't want to record all the sound from the whole computer through the sound card I only want the sound from my program. Doing it through a webbrowser control with the swf embedded in a...
  14. C

    Form has focus over others with project

    Hi, is it possible to have the same effect as a dialogue box, with form focus? eg, when using the open dialogue box, if you try to focus on another form within the app, it doesn't' let you and starts flashing. But when you switch to another app, it doesn't interfere.
  15. J

    Form Controls Visible Property Test not working

    Testing the visible property of a windows form control (textbox) does not seem to work until after the form has fully loaded. I've tried in the Load, Activated, and Focus events. It only works after the form has completely loaded and some action (keypress) is performed. I want to focus to the...
  16. M

    Show and close forms

    well i encountered another problem regarding the use of 2 forms, this was the problem...i had 2 forms one the main menu and the other a second form with details, so when i clicked on the main menu form to show the other form, the other form does show up but the main menu is still there.And in...
  17. M

    Linking forms

    I have problem linking one form to another like lets say i have two forms. The first form has buttons linking to other forms. So the main menu called mainmenuform has a button which when i click must show the the sales form called sales_staff and hide the main menu form so what is the coding for...
  18. M

    Creat form in a Do loop error

    Hi I want to creat new form in a loop in vb.net 2008 and I wrote like this but it wont work, the do loop is correct but the line where I "create" the form its an error, help please. Public Class Form1 Dim a(b) As Form Dim b As Integer = 0 Private Sub Form1_Load(ByVal sender As...
  19. formlesstree4

    Database Driven Login form with Admin backend (Image Heavy)

    Well, I asked around here, got a partial answer that really helped out, but I decided to write an official How To on a database driven login form. I'll include the Administration Backend to go along with it soon. Dial-Up users should not use this thread, it is image heavy So, here we go...
  20. P

    How do i get my form to change between different "pages" like in Java's cardlayout?

    How do i get my form to change between different "pages" like in Java's cardlayout? Hi! I am creating a VB.net program that should control som lab equipment. The user should be able to: - Create a new project, to start a new test session - Open a project, to start from an ongoing test. The...
Back
Top