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...
Search Result
Collapse
70 results in 0.0018 seconds.
Keywords
Members
Tags
-
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... -
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:
loadAudit is my function..Code:Call form1.loadAudit Form1.loadAudit -
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? -
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. -
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? -
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??????????? ? -
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 -
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 -
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 ?
... -
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 -
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 -
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? -
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
-
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
My error is that word.applicatio n is not defined.Code:Dim wrdApp As New Word.Application wrdApp.Documents.Open("E:\My Documents\exemplu\exemplu.doc") wrdApp.Visible = True
Can someone help me? I'm using VB2010
Thanks,
Codruta