Order By
Hi I have field Order No data type is string . Data is like this ABC/MHL/PUR/09-10/1 ABC/MHL/PUR/09-10/2 ABC/MHL/PUR/10-11/1 ABC/MHL/PUR/10-11/2 09-10 & 10-11 are financial year. I want to display...
View ArticleVisual Basic 6.0 with My Sql as in DBASE
Hi guys m just creating a software for my company. And Vb 6.0 and My Sql is not new but u can say that this platform is new for me. I have been successful in developing software this much Adding,...
View ArticleHow to Dial a phone numervia vbs or bat
I want to dial a specific number from my quicktoolbar by a single click. how to do this by vbs or bat file?
View ArticleCheck if a process is running on Win7 64bit
I have a vb6 function that determines if a process is running. This worked on 32bit systems, but it is not working 64bit Win7. How can I check if a process is running on a 64bit OS? Thanks! Brian
View ArticlePopulating MsFlexGrid from Recordsert
when i run . i am getting error Object variable not set . let me know some comment please . Code: Option Explicit Private Sub Form_Load() Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset...
View ArticleConflict between vb6 and microsoft word
Hi Folk I 'm coding vb6 and use Codejock commandbar' OCX to make menu and shortcut menu .it's work good ,but i need to add Microsoft word 10 reference to project for export data to Microsoft word. when...
View ArticleVB6 Priting PDF Issues in 64 bit.
I am working on fixing an existing application that is written in VB6 that is causing issues while printing to pdf in 64 bit operating systems. There is no problem printing pdf in 32 bit, the pdf...
View ArticleLost focus and click events
I'm changing a bunch of combo boxes to autofill (typing "a" brings the list to "a", typing "ab" brings the list to "ab", etc.). It was easy enough by setting the combox box style to DropDown list and...
View ArticleVB 6 - optimization/simplification of an array
First I want to apologize because my english. I have an array of Nx2 with something like this: A B A C A D A F B C B D B J C D C K and I need to combine them to simplify all the coincidents, for...
View ArticleMuliple Alarms Clock
Hi All Please can someone point me in the right direction I am trying to make muliple alarms use the current time by having 3 set times for each alarm then each alarm save a difffent text file name or...
View ArticleWingdings doesn't display correctly
Hello, I have a strange issue: i use a button in my application, where in caption i wrote "è" and the font is Wingdings. Normally, in run time, the button displays an arrow (right arrow). I created the...
View ArticleVB6 and AVTech IP Camera
Please help me! i doing a surveillance project now and i cant find any activex control or SDK for the IP Camera. the camera is AVTech AVN314/304. can you please send me link of any controls i can use...
View ArticleCode to save Access 2007 database to 2000 format
Hi all, Does anyone know how I can programmatically save an Access Database in 2000 format? Thanks,
View ArticleConnecting a multiple local IP to a server
Hi all, I have a client with multiple IP address. How can i connecting the client into the server using the whole IP address? For example, I have a PC with three different IP addresses. I want the...
View Articlemy connection is becoming a comment
I'm so furious right now my connection Code: rs.Open "SELECT * FROM [tblstud_reg] WHERE [stud_no] & listview1.selecteditem.text & " '", con, adopenstatic, adlockoptimistic becomes an...
View ArticleI need your decisions please
if you're making an enrollment and billing system, would you or would you not make a student profile? Or just make a field for the parents' and in case of emergency field in the registration form?...
View ArticleHow to avoid changing date and time?
Hello. I need to disable windows (XP and Seven) time and date changing by user when my app is running and of course enable it when my app closes. How to do that in VB6? Thanks.
View ArticleSearch for data in a MSHFlexGrid
In my form, I have a MSHFlexGrid (fgdCompany) and a Search button. What this search button should do is when I enter data into the InputBox, it should search for the entered data and highlight the row...
View ArticleDisplaying FTP Folders heirachy in A Tree view Control
Hi , I am facing problem in displaying the folders in ftp hierarchy in a tree view Control. After doing a lot of goggling i found the following code Code: Private Sub trvFtpFldrs_DblClick() If...
View ArticleHow to change Object Name in the code accordingly when changed in Design mode?
Everytime when I change a TextBox's Name from TextBox Properties in Design mode, I have to replace its name with the new one manually everywhere in the code. I want that change/replace will...
View Article