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

    Substitute Audio Control other than Windows Media Player?

    Hello, Anyone know of an audio control other than Windows Media Player that I can add to a form to allow for the preview of some music? I've had too many problems with Windows Media Player... (c:\WINDOWS\system32\wmp.dll) Thanks! Kosta
  2. CSpannos

    ColorDialog.Color to HTML Color Code

    Hello, What's the easiest way to convert a ColorDialog.Color to a HTML Color Code, like #000000 ? Thanks! Kosta
  3. CSpannos

    Retrieve File Path Of An Image In A PictureBox

    Hello, After an image has been placed in a PictureBox, I am trying to make it so that when you click on the PictureBox, the image will pop up in the Windows Picture Viewer. Private Sub PictureBoxPreviewImagePreview_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  4. CSpannos

    Retrieve files deleted through FTP

    Hello, Recently, a co-worker of mine setup a website and ftp site on our Windows 2000 Advanced Server running IIS. He left anoymous access open on the ftp site and someone got in. The following is the ftp log from the activity: #Software: Microsoft Internet Information Services 5.0 #Version...
  5. CSpannos

    Setup mailbox for existing user

    Hello again, How exactly would I setup a mailbox and e-mail account for existing users in Active Directory? These accounts were setup prior to getting the new Exchange server. When I look at the properties of an existing user account, some additional Exchange related tabs are missing in the...
  6. CSpannos

    Relay problems & more...

    Hello everyone, I have two issues that I was hoping someone can help me out with. First off, let me briefly run-down the setup I have created: -Windows 2000 Advanced Server -Exchange Server 5.5 -Server is running Active Directory for our corporate domain -Our corporate e-mail (@corpdomain.com)...
  7. CSpannos

    Post to two separate CGI scripts at once.

    Hello, Is it possible to invoke two different CGI scripts written in Perl at the same time. I have a script that writes its output to a file. I would like to output the same information to another file, like a backup, only without having to copy the file every time an operation takes place...
  8. CSpannos

    Turn off monitor in VB.NET & WinXP

    Hello I need code that works in VB.NET and WINDOWS XP: I'm trying to find the code that will put a monitor in a powered-off or suspended state, like power save mode. I'd like to actually turn off the monitor, and also have the option to put it in standby mode. I have the code that works in...
  9. CSpannos

    Manipulate a button on another form

    Hello, I am trying to change the properties of a button on form1 from form2. The button on form1 is a toolbar button. When it is pressed, I have it set to "ButtonToolbarNew.Enabled = False", to disable it. I want to be able to re-enable it when a different button on another form...
  10. CSpannos

    Turn off monitor(s)

    Hello Is there a way to click on a button and have your monitor turn off, like when your power settings are set to do so after a certain amount of time? Also, I want to be able to have the monitor come back on, but only after a specific key is pressed, not on any key press or mouse movement...
  11. CSpannos

    Projector Window Position...

    Hello, I was wondering if there was a way to tell a projector to open up at a predetermined position on a user's screen? For example, the person would click on the *.exe and the animation in this case, 100px X 75px with no title bar, would open up in the bottom right-hand corner of the screen...
  12. CSpannos

    Recently used Programs in the XP-Style Start Menu

    Hey everyone, I'm running XP and would like to know where the list of recently used programs in the XP-style start menu is located. Is there a directory of these shortcuts somewhere? Or are all these items entered in the registry somehow? The reason I ask is that I would like to set up a...
  13. CSpannos

    JavaScript Calls... Please.....

    I'm trying to send a call from within Director 8.5 to a JavaScript function in the HTML of the published Shockwave movie. This is the JavaScript in the head of the HTML: <SCRIPT FOR=&quot;project2&quot; EVENT=&quot;externalEvent(selfcall)&quot; LANGUAGE=&quot;JavaScript1.2&quot;> <!--...
  14. CSpannos

    Need help on a project - Craden Printer

    Hello, I'm in a real predicament and need to crank out some code by Monday afternoon for my boss. I need to create a simple program for Windows 95/98/ME/2000 that will allow me to print on a passbook using a Craden DP6/DP7 Printer (www.craden.com). I don't even know which model it's going to...
  15. CSpannos

    Function Syntax... Need help soon, please...

    Hello, I was wondering if it's possible to call the same function within itself? It's a function that searches for a string within a paragraph. I want the function to keep running over and over until the end of the paragraph is reached. I keep getting a Stack Overflow. When I looked that up...
  16. CSpannos

    Code for Sound - Internal PC Speaker

    Hello everyone, I am trying to write a little program that allow me to get an audible signal or alert from the internal PC speaker, not the sound card. I'm new to C++, but I remember doing this in Turbo Pascal a long time ago. I was able to select the frequency or pitch, and set the...
  17. CSpannos

    Can't compile under UNIX...

    Hey, I'm trying to write a little program for a class at school. I've never had to compile a program under UNIX before. We use SunOS at school. I wrote the following code at home under Windows using Borland C++ Builder 5, and it works perfectly. I was just hoping if someone could tell...

Part and Inventory Search

Back
Top