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

    Replacing BB tags with HTML tags

    If I have the following string- someText How do I use str_replace or preg_replace to change the string into something like this? <someTag someVariable="someValue">someText</someTag> Basically, how do I keep the "someValue" bit intact during the function?
  2. james0264

    Making an application which does not require .NET

    I have several situations which I can sucessfully make an application for, but I need to be able to "embed" the .NET framework into the application, or something similar. Basically, I need to make my application to run without the need to install .NET framework or the need to "setup" anything...
  3. james0264

    Relating to a control within the active MDI child form

    My program consists of a MDI Parent which needs to relate to the active child form. How do I achieve this, if I want to use the .GoBack() function on a web browser within the child if I click on a tool bar button in the parrent form. All I know how to use is Me.ActiveMdiChild. but it fails to...
  4. james0264

    Springing a toolbar control

    In the status bar control, there is a “Spring” property which auto-resizes the control to file any available space. Is there a similar property for a combo box control embedded into a toolbar? In MSIE, the Address bar is structured in a similar way, and I would like to mimic the properties. Many...
  5. james0264

    Adding visual styles to graphic buttons and web browsers.

    I've got an application which uses a combination of graphic buttons, web browsers and numerous other controls. Searching the net, I have found a method of manifesting all the controls to follow Windows XP theme styling. I have implemented the code and was successful in everything but the two...
  6. james0264

    Is it possible to include or require a file over a sub-domain?

    I have checked and searched the forum, but people who have either asked this question has not had a response or were irrelevant. I want to know, whether it is possible to include() or require() a file over a sub-domain? In other words, if I have some files I want to include under...
  7. james0264

    How do I declare a &quot;public&quot; array?

    I have been searching the forum for methods on creating an array that can be used throughout the program, once declared after the initial load. I found the thread thread222-264326 but his method has not been explained thoroughly, so please, if you may, explain how he created a "public" array? I...
  8. james0264

    Aborting the End command when Cancel is pressed in the Dialog

    How can I abort the End command when Cancel is pressed in the Dialog that is presented in the Form_Unload Sub? Many thanks. My code I am currently using is as follows. The code at the moment ends the program even though the Cancel button was pressed. Private Sub Form_Unload(Cancel As Integer)...
  9. james0264

    Error passing variavle from one page to another

    I'm having big problems with passing a variable from one page to another. I have file (index.php) that sets a few variables then links via include() to an another file (layout.php). What I am having trouble is passing the varible onto the layout page as it says no variable has been set when I...
  10. james0264

    Open same form more than once

    I got a button that when clicked on will open a website in a small form of itself. However, after opening the form, all the button does after that is refresh the newly opened form. I wish to open the same form multiple times with just one button, each time the buttonis clicked, another instance...
  11. james0264

    Override function keys

    I am planning to make a simple program that can override the function keys whilst in focus (opened) and when minimsed. Could you suggest some code to how I can achieve this? Also, how can I, when minimised, make the program minimse into the system tray instead of the standard big one (what ever...

Part and Inventory Search

Back
Top