Inserting 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 ArticleHow to size a MSChart XY PlotArea
Hi, A new problem. When using Scatter MSChart there is a huge space between the plotarea and the chart border. Does anyone know how to reduce it? Thank you all, Nelson
View ArticleQuadrangle transformation?
I know that an affine transform will only turn a rectangle in to a parallelogram (allowing for shear, rotate, resize, reposition), but ONLY a parallelogram. It doesn't allow you to map a rectangle into...
View ArticleSemi-transparent PictureBox
I have developed a server-client application. The client software communicates with the server, gets some data & displays it. If the client software looses communication with the server, the shown...
View ArticleHow to get folder permissions?
Hi all, there is a way to check if a shared folder has write permissions? I've tried with GetAttr() function, but using this: Code: Private Sub Form_Load() 'both returns false MsgBox...
View ArticleVB6 Install in Windows 8
So I had a laptop stolen and I'm just getting things up and running on my new Windows 8 laptop. The VB6 IDE installed but the install hung at the end - like it always does for Windows 8. I did a quick...
View Article