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 Mike Lewis 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: *

  1. Nademic

    SSL and Tcpip

    Hi, I am trying to interface with a program that sends xml data through tcpip using ssl. I can build a listener to catch the data but am unsure of how to deal with ssl. Do I need a ssl cert if so what kind. The program with be running on the same pc. I have never dealt with ssl before in...
  2. Nademic

    Setting a Ftpwebrequest download starting point.

    Hi, Just writing an app that will download a file from an ftp server, which it does. I want to be able to resume the Ftp downloads from where the downloads last failed. I have the code in place to save the current position where the download failed but not sure how to make the ftpwebrequest...
  3. Nademic

    My.computer.download class problem

    Hi, Im using the My.Computer.Download Class to download a file from a Ftp server in one of my apps. It is timing out on one persons Server(even though I can ftp through windows xp), I have this app installed at about 20 others sites and it works fine. The only difference is that this site...
  4. Nademic

    Code for review

    Thanks for the quick input.
  5. Nademic

    Code for review

    Hi, just looking at some sample code for building a structure. Can someone explain to me how this code works that follows. I can see here that the tostring method is overridden and overloaded but how is this being called by just calling the structure. One of the last lines of code below shows...
  6. Nademic

    Microsoft Certified Technology Specialist certification

    Thanks alot jshurst. I have bought the practice tests and study guide from Transcender along with the trainging kit for exam # 70-536. Just one question though. How much experience did you have in vb.net prior to studying for the exam just so I can guage the study time required. Thanks again...
  7. Nademic

    Microsoft Certified Technology Specialist certification

    Thanks for the reply as always earthandfire. I also started the MCSE also back when I was going to college and I feel you pain. Really boring material coupled with the rumor that the NT 4.0 track was going to be obsolete soon so getting the cert would mean that you only would be certified for...
  8. Nademic

    Microsoft Certified Technology Specialist certification

    Hi, I am in the process of studying for the mcts cert. Just sick of my current job with the constant schedule changes and the no weekends off stuff. I basically get by doing software support for a POS software company by have no life due to my messed up schedule. Can't go to school to study...
  9. Nademic

    Pause a dos screen while debugging

    Ok I get it. The readline procedure stops the window because it's expecting some entry followed by the enter key. Thanks alot, star for you my friend. :)
  10. Nademic

    Pause a dos screen while debugging

    Hi all, I have build a console app and when I debug it the console window flashes and goes away. Is their a way to stop this screen from disappearing? Thanks in advance.
  11. Nademic

    What is { } used for in vb.net

    Hi, Was just reviewing some code from a MS book and something doesn't look right. First of all the system.drawing class is used but from the looks of things the code is being run in a console app. You can't draw inside a command prompt, you don't even get the system.drawing class inside a...
  12. Nademic

    Refreshing a Datagrid

    Hi, I have a datagrid that displays an employee name and a record number from an sql database. When you click on the employee number then it brings up another from that lets you modify the employees info. Once the name is modified and you click ok to close the form it shows the Employee...
  13. Nademic

    Things that Visual C++ do better then vb.net or Vice versa

    Thanks for the info Christiaan. :)
  14. Nademic

    Things that Visual C++ do better then vb.net or Vice versa

    Hi, Just wanted to get some feedback regarding different program languages. For instance why would I want to code in C++ instead of vb.net or vice versa.I've heard that vb.net is easier to code then C++ but C++ runs faster. Is their any truth to this? Thanks in advance.
  15. Nademic

    Global classes

    Wow you guys are way ahead of me :). You really know your stuff. Going to look into MVC. This program is going to be one that overgoes alot of changes and I have read that MVC is a good approach for an app of this type. I have just started this project so might as well take a little exra time...
  16. Nademic

    Global classes

    Hi, I am creating a program that has two forms. The first form lets you select the employee you want to make changes to and passes the employees record number to another form. The other form looks up that record number and displays the information for that employee. I can do this easily with...
  17. Nademic

    Removing or Hiding the datagrid record pointer in VB2005/2008.

    Thanks alot for that tip. It worked out great. Take care. :)
  18. Nademic

    Removing or Hiding the datagrid record pointer in VB2005/2008.

    Hi, I am just learning to use VB 2008. I have a datgrid control on my page and I don't want to have the record pointer column showing. Is their a way to remove this so that all I see is just the data colums. Thanks in advance.

Part and Inventory Search

Back
Top