Search:

Type: Posts; User: klen_

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,170

    Re: How to calculate total internet traffic ?

    I copied it from the Microsoft site and changed it a bit.
    At all events, it works as I needed.

    NetworkInterface[] adapters = NetworkInterface.GetAllNetworkInterfaces();
    ...
  2. Replies
    1
    Views
    1,170

    How to calculate total internet traffic ?

    Hi,
    How much data was delivered to my computer from the Internet.
    Maybe I should to use some API-windows 10 ?
    I have used PerformanceCounterCategory(".NET CLR Networking 4.0.0.0") but it shows...
  3. Replies
    6
    Views
    3,978

    Re: How to do error handling ?

    Apparently, all errors must be expected but I don't always know what will lead to errors.
    Thanks for your example.
  4. Replies
    6
    Views
    3,978

    Re: How to do error handling ?

    Thanks for your example.
    I'm just learning how to find and fix errors in a for loop.

    try
    {
    for(i = 0; i < line.size(); i++)
    {
    ...For example. Runtime Error has occurred somewhere here....
  5. Replies
    6
    Views
    3,978

    How to do error handling ?

    Hello. How to know the value of a variable i, when an error occurs ?


    std::string line;
    unsigned long int i; i=0;
    ...
    ...
    ...
    try
    {
  6. Replies
    1
    Views
    823

    Re: I CANNOT OPEN THE mdb!!!!

    Try holding down the shift key while opening the 785 database.
    I think MS Access will open the 785.mdb.
  7. it's time to watch the movie "Three Days of the Condor"

    The main objective this war is hidden.
  8. Thread: Here we go again

    by klen_
    Replies
    127
    Views
    12,376

    Re: Here we go again

    "Three Days of the Condor" is a 1975 American political thriller
    It was almost 40 years ago.
    They knew at the time what it is today.
    We know more or less now?
  9. Re: Data between two dates. Query not working.

    .Parameters.Append .CreateParameter("DateRev", adDate, adParamInput, , ReviewDate)
    parameter adDate
  10. Replies
    6
    Views
    1,674

    Re: Drinking session in the Philippines

    the outdoors in Russia
    97051
  11. Replies
    18
    Views
    2,314

    Re: how to get job in .net

    All good things come to he who waits.
  12. Replies
    9
    Views
    2,620

    Re: why we say " Happy New Year " in this time ?

    because kids like gifts from Santa Claus
  13. Replies
    44
    Views
    3,724

    Re: How long have you been programming?

    I wrote my first program (COBOL) in 1990.
  14. Re: Finally on the verge to decide whether C# or Visual Basic?

    Why not tell him the truth?

    You will use VBA and Delphi and C# and Java and COBOL and Ada and ..., that will solve various tasks.
  15. Thread: I love ginger!

    by klen_
    Replies
    10
    Views
    1,352

    Re: I love ginger!

    I think ginger does not grow in our cold climate. Moscow region.
  16. Re: [Access 2003 + SQL] Subqueries do not follow master query GROUP BY rule

    Could you show me a few records as a result the work of the query?
  17. Re: [Access 2003 + SQL] Subqueries do not follow master query GROUP BY rule

    Why don't you show us (or think up) some data of table1?
    And what records you want to see in the results of the query?
  18. Replies
    23
    Views
    1,623

    Re: computer languages

    I'm not expert. COBOL was my first programming language
    after
    Clipper 5.01
    VBA
    1C
  19. Thread: Test my Captcha

    by klen_
    Replies
    19
    Views
    1,704

    Re: Test my Captcha

    It's somewhat hard to see in this picture.
  20. Replies
    27
    Views
    5,800

    Re: Happy Birthday Hacky...!

    What the beautiful cake! :thumb:
    Happy birthday. Wishing you all the very best.
  21. Replies
    25
    Views
    8,543

    Re: how many languages do you speak?

    I can speak Russian fluently and without an accent because my native language is Russian.:wave:
    I do not know the English language, so I use the Google translate.
  22. Replies
    13
    Views
    1,150

    Re: access 2003 - Some suggestion/ solution

    Hello. If you found the solution please let me know what you did.
  23. Replies
    13
    Views
    1,150

    Re: access 2003 - Some suggestion/ solution

    For example suppose some query is created. What records should be selected? What data would you like see on the report output?
    Examples:
  24. Replies
    13
    Views
    1,150

    Re: access 2003 - Some suggestion/ solution

    Hello.
    Could you show us your queries. (QryCounselNamesAddress and QryRetrieveLatestStage)
    SELECT ???
  25. Replies
    2
    Views
    490

    Re: Access 2003 - Summary

    SELECT RegionMaster.rgnName, Sum(CaseDetails.amt) AS [Sum-amt]
    FROM RegionMaster
    INNER JOIN (CaseDetails INNER JOIN CounselMaster ON CaseDetails.counselId = CounselMaster.counselID)
    ON...
  26. Replies
    17
    Views
    1,243

    Poll: Re: How Old Are You? Different set of poll options.

    Also interesting.
    I will be 50 years old in under two years.
  27. Replies
    28
    Views
    1,851

    Re: Can you be my friend?

    They're going to send him to prison. What crime he had committed?
  28. Replies
    27
    Views
    2,307

    Re: First day of College/uni on monday

    I feel sure you'll find new friends there. Everything will be fine. Good luck!
  29. Replies
    13
    Views
    996

    Re: Help with a thing

    Hello noskillsatall
    Dim strCommand
    strCommand = """cmd.exe"" /K myprogramm.exe /m:s /h:8"
    Shell strCommand
  30. Replies
    26
    Views
    2,444

    Poll: Re: What decade were you born in?

    Hello all!
    I think it's time to continue the poll. You may also be interesting.
  31. Replies
    1
    Views
    539

    MsOf03 Re: Phone number formatting

    =IF(LEN(A1)=8;"080"&A1;IF(LEN(A1)=11;IF(LEFT(A1;3)="080";A1;"080"&A1);""))
    Hello a4aniruddh
    You can enter this formula directly into the cell.
  32. Re: [RESOLVED] I'm using vb6. How can I change the attributes of a folder?

    I did not know about this feature, thanks for the detailed description.
  33. Re: I'm using vb6. How can I change the attributes of a folder?

    It's just as easy!
    RhinoBull
    Thank you very much.
  34. [RESOLVED] I'm using vb6. How can I change the attributes of a folder?

    Hello!
    Private Declare Function CreateDirectory Lib "kernel32" Alias "CreateDirectoryA" (ByVal lpPathName As String, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long
    Private Type...
  35. Replies
    26
    Views
    2,444

    Poll: Re: What decade were you born in?

    Hello, but how can I add the option to the poll now?
  36. Replies
    26
    Views
    2,444

    Poll: What decade were you born in?

    1920s
    1930s
    1940s
    1950s
    1960s
    1970s
    1980s
    1990s
    2000s
  37. Replies
    23
    Views
    3,148

    Poll: Re: Do you still use DAO ?

    Yes, I do. Because some users can run old applications.
    All of these programs need support.
    For example, sometimes changes need to be made in them.
  38. Replies
    7
    Views
    1,853

    Re: search text in 1000 unit .txt file

    Hello potetojb.
    Try to use variables Byte or Integer variables. These are faster than other types of variables.
    Sorry for my english.
  39. Replies
    7
    Views
    1,853

    Re: search text in 1000 unit .txt file

    Hello. You can use any binary search algorithm too.
    http://en.wikipedia.org/wiki/Binary_search
  40. Replies
    21
    Views
    1,392

    Re: How to Find any word

    How big can these files be and how fast can words within a file be searched?
Results 1 to 40 of 95
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width