[PROBLEM] Checking the availability of tables in a booking database
In my program I have 4 files Customers, Tables, Bookings and TableBookingLink. I have completed the bookings fine but I wanted to tweak the code so that if a table isn't available then it wont be...
View ArticleConvert a quoted hex-string to actual ascii
If my string is: "00 B9 09 1C 48 B0 A0 C1 83 08 13 2A 5C C8 B0 61 C2 80" how do I convert that to this: dim b(1 to 18) as byte b(1) = 0 b(2) = 185 b(3) = 9 b(4) = 28 etc etc
View ArticleVB6 - Moving a large number of graphics in the form
I'm coding a program where I use a large number of graphics. The program analyzes data, and the data is represented in the form like this: Attachment 92445 As you can see at the moment I use 2 lines...
View Articlevb6 webbrowser string replace innerhtml
<DIV class=yui-u> <DIV id=form-wrapper><A name=email-form></A> <DIV class=email-form> <DIV class=txt-expert> <H3 class=expert>Email an expert...
View ArticleRunning vb6 app on 64 bit windows server 2008 R2
i have vb6 app and i have installed it on windows server 2008 r2 64 bit. but it gives me, 339 - Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or is...
View Articlewhat is the name of this control?
i have no idea what the name of this control,but its look nice! any suggestions? thanks Attachment 92447 Attached Images
View ArticlePrinting reports without components DATAREPORT DESIGNER?
We can somehow replace the component data report designer? I do not know why but my software works on any PC but not on the same register (MSDERUN.DLL and MSDBRPTR.DLL) I would like to somehow...
View Articlewinsock multi operation at once
hello.. i have tried this code for http://www.vbforums.com/showthread.p...insock-control for sending file,this code is very good.. but i just wondering,how do we send text while sending file,like Yahoo...
View Articlesend multiple sms using mCore Active x in vb6 and access database
i m using this to send sms using mCore ActiveX Component in vb6 this code is working fine but sometime send a single sms with multiple times infact hunderds time until i close my application.please...
View ArticleVB6 & TPS Database
Hello 1-Please give me the correct methode to connect vb6 to clarion data file (*.TPS). 2-How to build this: In my file TPS many table, this tables are all one column name "code". for example Table1=...
View ArticleRunning a Command Line Program with multiple parameters and path
Here is what I am trying to do: Here is my code: VB Code: Code: Private Sub cmdRun_Click() MsgBox "cmd.exe /k F:\vb6projects\recovery\testdisk_win.exe /list> F:\run away\txt.txt" Shell...
View ArticleGet handle of toolbar Button Menu
Hi Guys Can anybody help me out getting the handle to a toolbar Button Menu? To clarify, the Button Menu's I mean are the ones that you add via the Toolbar property pages. Many Thanks jwal
View ArticleCan't register ActiveX DLL on Windows Server 2008 R2 Enterprise Service Pack 1
When I try to register a DLL developed on VB6 I got the error: The module "xxxx.dll" was loaded but the call to DllRegisterServer failed with error code 0x80004005 but I can register similar dlls, and...
View ArticleForm Paint Event and AutoRedraw
Hi Guys As we know, Form_Paint does not get triggered if AutoRedraw is True. I have some code that needs to be invoked after Form_Activate on a form with AutoRedraw set to True. On other forms where...
View ArticleExport to Excel
Hi I am exporting data from MsFlexGrid to Excel . I want those columns whose column width is 0 should not be exported. Thanks
View ArticleHelp please want to write string sorting function
Hi, I am new to Visual basic but I have some java experience. I have a single column of data as text strings in an excel doc and I would like to use some code to sort that list and output two columns....
View Articleconvert all alphabets to "*" for password field in text box
how to convert all alphabets to "*" for password field in text box Attachment 92461 code is Private Sub Command1_Click() If Text1.Text = "a" And Text2.Text = "a" Then mCancel = False mUsername =...
View ArticleReposition a form in the middle of a screen.
Hi there everyone. I am working on a program that when starts up, will open in the middle of the screen. When the user clicks on a button the width of the form changes and I would like the form to...
View ArticleList Outlook Folder Names - Help to Modify Code
I found this code which I've modified a bit and works great, but I'm wondering if someone can help me make it better. This script creates a txt file on your desktop and lists all of the Outlook Folder...
View Article