Search results

  1. T

    Adding work laptop to home network

    So I'm trying to map a network drive from my work laptop (Windows XP, on a domain) to a shared folder on my mp3 box at home (Windows XP, basic workgroup setup) with no luck at all. I'm trying to map it using a user account from the mp3 box (i.e. the "Connect using a different user name" option)...
  2. T

    C# calling a function based on string

    Is there some way I can call a function that is named in a string, without having some massive switch or if statement? Like if the string contained the function name and all the arguments? Would it be possible with delegates?
  3. T

    ASP.NET DataGrid with Javascript events

    So I have a DataGrid in an asp.net page. There is an edit button which allows users to edit table information on the page... I've written a javascript function to automatically change the values of one of the text inputs on the input form. What I need to know is how to assign the javascript...
  4. T

    Help with submitting figures for publication

    I work in a research lab and I have been asked to properly format someone's figures for a manuscript he is getting published in a scientific journal. Currently the figures are about 1107x1512 with a resolution of 150 (px/inch), greyscale. The formatting specifications say that I need to...
  5. T

    PHP: post variable value via link

    Is there a way to POST a value via a regular html link with php? I realize there's the crap.php?foo=123, but I'd prefer to have the values hidden.
  6. T

    e-commerce

    So I have an opportunity to do the backend for a site. The guy has about 300 products, and wants a website to sell them from, in addition to his store front. I'm fairly confident about doing all the databse work, and all the php to display products, categories, etc. That's what I do for my...
  7. T

    Database libraries, programming

    So I'm working on a project with a friend, and I'm trying to come up with the best and simplest solution as to how to store our data. The project involves storing tests, student data (including test scores, and their answers to the tests, etc.) and so on. I was thinking about just using...
  8. T

    System.Forms Closing Event, .NET

    I have a standard Windows Form in my project (it's the Main process), and I need to dispose a thread when that form closes. I have an Exit menu item, which calls this.Close() . I have defined public void Close(), so I can (and do) end the process from there. But what event is called...
  9. T

    C# Question: Index for form controls?

    It's been a long while since I've worked on anything in Visual Studio, but I'm back at it. I remember in VB6, I could give multiple controls (label, command buttom, text box, whatever) an "index" property, and then would be able to access the controls via code something like...
  10. T

    Timing program processes

    Working on a programming project, and I was just wondering if anyone knew of any (preferably Windows) programs or methods to time execution/process time. I'm just trying to compare some various methods and see what the fastest is (and it's stuff I can't really use big-O analysis for, since...
  11. T

    Wireless access point / DNS suffix

    I was doing some work for a friends family business today, and came across this problem: Cable modem --> router --> wireless access point Windows Server 2003 All networking equipment Linksys I could not make a certain desktop (WinXP Pro) using a wireless USB network adapter consistently...
  12. T

    Ever have too much fun with the burn tool?

    Heh:
  13. T

    C++ segmentation error with vector

    I'm doing a data structures assignment on graphs. Although that's not really relevant to the question. No matter. I cannot figure this out... my code compiles fine, but at execution, when it hits the line with the if statement... it crashes with a segmentation error. The vector adj was...
  14. T

    C++ STL list, iterator

    EDIT: I am a dumbass, and hate semicolons... ignore. :p Sorry. Feel free to delete
  15. T

    CardScan / databases

    Soo, I have an internship opportunity that would involve working with CardScan (scanning business cards) and setting up/managing the resulting databases. I've never used it before, so I'll be reading up on it over the next few days, but I was just wondering if anyone here has any experience...
  16. T

    A few questions about users

    I've had very little experience with multiple user accounts on my own local box and have a few questions. Basically my situation is that I have had one user account all along, all my files, program settings, etc. on there. I just made a separate user account called "test", with the computer...
  17. T

    Question: How to take pictures of xray/mri's

    I have some MRI results (my own) on whatever type of ... stuff... those are printed on. Can't really scan them, my scanner is crap anyway... How would you go about taking pictures of them... backlight, no flash, what? My crap try (had it propped up in front of my monitor :P)...
  18. T

    Mpegs not displayed on TV

    Hooked up the laptop via s-video to the TV to try and watch some DivX movies, but they aren't shown on the TV. They are being played on the laptop, but the DivX player window just shows up blank on the TV screen. Huh??
  19. T

    Western Digital External HD... How to open?

    My friend as a 120gb Western Digital USB 2.0 external hard drive (model: WD1600B008-RNN)... the thing has died on him (he believes it to be the power supply or something) and wants to try to recover the data by hooking the physical drive directly to a computer... The thing is, he can't figure...
  20. T

    TNMKF Logo - Free/Primate Love

    I meant to make a logo myself, but never got around to it... I still may, but let's see what you guys can come up with. We're looking for a logo for Tuesday Night Monkey Knife Fights that take place... Tuesday nights in General Mayhem. Learn about the history of Tuesday Night Monkey Knife...
  21. T

    MS Speech SDK

    I remember Office 2000 included a SDK for it's Speech functions... It included a voice synthesizer and voice recognition. You could just select it as a component in VB and drop stuff right in to play around with. It was kind of fun, but I can't seem to find it in Office XP or Office 2003...
  22. T

    application/octet-stream mozilla won't d/l plugin

    So, when I'm viewing [H] here, occasinoally an ad (or whatever it is) will try to load at the top of the screen but can't because mozilla tells me I need the plugin: application/octet-stream ... So when I click that to download the plugin, it takes me to that netscape site, but says it can't...
  23. T

    Internet Freeze Up

    Ok, so, starting a few days ago, this computer began locking up, and occasionaly just dropping its internet connection, seemingly at random while using the 'net. It's an XP Home on a DSL modem through a router. The lockups seem to only occur when there is internet activity. I've ran several...
  24. T

    Programmers Forum

    Not to dis this forum, it serves its purpose, but does anyone here know of any other good programming communities/forums for C, C++, Asm and the like? I'd like a good community type forum to be able to hang out in and learn at with programmers. Not something like experts exchange or those...
Back
Top