Conditional Mail Merge
I am trying to create a page break if a certain field Changes. But i cannot get this to work. Why? This is what i did and word is hanging. This is done in VB6 calling aord with automation....
View ArticleHow to get value of checkbox
I create vb6 software to control external program since create from visual c++ how can i get state value of checkbox from external program.Please help me....
View Articlestop a call in IE
I am using IE scripting object to navigate to a URL, and that URL calls a reconnect.aspx once it's logged in. From programming perspective, is there a way to stop that call?
View ArticleDestroyWindow does not appear to work
Clicking Command2 does not destroy the App. Is myWnd not a valid handle? Code: Private Declare Function DestroyWindow Lib "user32" (ByVal hwnd As Long) As Long Dim myWnd  '  ' Private Sub Command1()...
View Articleright click icon on task bar
Is it possible to do scripting that it right clicks on an app's icon at the task bar and select a menu? The app is not my application.
View ArticleVB RPG -New to Forum
Hello everyone, just joined the forum because I've been messing around with making a RPG but now I am in a time crunch as I am leaving for the Navy in 2 months. I am going for the Nuke program so I...
View ArticleOpening a PDF file in a specific page
I have a code to launch a file with its registered extension. So if I have a PDF, I can open it in Acrobat or a similar registered program for the extension PDF but what I need to do is to launch a PDF...
View ArticleWebBrowser Script Blocking
I have created a Web Browser using ieframe.oca and mshtml.oca (IE Webbrowser Control). I have used Mozilla for many years, and there are 2 features in Mozilla that I consider a must: Multiple Tabs and...
View ArticleHelp with Thumbnail View
I'm trying to get my ListView to display thumbnails, but have hit a roadblock. I know not too many people at this level are still around... but maybe someone has some insight. Here's the most relevant...
View ArticleListView HitTest on Icon View?
If your ListView is sorted via API, you have to use the HitTest method to get the correct listitem. Well I just ran into a truly baffling problem. ListView.HitTest always fails when the ListView is in...
View ArticleDetect Operating System
Hello reader I want to detect if a PC has WinXP or Win7 or Vista running Thanks
View ArticleCopyMemory doesn't work with destination as Array of Fixed Length Strings?
I have a byte array called mybytearray with the ascii (1 byte per character) characters "ABCD1234" and would like to split it into 2 equal parts of 4 characters each so I have an array of fixed length...
View ArticleGmail / Google Voice SMS API?
Does anyone know how to access the Google API to send out text messages? Here's my story.. I wote a nifty little VB program to send an Email to all the major SMS gateways in Canada. My customer can...
View Articleisometric tile recognition
Hi, im attempting to create an isomertic game in vb using the glorious BitBlt. my problem is a math one, i hope you can help. i have a series or isometric tiles in the game area, the problem is at the...
View Article.exe Won't Run If Made On Wrong Computer
I am working with three computers. A netbook, Desktop A and Desktop B. I have a VB5 program I wrote that, if I do the Make project.exe on Desktop A, the .exe runs fine on the netbook. If I Make the...
View ArticleHTML Help
Hi I have managed to add HTML Help Files to my project from a command button works fine no errors. What I would also like to do is let the user have a Joice and use the F1 key is there a blow by blow...
View Article[RESOLVED] select list1 item then delete that item from friends.text in appath
in project i have list1 ' holds as friends usernames what i want to archive is when i remove selected item from list1 then appath freinds.text selected name to be deleted. current code Code: Private...
View ArticlePlaySound API + SND_MEMORY + VB6 don't work well together?
Ok, so I've loaded the entire contents of a WAV file (headers and EVERYTHING) into a byte array and am now trying to get the PlaySound API calle to play it, and I'm using the SND_MEMORY flag as I...
View ArticleVB6 Color changes on extended monitor
Hello I am tried below color codes for background color of the form and the color of form appears ok on built in monitor but when i pull the form to extended monitor (second monitor) the background...
View Article[RESOLVED] urgent help needed
in my project i have list1 and in appath i have 3 folders folder1 , folder2 , folder3 i need a button1 code to click and grab them folder names in list1 ? please urgent , appath code plz
View Article