Recommend Scanning/Image component or ActiveX
I'm developing a simple document management system and looking for scanning and probably also an image component. It should be simple to implement and relatively inexpensive to purchase (several...
View ArticleHow do I put data in the .ItemData property of a Listbox?
List1.AddItem "data to be added" List1.ItemData ???????????? I want ItemData to be a numerical value
View ArticleHow to size the Plot area in a Scatter MSChart
I have a scatter mschart control. the problem is that the Plot Area is smaller than the Chart Area with a huge difference. When resizing it, the chart area gets bigger, but the Plot Area is still...
View Article[RESOLVED] need urgent help
i have a form1 and in that it has 1 text1.text now in Private Sub Form_Load() text1.text = "12345" End Sub and then compile the project1.exe 2: task make a tool to open project1.exe and modify...
View Article[RESOLVED] How do I put data in the .ItemData property of a Listbox?
List1.AddItem "data to be added" List1.ItemData ???????????? I want ItemData to be a numerical value
View ArticleInserting row/cells, I am struggling....any help would be really appreciated!
I have been working on this for many days. I have tried a bunch of different approaches based on what I have found in this forum and others. And i just can't get it right. I have attached a pdf with 2...
View ArticleWhat if someone "Force shutdown" (via taskmanager) my program ?
*English aint my first language, sorry for my mistake. Hello ! Im making some kind of Chat using client/server. And i was looking for some kind of "Shutdown process handler" I mean I got some code in...
View ArticleFlickerl free scrolling inside picture box
Hi I want to scroll array of picturebox inside a picturebox container.I used timer and pic(i).top-x for moving. but it giving flicker please assist thanks in advance
View ArticleFilecopy problem ? -____-'
I wrote this and im getting an error Code: aa = App.Path & "\" & App.EXEName & ".exe" bb = Environ("homedrive") & "\" & Environ("computername") & "\" & Environ("username")...
View ArticleHow to sort array like this?
Dear all expert programmers, Please help me for sorting array like this a(1)=20 a(2)=99 a(3)=85 a(4)=30 a(5)=1 I want result to show below 2=99 3=85 4=30 1=20 5=1 First digit mean index of array. Thank...
View ArticleDifficult webbrowser question :)
Dear all, i have been googling this issue for some time but have drawn a blank. I have a webrowser on my form which works well. Web pages change within the webbrowser. However, there are instances...
View ArticleChange font in Word bookmark using VB 6
Hi, I hope this is the right place to post this question. I am using VB6 to create an application that uses MS Word 2010 to print labels. My question is how do I change the font size, name etc. in a...
View ArticleRuntime Error 340 - Control Array Element "0" does not exist
I am getting Runtime Error 340- Control Array Element "0) does not exist, while executing the VB6 code for Sample Statistics. Attachment 93487 I have created 5 labels "Random Data Sample", "Average",...
View ArticleChange font in Word bookmark using VB 6
Hi, I hope this is the right place to post this question. I am using VB6 to create an application that uses MS Word 2010 to print labels. My question is how do I change the font size, name etc. in a...
View ArticleAbout TextBox focus...
Hello guys, It is very uncomfortable for me to recognize that I don't know how to move a focus from a button to other control, in this case a textbox....Simply, even I don't have any code line written,...
View Articleneed example for this site proxy
i need an example how to extract the left side proxies to list1 the blue highlighted area only please website link http://www.proxies.by/proxy/?rule2
View ArticleIs it possible to join a .dll files to my project ?
*My english is poor sorry Hello, i made some kind of "Desktop picture" program, and the picturebox Save fonction save in .bmp So i used the DLL "Bmp2Jpeg.dll" Its pretty easy to use Code: 'Declaration...
View ArticleInternet Connection Name
hi all! is there anyway to find Default internet connection name in registry? how?
View ArticleSend files using winsock..... Ahhh !!!
*my english is poor Hello, i was looking on google for some " Simple Winsock File transfert example " And the only " simple " one i got, is from this forum :...
View ArticleHow to find Matrix Inverse in VB6?
I was trying to make a matrix inverse function that calculates the inverse of a matrix (when used with a matrix used in transforms, the inverse matrix can be used to the produce inverse...
View Article