Need some help with codes
If numbers.Length Mod 2 <> 0 Then Text6.Text = ("" & numbers(numbers.GetUpperBound(0) \ 2).ToString) 'MsgBox("Median = " & numbers(numbers.GetUpperBound(0) \ 2).ToString) Text6.Text = (""...
View ArticleNeed.urgent
If numbers.Length Mod 2 <> 0 Then Text6.Text = ("" & numbers(numbers.GetUpperBound(0) \ 2).ToString) 'MsgBox("Median = " & numbers(numbers.GetUpperBound(0) \ 2).ToString) Text6.Text = (""...
View ArticleVB6 on Win7 dll - Font changes for nested frame captions
We have a program that we have run for many years on Win XP that is written in VB6. It is a dll that is called by another program and displays a form for user entry. We have moved to Win 7 and now we...
View ArticlePrint screen save into document
Hi Please provide any sample VB code to save the image(when clicking print screen button) directly into a document without pressing Ctrl+V. Suppose i have VB/web application and while i walk through...
View Articlehow to make ( PLUGINS ) + ( ADDONS ) for softwares
this isnt an everyday question so my title says it all. example will be greate even a basic , am smart person il understand from a basic example shown to me bonnie:p:p:p:p:p:p:p:p:p james:p:p...
View ArticleUsing MSHTML Offline
I'm new to MSHTML. I wanted to load a htm or html file (saved offline) into a text box to see how it parsed. The object browser works correctly when entering code so no reference problem to MSHTML. I...
View Article[RESOLVED] Move the Watch Window
For some reason the title bar of my watch window is above the work window. Alt-SPACE does not grab the window to move it. How do I get it back into a useful position? Attached Images
View ArticleListbox AddItem
Can someone help me?How to display medicines in listbox if the stock quantity is less than 15?. I tried this codes but it's not working. Private Sub List1_Click() If Text3.Text <= 15 And Text3.Text...
View Article[RESOLVED] get value in between phrase
I forgot how to do this to get the value in between phrase. Suppose I have this sentence, "The quick brown fox jumps ON over the lazy dog WHERE near the bank of the river." The above is just an...
View ArticleTime
How can i keep time with thecomputer? This does not move. Label1.Caption = Format$(Now, "h:mm:ss AM/PM") Thank you
View ArticleHow to add multiple rows in multiple locations in MSFLEXGRID
I want to run a program where the rows will be added based on the no of records returned from DB . My header is already built with 12 rows and no of required columns. Like if 4 records are present in...
View ArticleCompatiblility with operative system?: Object variable or With block variable...
Hi everybody, by testing a monitoring script in OneSight-Empirix for a measurement client (Server A) it delivers the followig issue: Navigation Failure: internal error: polledPath: polledFinish113...
View ArticleHow to: ID System
I create a sample picture so you guys can understand my poor english xD do you guys know some free project that has the capable of doing such thing like that? or how do i do a id system like that? id...
View Articledisabling application
Any way to disable components on form If Internet connection is not found on System
View ArticleDividing large numbers beyond what a long\double can hold
I'm working on a program where I need to calculate large factorials (greater than 170 or whatever the max is that a double can handle). I have found a function that can do the factorial calculation and...
View ArticleText Bold in VB
Hi All, I have to make the bold letters in the below mentioned code. Here the word " Invitation " should be bold and made as blue color. How can I do it? Sub Test1() 'For Tips see:...
View Article[RESOLVED] how do i get the text of ( file1 )
this is what am using with this it it grabs all files from file1 directory , i need to get text for each file being added to the red marked line Code: Private Sub Command2_Click() For i = 0 To...
View Article[RESOLVED] listview1 help
assuming i have 10 list Code: Dim i As Integer For i = 0 To File1.ListCount - 1 ' ListView1.ListItems.Add , , File1.List(i) ListView1.ListItems.Add , , File1.List(i), , 1...
View ArticleSet Process Name To Default Name
Hi I create a free project and save project exe file. When i save the exe file i chose this exe file name "ss" (ss.exe) Now if i run this file i see a process name in process list in task manager...
View Article[RESOLVED] Duplicate error in current scope vb 6
Can someone help me. I'm trying to display an alert msgbox with two different recordset in one form so whenever there is an expired medicine it will both display and alert at the same time. But it...
View Article