Looking for : Grid Control (with databind and tab key moving to next cell)
I am looking for Grid like excel, having a Tab key that can move to the next cell. Control can bind such as : Combobox, DTpicker and Textbox. Any help? Is there any control like this?
View ArticleNeed help : Lynxgrid (Tab key moving to next cell)
Is it possible on lynxgrid to move to next cell using TAB Key? Please see attached file. Attached Files LynxGrid.zip (68.0 KB)
View ArticleGetSetting & SaveSetting with Integer - Then modify value
Hello, I need to save the value of an integer in the registry and upon the form load call that value back through GetSetting and SaveSetting. Everything seems to be working fine until I try to modify...
View Article[RESOLVED] How To Disable Keyboard Functions In A Form?!
Hey guys ... As you know , When we have some buttons in a form , one of them is selected as the first target of key pressing in the form while running it! For e.g , I have 3 command buttons with...
View Article[RESOLVED] Search for a word in the sentence... how?
Dear VBGuru , How do I search for a word in the sentence examples I got List1, text1, text2 and 1command List1 item (word to filter) = still text1 (user input sentence) = I am still learning with...
View ArticleMkDir command fails on some Windows 7
We have some legacy VB6 code that uses the VB6 command MkDir to create folders as required. This functionality has been working well for many years. Recently we are getting reports from customers that...
View ArticleHow to create command button at runtime?
Dear all expert programmers, Please tell me how to create command button at runtime. Sub LoadcommandButton(intCount as integer, intNumperRow as byte) ..... End Sub Example call LoadcommandButton(10,5)...
View Article[RESOLVED] Click a Website Button using VB 6
Hi, I have a textbox named txtSrch, command button named cmdSrch and a Web Browser Control named wb1 navigated google.com on form load event. I want that when i put phrase in txtSrch and click cmdSrch...
View ArticleRegisterHotKey and ProcessMessages issue...
VB6 Windows 7, 64-Bit I have a ListBox containing items like the following: Press_APause_1Press_B I am using a "switch" of sorts, changing the Form1.Tag to either be ON or OFF. This will tell me...
View Article[RESOLVED] File Attribute - Date Created Question
I just noticed (after all these years), that if you copy a file that all the File Attribute dates are changed to the current date. Question: Is the original creation date available on the copied file...
View ArticleVB6>WebBrowser> How to get the NAME of the file that user downloads with...
I am programming the VB6 application that uses the MS Webbrowser control. I have a question. How to detect the name of the file that user downloads from web site? (I mean not the source .html file, but...
View ArticleSkype tool
Hello, I want to ask that how I can delete/remove a Skype message with VB tool? I know I can send a message like that: skype.SendMessage(username, text) Any idea how to delete/remove it? Thanks.
View ArticleWould a database be better for this? Or an excel spreadsheet?
Hello there folks. I am working on a student attendance program. Basically I would like 1 file to keep track of it all, and each new entry would add a new column to whatever it is I used. I am working...
View ArticleJPEG Decoding Faster using GDI+?
I have an application that needs to display JPEG images at a high rate of speed. It gets these in a stream from a server and displays them as a "moving" image. It also needs to get simple JPEG images...
View ArticleSaving text from an array of textboxes to a database?
Hello there folks. I am trying to save data from 31 textboxes in an array called StudentNameTXT(0) to (30) to the first column of my access 2003 database file. It is not password protected or anything,...
View ArticleRuntime Error 429 - ActiveX Component Can't Create Object
Hi, I am facing the "Unexpected Error number 429 has occured - ActiveX Component Can't Create Object" while using Package and Deployment Wizard in VB 6 Please suggest what to do
View Article[VB6] Encrypt/Decrypt a file
Goodmorning :) I want to introduce myself in encryption's world, within the vary algorithms existing. As well as this argument is so wide, I'll tell you what's the best encryption algorithm to study....
View ArticleHow to produce report in Activereports based on data in MSHFLEXGRID?
I'm using VB6 and ms access as database..I got MSHFLEXGRID1 and MSHFLEXGRID2..after I load data into MSHFLEXGRID1 then choose some into MSHFLEXGRID2. I would like to produce report using activereports...
View ArticleConverting to esc/pos code
We design and sell restaurant POS systems written in vb6. We are upgrading from XP to Win 7 operating systems. The receipt printers with 3 inch wide paper rolled paper we use no long accept an old 8340...
View Articleassign variable powerpoint.presentation
Hello to all! I have a little problem, I use vb6 to modifications to a powerpoint through code. When I open it from vb6 assigned it to a global variable to handle it from a differents procedures . My...
View Article