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 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 ArticleSysInfo
So I had a laptop stolen and I'm reinstalling everything. I've got it 99% of the way but my app won't compile because it uses SysInfo.ocx. SysInfo ships with all versions of VB6 but it's only active in...
View ArticleXML-RPC Post
Hello, I want to send news using visual basic but all the examples are written in vb.net. How to write in Visual Basic 6.0 please write an example. Thanks.
View ArticleOverWrite File
Hi I want to save existing file automatically without giving an alert . I have written this xl.DisplayAlerts = False xlwbook.SaveAs items it is giving me error Runtime Error "1004" . Cannot access...
View ArticleRs232
Hi I want to read weight from weighing scale indicator through rs232. I have attached Jpeg file how it is showing values on hyperterminal . Thanks Attached Images
View Article