[VB6] - 1 thot
can i take 1 dragon(for example) irregular shape from 1 image? (sorry i don't know the right terms:()
View ArticleCalling functions
I got to say I am really new to vb and it will show... I am trying to write a BMI calculator and I want all the math on one form. I cant figure out how I send my collected information...
View ArticleNot setting the Focus on Mentioned Control
I am unable to set the focus on mentioned code with the following. Is there any error in this code ? Code: Â Â Â Â MasterId = fgData.TextMatrix(fgData.Row, 3) Â Â Â Â AccountType =...
View ArticleTrying to get custom mouse cursor to load when the mouse is over a picture box?
Hello everyone! I am working on a simple tool to help draw the computer, so when I teach students I can use these touch screen computers they have now. So the students can see my mouse cursor easier, I...
View Article[RESOLVED] Calling functions
I got to say I am really new to vb and it will show... I am trying to write a BMI calculator and I want all the math on one form. I cant figure out how I send my collected information...
View Article[RESOLVED] Not setting the Focus on Mentioned Control
I am unable to set the focus on mentioned code with the following. Is there any error in this code ? Code: Â Â Â Â MasterId = fgData.TextMatrix(fgData.Row, 3) Â Â Â Â AccountType =...
View Article[RESOLVED] Trying to get custom mouse cursor to load when the mouse is over a...
Hello everyone! I am working on a simple tool to help draw the computer, so when I teach students I can use these touch screen computers they have now. So the students can see my mouse cursor easier, I...
View ArticleQuestion about blocking a particular hack
I've gotten myself lost on this one and knew you guys would help me, yet again! I'm working on a anti cheat patch for a very old FPS shooter. More for myself because when I was younger I had to pay...
View Article[RESOLVED] Unloading a form from popupmenu that is on another form.
There are two forms. The first one, let's call it form1 is a simple form. The second one, form2, is a hidden one with a menu on it. When you right-click on the form1, it calls a popupmenu from form2 In...
View Articleread Chinese character from a textbox
Hello, I have a textbox displaying a chinese character. I want to read the character into a string. But it's always rendered as "?" This happens whether I use .text or .value Getting the URL Escape...
View Article[RESOLVED] IS there a way to click on a shape that is inside a picturebox?
Hello there, I am working on a 100 chart to help students with skip counting, and when the students are done, the prog will record their work so I can review it later. The chart is made of 100 shapes,...
View ArticleSetting different font colors for characters in a cell based on character...
I am trying to set three different colors for first 3, second 3 and last 3 characters of contents of all the cells in a range. The below code is changing the entire cell content to green, not only the...
View ArticleVB6 and TAPI? / reading from another window
Hey Guys, I have a small problem going on. Basically i need to code a program to work with (sort of) a client's PBX system. They're running a Zultys MX250 that has something called Call Attached Data....
View Articleshift key & replay key features
Hi... i got problem doing 'shift' & 'replay' key features for my calculator. i try to follow up and change a bit the coding i got in the internet somehow there is an error
View Article[RESOLVED] Is there a way to thicken or reduce the thickness of drawing on a...
Hi there everyone! I am working on a tool that lets me write on a picturebox, and combines it with teaching tools. I have it set up now to write on the picturebox like this.. Private Sub...
View ArticleHow i want to show help in VB
hi here i attached you my calculator sample...i want whenever ppl click the help button,it will show content as well as about.i did the coding somehow it said 'variable not define'...anybody can help.....
View Article[RESOLVED] How to use FloodFill
I'm trying to color an area using the FloodFill API I have a Picturebox with a circle in it. The color of the circle is red and the color of the area around the circle is white. I want to color the...
View Articleextract links with eatch name next to it from textbox
i was searching i cant find it so am opening a thread. here is my work i will post few lines of code but it has more i will not add it here ,dont want to rename all please can you help me , i need this...
View Article[RESOLVED] How i want to show help in VB
hi here i attached you my calculator sample...i want whenever ppl click the help button,it will show content as well as about.i did the coding somehow it said 'variable not define'...anybody can help.....
View ArticleDatabase using Case Select as per textbox
Hi guys, I have a program here using access as database. What in trying to figure out is how i can use the correct database/table as per textbox indicated. I have frmmain, frmproductsearch, a textbox...
View Article