Is it Feasible to send tiff image as MTOM/XOP attachment in Visual Basic 6.0?
We are trying invoke webservice which accepts tiff image from VB application. In java SAAJ API is the one which is used to achieve this. Could any one help to achieve similar functionality in VB 6.0?...
View ArticleApplication arabic language
Hi, I have an application in VB6 that it run in a English version of Windows XP. But in an Arabic Xp don't have the same efect. I have a form with one Label and one CommandButton. If I apply the...
View ArticleRun time error '13': Type mismatch
hi, i am getting Run time error '13': Type mismatch error. below is my code: Dim ndMain As Node Set ndMain = TreeMain.Nodes.Add(, , "Root", "Main Menu", "myappname") thanks, krunal
View ArticleHow to replace a word within a string?
Hi mates, I'm going to make a program to replace some words within a text document. I am currently using regex.replace to replace the word within the string but it is not working for my situation. for...
View ArticlePaper Bin Codes
I want to find the paper bin code numbers for my Cannon MG6250 I found this code on a Microsoft web page can it be run this from VB6? if yes could you please show me what I need to amend. like what is...
View Article[RESOLVED] VB6 - Ordering number occurrences. How?
I've a ListView control that contains 2 columns and 37 rows. In the first column there are numbers from 0 to 36. In the second column there is the occurrence of each number. You can see the numbers...
View ArticleUsing ocx library without registration
Hi, I want to ask I have 2 computers. One computer has installed all possible OCX and DLL files. (Use regsvr32 / s, etc.) The second computer Sun There's a clean install of Windows XP. I have a program...
View ArticleVb 6 Professional edition download
Can anyone suggest me a site to download VB6 full version ... ?
View ArticleHow to prevent item selected on left mouse down
When you do a left mouse down on a list box the item is selected. How can I prevent that form happening?
View Article[RESOLVED] Another new problem I can't solve
It's not that I didnt try to fix it. I check many post & forums including this forum to check for a guide. But I still cant understand it. I got this error Attachment 93451 Attachment 93453...
View ArticleRounding and Truncation in VB 6.0
Hi friends , Can anyone help me removing the left part in a number with decimal digit and rounding up of a number with decimal. E.g consider the numbers 15.83783937 and 34.82308243 and 21.5 Now in this...
View ArticleMake all images on a form lose their color?
Hi there, I am working on a program that is very bright and colorful, but some students that are coloring blind cannot use it, and would prefer to see it in black and white. Now I can convert all of...
View Articlecheckbox column in datagrid
i am filling my datagrid with a record set, and i want to add a checkbox column in my datagrid just for identifying selected row, how can i do tht using vb6?
View ArticleHow can i do this using vb 6.0?
Hi please help me on how i can do this: I have the following data on my Access Database: CLIENT1 = 1000 CLIENT1 = 2000 CLIENT1 = 500 CLIENT2 = 500 CLIENT2 = 100 CLIENT3 = 50 CLIENT3 = 50 I need to...
View ArticleHow can i do this using vb 6.0?
Hi please help me on how i can do this: I have the following data on my Access Database: CLIENT1 = 1000 CLIENT1 = 2000 CLIENT1 = 500 CLIENT2 = 500 CLIENT2 = 100 CLIENT3 = 50 CLIENT3 = 50 I need to...
View ArticleSearch Record using Part of Record...
Hi All, there are 1500 + Records in my database (Access). Now I want to search Records like - when i type something in textbox and at that moment (text change event) if any of records in database have...
View ArticleVBA XML help... complete noob
I have posted this in the XML part of the forum, but maybe someone here could help ? http://www.vbforums.com/showthread.p...-complete-noob Thanks smerf
View Article[Help] Import sheet from new work book into a master work book
Hello, I am currently in a POC stage of making a simple stock checking system using Excel and VBS. I have a Workbook with a MASTER page and then its subsequent sheets are to be Imported from another...
View Articlesearch for a string in a string then count occurences problem
im trying to make a small app opens a title file, then searches it for a certain string & gives you total of occurences. this is for a home program and its doing my head in ive searched all over...
View Article[RESOLVED] MSChart plots an unexisting point
Hello: I have the following VB6 code to get a scatter chart with MSChart: HTML Code: Private Sub Form_Load() Form1.Show ' POINTS Dim Graph(1 To 41, 1 To 2) As Single Graph(1, 1) = -9 '...
View Article