Hi everyone,
I know that there is probably a very easy way to do this, but I have yet to figure it out. Here is the basic scenario:
Form1 contains Label1
Form1 creates an instance of Form2
Form2 contains Button1
Form2.Button1.onClick needs to set Form1.Label1.Text = "something"...
Hi everyone,
I am trying to smoothly scroll a VERY large image across a form. Unfortunately, I am getting very bad flickering problems. One helpful person recommended that I blit only the screen size instead of the entire picture. Unfortunately, I followed a tutorial to get this far and do...
Hi everyone,
I am having a strange problem when drawing a bitmap to a picturebox. For some reason, when the bitmap is drawn - it is scaled larger than it's actual size. For example, if the screen resolution is set to 1024x768 and the image size is the same - the image will be rendered larger...
Hello,
I am having problems with a switch/case function. For some reason the function always returns only the default value. Yet, curiously, if I was to do an IF(Request.QueryString("page")=="home") type statement in place of the switch, the IF statement functions...
I know there is probably a very simple solution to this, but I am relatively inexperienced in VB so bear with me...
I am looking to list all of the folders (not any files) at a given location in a list box. I do not want to use any type of built-in directory controls because I wish to restrict...
Hi,
1. I currently have a FileListBox setup to show only one file type using the Pattern option in VB 6. Because all files are of the same type, I would like to hide the file extensions for user friendliness. Is there a simple fix to do this? If not, what are my best options to do this?
2...
This function is failing to submit the form after the confirmation is accepted. If anyone can point me in the right direction I would greatly appreciate it.
Here is the called JavaScript function:
function confirmEquipAdd() {
var cnfrm = confirm("Are you sure you wish to associate this...
I need to be able to write an excel macro that will be able to search a column of my choice for duplicate records. Once the macro finds a duplicate record I need it to delete all duplicates AND the original. For example, if the column has the records A, B, C, C, C, D, E, when the macro is...
Hi,
I have a multi-select list box on a form populated by one of my tables. On each load of the form, a VB script is run to select each item in the list box that is present in my table. This works great for the first record. The code I use is --Private Sub Form_Load()-- to launch the script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.