VB6 vs Web Services
I have a problem with my application using MSXML2.XMLHTTP40 for comunicate with a Web Service. I have a string with xml format inside and when there are special characters like &, <, > .........
View ArticleToo many timer ?
Too many timer can affect the program , im right ? Cuz i added one time to my program, and now another timer is dead, doing only 5% of what its suposed to do and when i deleted him , things came back...
View Article[RESOLVED] Problems with Cancel and No buttons
Hi there, I have a bit of code here that I can't seem to fix. There's gotta be something very simple that I'm doing wrong. Essentially what's happening is that when I click on Cancel or No on my input...
View ArticleSlide show to display text messages
I need to create a slideshow to create Text messages on 4 monitors for the company i work for. I need to read the data from a text file, on to different slides, like in power point, any ideas would be...
View Articlewinsock http sniffer help
i want to make this exact what i need please i wish to se an easy example for this download click to download direct please tell me how to make this just say like i visit a site in firefox it shud...
View ArticleHelp in update Query
sir, I am having a table with such data rocode tr_month tr_year ms hsd 123301 4 2011 10 110 123301 5 2011 40 140 123356 4 2011 45 145 123356 5 2011 107 207 123703 4 2011 32 132 123703 5 2011 50 150...
View ArticleHelp in update Query
sir, I am having a table with such data rocode tr_month tr_year ms hsd 123301 4 2011 10 110 123301 5 2011 40 140 123356 4 2011 45 145 123356 5 2011 107 207 123703 4 2011 32 132 123703 5 2011 50 150...
View Articlehttps help
i need download sample or a link or some info were i can find the correct control for https so i can visit and login yahoo page winsock dont support https please help . i dont know how to use winhttps...
View ArticleProblem using Selftimer & getasynckeystate , VARIABLE NOT DEFINED ? -_- "
----You are gonna read a text wrote by someone who's english is pretty bad.**** Hello, i just switched from the Vb Timer to Selftimer Class module its working very well, better than i expected But i...
View ArticleTextbox Issues
I need to convert the text entered in a text box like: this is a sample test to this_is_a_sample_test Also in another textbox I need to convert the text to HTML so every time the user goes to a new...
View Articlevb6 textbox to firefox textfield help
i wanted to interigate vb6 to firefox move text1.text data to firefox textbox look please
View ArticleTaskbar Balloon tip
Hi All I got the following code to do a Balloon tooltip message on button click. This works 100% in windows XP but does nothing in Windows 7, not even an error. Here follows the code that i got from a...
View Articlelistview icon issue
i have problem with the icons used in a listview v6. i have tried both ico, gif, and bmp. the icons are 8bit 16x16 pixel icons, and they are not displaying properly in the listview please see the...
View Article[RESOLVED] VB6 Project reorganization
I recent inherited several VB6 projects from an employee who has departed the company. In most cases all the pieces, .bas, .cls, .frm, .frx, .vbw are located in the same folder. I would like to...
View ArticleVB6 App -> Win7 :: MSFlexGrid
Hey folks: It's been quite a long time since I've dabbled in VB6, but I'm now forced to try and make some of our older code work on Windows 7. We've been running this compiled code on WinXP machines...
View ArticleTest Questions
Hello, I'm new to VB. Can anyone could give me the answers to the following two questions? 1. Which collection of an ActiveX control enumerates all of the properties that can be bound to a data source?...
View Article[RESOLVED] Need help coding menu item caption based on user status
I have a listbox of user names. When I click on any name in the Listbox a PopUp Menu appears with a list of Options. What the caption(s) of the options say depends on that user's current status. For...
View ArticleVB 6, Windows and SFTP
Hi Is there a way to effectively SFTP files on Windows machines with VB 6.0 by itself or using VB 6.0 and an active x component? Paul
View ArticleMsgbox issues with 64 bit windows
I have a problem with VB6 message box. The message box dissapears right away when I use VBok and only does it in 64 bit machines. Anybody have a fix for this.
View Articlereturn List Index
I have this function to return the control's ListIndex based on the given 'text'. Code: Public Function returnIndex(ByVal objListCtrl As Control, ByVal strItemText As String) As Integer Dim lngVal As...
View Article