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 Rhinorhino 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: dgwilliams
  • Content: Threads
  • Order by date
  1. dgwilliams

    Form_initialize Vs Form_Load

    can any of you tell me what is the difference between Form_Load and form_initialize events, when to use each one and at waht stage of the lifecycle each one is activated?
  2. dgwilliams

    opening a form where form name is held in a variable

    I want to open a form but the form name is held inside a variable (well an element of an array called Shortcut1(2). so i have tryed the following frmShortcut1(2).Show and Shortcut1(2).Show but this does not work any ideas all you experts:
  3. dgwilliams

    Priniting a aray index value to a list box

    I have alist box and i want to add the item of an array to the list box i have tryed the following but it does not work. lstShortcutItems.AddItem Shortcut1(1) any ideas
  4. dgwilliams

    A form module accesing another forms variables and functions

    Is it possible that a form module can call a function or access a variable in another form module. If so how do i acheive this? thanks
  5. dgwilliams

    Use Timer to scroll a list box automatically

    Hi all VB6 experts Do any of you know how i could acheive the following functionality. I have a list box, and i want the application to automatically scroll down the list box playing an associated wav file for each item (bassically the wav file reads out what the item says). I believe the...
  6. dgwilliams

    Scrolling a list box up and down with two buttons

    hi i have two directional buttons, up and down, i also have a list box with about six items. I want it so when the user presses up or down on the directional buttons the selection within the list box moves appropriately, does any one know how i can acheive such functionality. Thanks Dan
  7. dgwilliams

    VB6 icons

    I was reading an old programmers guide for visual basic 4 and saw that it came shipped with a library of icons divided into certain categories. My question is does VB6 come shipped with a similar library of icons and if so how do i access these icons? thanks
  8. dgwilliams

    FORM_INITIALISE or FORM_LOAD screens in VB6

    Hi can any one tell what the FORM_INITIALISE or FORM_LOAD screens are? and what they are used for?
  9. dgwilliams

    selecting an option when focus is lost.

    i have a list of options that a user can select from in visual basic 6. Bassically how my interface works is by allowing the user to highlight the option they wish then pressing the select button. How do i get the select button to perform different functions depending upon what option was...
  10. dgwilliams

    Windows Me registry rights

    I am trying to install a piece of software on my windows Me PC but cannot as i dont have access rights to the registry key HKEY_LOCAL_MACHINE\Software\AppForge, the company tells me i need to have complete access to the HKEY_LOCAL_MACHINE\Software portion of the registry. I have no idea about...
  11. dgwilliams

    VB6 - Key depressed

    I was wondering if there is a way to attach to event handling procedures to one control. For instance when the button is clicked it performs one function and when it is held down for longer than two seconds it performs another function. Is there a way in VB6 to acheive this kind of...
  12. dgwilliams

    VB6 OnFocus()

    This is tricky to explain but ill give it a go. Im developing a mobile phone user interface. when in the main menu i want to allow my user to navigate from one command button (or icon) to another, they can go left, right, up or down depending on direction of the key thye press. so bassically...
  13. dgwilliams

    Security encryption theory

    Hi all security experts. Can someone tell me what entropy means i have read a whole lot of articles and only have a vauge idea of the meaning. Also why is true randomness important in the generation of strong crytographic keys. i also heard taht eeliptic curve cryptology is favoured over...
  14. dgwilliams

    Beginning out with VPN's

    This is a real broad and stupid question so i appologise in advance. But i am currently researching into VPN's as i have little understanding. I am researching into them in a security context. I have stumbled across a couple of terms i was wondering if one of you experts could clear up for me...
  15. dgwilliams

    Wireless Newtwork card

    Hi i am thinking of setting up a wirless network. I have a laptop and a desk top pc. I want to connect the laptop to the PC so as to share its resources. Is it only the laptop that needs a specialised wireless network card or would the PC aswell or can the PC just have a standard network card...
  16. dgwilliams

    J2ME

    Hi does anyone know much about J2ME. i was wondering if anyone could tell me if it is possible using J2ME to design a fully graphical User interface such as mobile phone menu system? How easy would this be and what is the difference between to low level and high level API when developing GUI in...
  17. dgwilliams

    J2ME GUI's

    can anyone tell me how easy it is to develop a graphical user interface for a mobile phone using J2ME. i have seen examples of applications built using J2ME and they all have very limited graphical User interfaces, a lack of colour and and all menues presented sequentially. I want to develop a...
  18. dgwilliams

    VB and AppForge

    Hi all i was wondering if any of you have experiance at using the AppForge add on to VB which allows you to create applications for mobile deveices? If so can you let me know cause i have a few questions???????????????????????????????????? cheers
  19. dgwilliams

    Apache for windows

    This is a stupid question but i want to set up apache on my windows PC i was wondering if anyone can tell me of any good resources to guide me through. also warn me of any problems i am going to encounter. I have broadband connection at home does that mean if i leave the broadband connection...
  20. dgwilliams

    hi all php experts i have a gues

    hi all php experts i have a guest book on the internet that is linked to a MySQL database. the PHP script which links to the database does not update and register the changes when viewed on the internet. I think it is has somthing to do with cache so i tryed inserting the following function...

Part and Inventory Search

Back
Top