Search:

Type: Posts; User: Vb_Novice_User

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,544

    Form Reload/Dispose

    Hey Guys,

    I am using Vb 2008 Express Edition.

    I have only 1 form with 10+ arrays. My app runs a few calculations and finally plots 2 graphs.

    The first time I run my program, everything...
  2. Re: Dynamic Update of PictureBox

    Hey jm,

    Thank you, I got it to work :thumb:
  3. [RESOLVED] Dynamic Update of PictureBox

    Hey Guys,

    I am using Vb 2008 Express Edition. I have a Picture Box (PictureBox1)and a Text Box (tbxL1) on my form. I have my Following code in my Text Box Leave event:


    Private Sub...
  4. [RESOLVED] ItextSharp - Inserting Images to Cell

    Hey Guys,

    I am trying to insert an image to a table cell, using ItextSharp pdf library file. The problem is when I add the image, it's getting over sized. Please see attached file. There are two...
  5. Re: Dialog box for saving folder

    Imports System.IO

    Public Class Form1

    Private Sub SaveAsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveAsToolStripMenuItem.Click

    ...
  6. Re: [RESOLVED] Passing Var. multiple forms

    Hey thanks :thumb:

    I got it to finally work.

    I first set all the variables that I am passing on, from form1, as "Friend" and in my form3 "Exit button click event" all I did was:

    ...
  7. Re: Passing Var. multiple forms

    It's difficult to explain, but here goes:

    I button click form1 to open form3, input data, do my calcs, save file as and close form3. I open form3 again and form3 doesn't remember previous input...
  8. Re: Passing Var. multiple forms

    Code on form1


    Public Class frmMain
    Dim strWeldTypemain As String
    Dim dblWeldLengthmain As Double
    Dim dblEccentricitymain As Double
    Dim dblFactoredLoadmain As Double
    Dim...
  9. [RESOLVED] Passing Var. multiple forms

    Hey Guys,

    I have Vb 2008 express edition.

    I have a "Open File" menu on form1 that reads the user input data from the selected file, stores them into variables, passes on the var. to my form2...
  10. Replies
    3
    Views
    534

    Re: Common Dialogue Box

    Hey ForumAccount thanks for the reply. When I run the code below, my inputis still saved on the same line. How am I to use Environment.NewLine?


    FS.WriteByte(Asc(txtInputd1.Text.Chars(I)) &...
  11. Replies
    3
    Views
    534

    Common Dialogue Box

    Hey Guys,

    I am using Vb 2008 Express edition.

    I am creating a menu strip for the "Save File As". I want my code to save the user input data to a text file. I want each input data to be saved on...
  12. Replies
    3
    Views
    649

    VS 2008 Re: .NET PDF Class

    I recently integrated pdfSharp, a free pdf library, into one of my app. It's fairly easy to use. It let's you to create PDF documents w/o using a 3rd party pdf writer.

    ...
  13. Re: Vb 2008 + SQL Database error

    The DB is finally working :thumb: Thanks.

    I had to go to services and make it run. For some reason Event Log was disabled :confused:

    Stupid windows !! :mad: You start up with one very simple...
  14. Re: Vb 2008 + SQL Database error

    Hey chris,

    Thank you for the reply. I do have vbexpress, and all my key values match the ones you provided.

    But when I run eventvwr I get a Event log service is unavailable. Make sure the...
  15. [RESOLVED] Vb 2008 + SQL Database error

    Hey Guys,

    I have VB 2008 Express edition.

    I downloaded SQL 2005 express edition. When I try adding a database to my app VB throws a Cannot open log for source 'Vbexpress'. You may not have...
  16. Re: [RESOLVED] Adding PDFSharp as reference

    Thank you jm,

    It took me a while to figure out how to implement this into my original app. Finally I have both my graphics and text in a pdf doc w/o using a 3rd party pdf writer :thumb:

    More...
  17. Re: Adding PDFSharp as reference

    Thank you, jm

    I was able to find a PDFsharp-MigraDocFoundation-Assemblies-1_31 which already had the dll extracted.

    I copied the Hello World prog from.
    ...
  18. [RESOLVED] Adding PDFSharp as reference

    Hey Guys,

    I am using Vb 2008 Express Edition.

    I am trying to use PDfSharp to create my output file as a PDF document. I downloaded PDFSharp-MigraDocFoundation-1_31. It has many folders. I...
  19. Re: Object Disposed Exception - Multiple Forms

    It Works!! Thanks guys :thumb:
  20. Re: Object Disposed Exception - Multiple Forms

    @ myForm.Show()

    See attached file.

    Thanks,
    N_U
  21. Re: Object Disposed Exception - Multiple Forms

    I don't know why it does not work for me :confused:

    I tried the same code on a fresh app, it still throws in the same error.

    Initially I had only form2. I still have it as a backup, but it is...
  22. [RESOLVED] Object Disposed Exception - Multiple Forms

    Hey Guys,

    I am using VB 2008 Express Edition.

    I have an app that has 2 forms (will be adding more). Button click on form1 opens form 2. The first time I run my app everything works fine, but...
  23. Replies
    4
    Views
    5,367

    Re: Save Picturebox image to file

    Hey jm,

    I got it to work perfectly !! :cool:

    Thanks a lot

    Novice_User
  24. Replies
    4
    Views
    5,367

    Re: Save Picturebox image to file

    Hey jm thanks a lot for your help. Can you see what I am doing wrong:



    Private Sub DrawLines(ByVal g As Graphics)
    Dim blackPen As New Pen(Color.Black, 2)
    'These command statements...
  25. Replies
    4
    Views
    5,367

    Save Picturebox image to file

    Hey Guys,

    I am using Vb 2008 Express edition. I have created an image with line on the picturebox. Here is my code:


    Private Sub PictureBox2_Paint(ByVal sender As Object, ByVal e As...
  26. Replies
    3
    Views
    968

    Hiding an item in a Combo box

    Hey guys,

    I am using VB 2008 Express Edition.

    Say I have Combobox1 with items (1)Breakfast (2) Lunch (3)Dinner
    and I have combobox2 with items (1)Apples (2)Bananas (3)Grapes(4)Oranges

    Now...
Results 1 to 26 of 26



Click Here to Expand Forum to Full Width