Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mookie0001
  • Content: Threads
  • Order by date
  1. mookie0001

    Simple VB.NET control question

    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&quot...
  2. mookie0001

    bitblt flickering problem

    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...
  3. mookie0001

    Bitmap scaling problem

    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...
  4. mookie0001

    switch / case problem

    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...
  5. mookie0001

    Very basic ListBox Question

    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...
  6. mookie0001

    Hiding file extensions in a FileListBox

    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...
  7. mookie0001

    Form submit function not working

    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...
  8. mookie0001

    Excel Macro to find and delete duplicate records and their originals

    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...
  9. mookie0001

    Updating multi-select list box when paging through records

    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...

Part and Inventory Search

Back
Top