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 SkipVought 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: Sidro
  • Order by date
  1. Sidro

    return an array?

    Wow, thanks for the quick response. Just what I was looking for. Another question though. for this line" int[] stuff = new int[]{1,3,5,7,9};" suppose I dont add values to the array when instantiating. If I add the values later, is it true I have to do this for each index? ex. int []...
  2. Sidro

    return an array?

    Hi folks. I have a function that creates an array, add numbers to them and finally, I would like it to return the array to the caller. Whats the correct syntax for this? thanks.
  3. Sidro

    need some advice.

    hi, Im trying to write a function that takes a string of text paragraph, chop it up and take only lets say 10 words and store it in a string variable. Whats the most efficient way to do this? Any codes or advice with samples are appreciated. thanks in advance.
  4. Sidro

    use C++ 6.0 DLL in MS VS 2005?

    hi, is it possible to use a DLL file made in MS visual stio 6.0 and use it as reference in MS visual studio 2005? thanks.
  5. Sidro

    Fast website load

    Hi folks. Is it possible to save a small portion of a website, like the default.aspx page along with its whole content like graphics, some text from database and store it on a server memory permanantly, well, until the server has been restart. I was thinking Id sacrifice 3mb of memory to store...
  6. Sidro

    Ajax.net store value into javascript variable?

    hi folks. Im using Ajax.net for asp.net. I would like to know how I can store data from asp.net to a javascript variable and retrieve it and put it back into as asp.net variable. thanks in advance.
  7. Sidro

    Asp.net 2.0 createUserWizard control

    alright, further reading revealed that to use any other database or customization rather than the Asp.net 2.0 membership provider that came with Visual studio 2005, we are required to write our own membership provider. Bah!I really thought I could just drop the CreateUserWizard control into my...
  8. Sidro

    Good asp.net hosting web site?

    hi, I recommend DiscountAsp.com and 1and1.com I am currently hosting with discountasp and so far, the site hasnt been down once yet. they are very solid in terms of reliability.
  9. Sidro

    Asp.net 2.0 createUserWizard control

    hi folks. I've just started to play around with asp.net 2.0, and I have a question about the "CreateUserWizard" control. When I place that control into my aspx page, I get a user,password,confirm,email,security questions,answers fields. My question is, suppose I want to add my own fields like...
  10. Sidro

    visual studio 2003 v1.1 framework to v2.0 framework?

    hi folks. Im a bit confuse. I have Visual Studio 2003. The 2003 version comes with the v1.1 framework. Now theres a new Visual studio 2005, and it comes with the v2.0 framework. My question is, if I update my Visual studio 2003 with the v2.0 framework that I get from the Microsoft update site...
  11. Sidro

    Extract subdomain from a URL?

    hi folks, I have a URL that looks like this. "MikesPlace.Mysite.com" The problem Im having is extracting "MikesPlace" from the URL. Has anyone done this before? Can you provide an example? Thanks in advance.
  12. Sidro

    SSL forwarding

    Hi folks. I have a website where if a user requests a protected portion of my site, they are brought to a secure connection login page. I would then use FormsAuthentication.RedirectFromLoginPage so that it brings them back to the request page after they login. Well, the problem Im having is...
  13. Sidro

    protect media files in a directory?

    Hi folks! I have a question. I have a website with one folder that is password protected. It would work alright. No body can read the aspx files without logging it. However, the problem im having is people can still view my photos in the password protected folder if they use absolute urls...
  14. Sidro

    Trying to use Mysql with .Net

    hi folks, I am a newbie trying to hookup MySql to .Net, and I have some questions. I'd successfully created a mini database with MySql for testing purpose. When I browsed the folder where my database was created, I noticed the folder has many files. For instance, they got a file named db.opt...
  15. Sidro

    pop3,imap

    hi, did anyone attempt to write an email client software like MS outlook express, that sent and receive email, thats configured with pop3 or imap accounts? Can Asp.net do this? Any ideas on how to do this? thanks in advance.
  16. Sidro

    Close application window?

    hi, Heres the scenerio. I have an exe program that uses shellexecute to execute another exe program like notepad for instance. There would be a notepad window with text and everything. My question is, how do I close the the notepad window? I would like to simulate a use closing a window by...
  17. Sidro

    win32 console application

    hi, thanks alot.just what im looking for. one more thing, do you know how to close or exit the exe? maybe i can put that in the destructor.thanks in advance.
  18. Sidro

    win32 console application

    hi, does anyone know and have an exemple code that calls or execute another ".EXE" file? This is for a MS C++ 6.0 Thanks in advance.
  19. Sidro

    About managed C++ extension

    You're asking for a whole heap of trouble if you want to write *everything* in unmanaged code." Well, I need to get in a whole heap of trouble then. That way, I or everyone else thats interested can see for themselves what the trouble is all about and let them decide. But the real question is...
  20. Sidro

    About managed C++ extension

    yes, i know how to do that now but, now can i do unmanage extension c++ on a Windows form Application.Net project?

Part and Inventory Search

Back
Top