Search Result

Collapse
70 results in 0.0018 seconds.
Keywords
Members
Tags
vb6
  •  

  • zsolt szabo
    started a topic draw in imagebox

    draw in imagebox

    hi, i`ve got 2 imageboxes on each other.
    the one at the bottom displays a picture (image1), the other one is for drawing (imagedraw).
    imagedraw shows a line when i move the mouse on it, and if i move it a bit furthen than the previous line going to be deleted using "CLS", theres a "zoom" function which is changeing the size of the boxes, and strech them, when this happens the line has dissapear.

    i...
    See more | Go to post

  • how to connect 35 checkboxes using vb 6 to database?

    hi. im new with vb. i would like to ask how to code 35 checkboxes and connect it to database with a primary key (lets name it Patientno) and a label from another form that has the patient's name. i tried to use the if-else statement, but of course its an epic fail with he database.

    my DB looks like this (imagine it in DB)
    /* 1 is checked. 0 is uncheck

    Patientno ____ Patientname _______ chk1 ____chk2 ____ chk3...
    See more | Go to post

  • BeginnerVBProg
    started a topic Function from another form

    Function from another form

    I have a Public function in 1 form, its purpose is to load data into a listview, but why it doesn't work when i called it in another form?

    I used these line of codes but they doesn't work:
    Code:
    Call form1.loadAudit
         Form1.loadAudit
    loadAudit is my function..
    See more | Go to post

  • How to convert a Ms Access and VB6 programme to SQL server and VB6

    I had developed a VB6 programme using Ms Access but now I have to convert that to Sql Server/MySql. So how can I do that in less time?
    See more | Go to post

  • etienne zammit
    started a topic visual basic array

    visual basic array

    Good morning

    I have a array which contains the totals of all the dice simulations and would like to check the array for any duplicates and if present add them up and then display all the duplicates numbers and for each duplicate number show a bar and the total at the end for each duplicate number.
    Hope that maybe somebody can help me as been wrecking my head on it to no avail Thanks.
    See more | Go to post

  • muddasirmunir
    started a topic VB6 unable to run script error

    VB6 unable to run script error

    I had a vb6 application, I had once made the application using win7, but now when I try to run the application in win xp (even if i try to run exe or use the run function on vb6 programe to execute code) I am getting error that says something like that

    'Unable to run script'

    What the problem? why that error accrued?
    See more | Go to post

  • rajeshs1708
    started a topic execute more exe files in vb

    execute more exe files in vb

    Want to run 5 exe files step by step using single push button in visual basic.......any one help??????????? ?
    See more | Go to post

  • aniln
    started a topic how will i plot a ac voltage waveform in vb6

    how will i plot a ac voltage waveform in vb6

    how will i plot a ac voltage waveform in vb6,plz send me the code related to this to my id-anianil4u@gmail .com
    See more | Go to post

  • i want to send data from microsoft office excel 2007 to msflexgrid?

    hi all,

    how can send data from microsoft office excel 2007 to msflexgrid?
    example i want send data form A1-D1 in excel to msflexgrid.

    help me from this code. thanks
    See more | Go to post

  • Le Duc
    started a topic Typing Unicode into WebBrowser Control

    Typing Unicode into WebBrowser Control

    Hello,

    I am trying to type an unicode character into the WebBrowser Control, but it alway change to the "?" character. I can copy the unicode character to clipboard and paste to WebBrowser, but can't typing directly to it.
    So WebBrowser Control doesn't support Unicode typing, but it can store & displaying unicode character. Any solutions for me to type unicode directly instead of copy and paste ?

    ...
    See more | Go to post

  • to move controls with form while scrolling in vb6

    I'm in fix,I have made a form which is very lengthy, so there is a scroll bar, and when I scroll down, the controls on it doesn't move with it,could any one help me on this.....

    Thanks
    Sandeep Rana
    See more | Go to post

  • Guido Geurs
    started a topic Working with Date and Time

    Working with Date and Time

    These are some examples how to format Date and Time data.
    Attached are doc's and other example, explaining how to work with Date and Time data.
    Code:
    Option Explicit
    
    Private Sub Form_Load()
    Dim MYDATE As Date
    Dim MYTIME As Date
    Dim MYDATETIME As Date
    Dim TEXTSTRING As String
       With Me
          .Caption = "Working with date and time_5. Formating"
          .AutoRedraw = True
    ...
    See more | Go to post

  • TimeFormat output combines both 12-hr and 24-hr format

    Hi guys,

    I am writing a code which shows timeformat but in the output it combines both 12-hr and 24-hr format. Is there any solution to this problem? Can anyone tell what is going wrong?
    See more | Go to post

  • Mas Juliza Alias
    started a topic How to code a counter?

    How to code a counter?

    Hi,
    I have a data file with 2 different strings, named as CON and ICON. How to turn the value of each line to integer that work as a counter for each change of string name? For example:
    Code:
    string                   counter
    --------------------------------
    POINTS_CON               1
    POINTS_CON               1
    POINTS_ICON              2
    POINTS_ICON              2
    POINTS_ICON              2
    POINTS_CON
    ...
    See more | Go to post

  • How can I open a Word document from my VB application?

    I know that exists another topic on this subject and I've read it but for me doesn't work

    Code:
    Dim wrdApp As New Word.Application
            wrdApp.Documents.Open("E:\My Documents\exemplu\exemplu.doc")
            wrdApp.Visible = True
    My error is that word.applicatio n is not defined.

    Can someone help me? I'm using VB2010

    Thanks,
    Codruta
    See more | Go to post
Working...