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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LastCyborg

  1. LastCyborg

    SQLConnection.State

    So then, how can I show a message like in Kazaa where they show the status of your connection? I wanna show the current state of the connection to the SQLServer. I mean, if someone cuts the network it should say "Disconnected", etc.
  2. LastCyborg

    SQLConnection.State

    This component has an event that it supossed to be raised when the state changes, but it doesn't works. I have been checking it by unplugging the network when the App is running What am I doing wrong? //The connection is ok I have coded this: private void sqlConnection1_StateChange(object...
  3. LastCyborg

    WinControls -> properties and methods

    I'm moving from Borland C++ Builder to VS.NET (C#). I have not had problems with sintax neither the IDE, my problems are the name of the Win Controls. Do you know a place where I can Download a good tutorial? Where can I get a sample of using of every control in the ToolBox? Like DataSets...
  4. LastCyborg

    C++ Builder Migration

    Interesting site. The fact is I'm going to start a new project (a big one), but I need to be sure about the future of the programing language. I know that Borland is going to tell us the way that BCB is goint to take on December 15th. Is my responsability to make a good desition. But my...
  5. LastCyborg

    C++ Builder Migration

    As you know I have been programming by using BCB for a few years, but I haven't been very happy because Borland prefers Delphi than BCB. In our carrer, you know that technology changes very fast, so if something new is released, the old technology go to the trash and it is not going to be...
  6. LastCyborg

    Date question

    I tried it, but appears #Error in TextBox where I put that
  7. LastCyborg

    Date question

    I have a Field that contains a Date, but I need to show that Date plus 8 days, is there an easy way to do this or I have to code the function? Example: RecordField = 01/01/04 DataToShow = 09/01/04 The problem is when I have to change the mont or year, etc --- LastCyborg ---
  8. LastCyborg

    problem with OpenPictureDialog / CD serial Number

    The fisrt problem has been solved. and the second one is here: http://www.codeproject.com/win32/cdcheck.asp --- LastCyborg ---
  9. LastCyborg

    problem with OpenPictureDialog / CD serial Number

    If I put an OpenPicureDialog (using the default configuration) on my form and I click twice on it,I see the preview working very well. But when I run my App some filters dissappear. And if I remove the filters and I just put for jpg's it fails why?? Do you know how can I retrieve the CD serial...
  10. LastCyborg

    display realtime audio

    You need to download the DirectX SDK (for c++ obvious) from Microsoft site. I don't know where excatly the link is. I just bought a book and it contained those libraries. But don't worry they are FREE. Even in the BCB's smples u can find some examples of using DirectX (I'm not sure but I think...
  11. LastCyborg

    barcode code128 source ?

    Another and easier way is by using fonts for BarCodes --- LastCyborg ---
  12. LastCyborg

    display realtime audio

    What about using DirectX Libraries? Those libraries use the standars, so it is indifferent the brand or type of your audio card. DirectX has a special library (DirectSound) which is able to retrieve the information of your SoundCard and by using the TChart classes you have almost what u need...
  13. LastCyborg

    How Can I Store and Retrieve Sound Wave from a Database

    I have not idea hoew to do that, but I think u should start by recording into a file. This way u can check what is what u need to store. --- LastCyborg ---
  14. LastCyborg

    Memo ScrollBars

    it might be by at least 2 reasons. one: it's what 2ffat said, although as I said it should be done automatically. (just set the ScrollBars property to ssBoth) and the second one: Verify the WordWrap property --- LastCyborg ---
  15. LastCyborg

    Memo ScrollBars

    It should be done automatically. is it fail in both directions? (up-down & left-right) --- LastCyborg ---

Part and Inventory Search

Back
Top