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

    no external links

    a website i'm making at the moment has a lot of midi files on it. i want to make sure that the only people downloading them, are people at my site. how can i stop external linking? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  2. seanbo

    this folder

    i am writing a program that laod some bmp files from a folder called images, located in the same folder as my code. at the moment i load them using code a bit like this: aPicture = Image.FromFile("Images/picture.bmp"); the program now (almost) has the ability to load by double clicking any...
  3. seanbo

    advertisment agencies

    does anybody know of an advertisement agency that provides adverts that appear in a new layer? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  4. seanbo

    The right mobo

    i'm looking for a motherboard with / that supports: socket a - 400mhz fsb pc3200 on-board graphics on-board sound on-board lan raid 0 support any ideas? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  5. seanbo

    motherboard chipsets

    what's the difference between the SiS 748 and the amd 761? should i be favouring one over the other? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  6. seanbo

    Variables in the url

    i want to be able to pass variables within the url. how can i do this? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  7. seanbo

    clipboard

    i'm having difficulty with the clipboard. i'm pulling off text and filedrops okay, but not objects that i'm placing on it myself. i placed an onbject of type 'NodeInfo' on the clipboard with this peice of code: NodeInfo myNodeInfo = (nodeInfo)myNodes[i]; Console.WriteLine(myNodeInfo == null)...
  8. seanbo

    Turn frames content off

    i have a frames page (www.datex.co.uk). how can i view the content behind the frames, over http. ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  9. seanbo

    Raid 0, multiple partitions

    if i have two identical disks running on raid 0, then partition my new drive to make two logical drives, will each physical drive be partition exactly the same (preserving the disk striping)? ____________________________________________________ If you like a post, show you care by giving it a...
  10. seanbo

    ComboBox.Text

    i would like to set comboBox1.Text to "Enlarge To..." after it has been used. i tried writing comboBox1.Text = "Enlarge To..."; at the end of the selectIndexChanged method, but the comboBox changes is to comboBox1.selectedText straight after. How can i force it to keep my text...
  11. seanbo

    Fatal excecution engine error

    i am getting a "Fatal execution engine error. The program '[2772] Statex.exe: Statex' has exited with code 0 (0x0)." error on compile. it doesn't say where the bad code is, but i have it tracked down to this line: ratios = new float[25] {-1f, 4f/3f, 16f/9f, 1.85f, 2.35f, -1f, -1f...
  12. seanbo

    Favicon issues

    i saved a favicon.ico to my root directory (www.datex.co.uk/favicon.ico), but then decided i didn't like it, so i replaced it. unfortunatly, it doesn't seem to be bahaving as i would expect. when i uploaded the first one, i got the icon in the favourites directory, but not on the address bar...
  13. seanbo

    am i part of a frames page?

    some of the frames pages from my site are being indexed on google. when a page, that is meant to be within a frame, is viewed alone, i would like to force a redirect. for example, i would need to ask something like 'am i the top level?', or 'does such and such frame exist?'. how can i do this...
  14. seanbo

    change text color

    i have have a peice of javascript which loads a random picture, and sets the backround colour to one which suits it. i would also like to change the text colour so that it is readablw on the backgroud. how can i change the background colour? i think i'm probably looking for something that...
  15. seanbo

    I just wan't to delete things with no hastle

    outlook express has just started asking me how sure i am, every time i want to delete an email. i don't know how i switched this option on, but how do i switch it back off again? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  16. seanbo

    grey number in the top left corner

    in the top left corner of every image i have open in photoshop, i have a white '01' on a grey background, and a white squiggle on a grey background next to it. it's extremely irratating, because it covers practicly all of the icons i'm making when viewed at 100% (which i need to do from time to...
  17. seanbo

    when do i need dotnetfx?

    i tried running my .net app on a few machines. it runs fine on 98 machines with dotnetfx installed. on xp machines, it sometimes asks for mscoree.dll. i thought that this error meant that dotnetfx wasn't installed, i also thought that dotnetfx was preinstalled on all xp machines. i haven't had...
  18. seanbo

    alert, only less alert.

    i have a message box that says thankyou. it is called like this - alert('thankyou');. the box has a little exclamation mark in a triangle, which i think makes it look more like a warning than a polite remark. is there anyway of creating a popup box that is a little friendlier...
  19. seanbo

    call javascript function from c# serverside code

    how can i call a javascript function fom my c# codebehind? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
  20. seanbo

    a new bin directory

    my web host is being a bit slow at updraging to win2k3, so i've put the website i'm making on my intranet site (running of my win xp dev machine). it all seems to be lovelly, and the scripts are doing as they should. now it's working though, i want to move the aspx pages and their associated...

Part and Inventory Search

Back
Top