CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: x8086

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    746

    Re: Help Please! IPicture

    Open file in Binary mode and send it by Winsock or you can Use GetChunk Method.

    -x8086
  2. Replies
    6
    Views
    988

    Re: XML Help urgently wanted

    Open XML file with ADO RecordSet ... you will get the
    Normal Record set and you can Deal with that same way
    like normal Recordset.

    -x8086
  3. Replies
    13
    Views
    3,110

    Re: Is VC++ 6.0 is getting out of scope?

    Deniz,

    Well discussion is going in wrong way , I have asked question about the future of VC++ 6.0 developers and NOT ABOUT YOUR OWN FUTURE PREDICTION. :D :D

    So Please write some relevant...
  4. Replies
    77
    Views
    8,083

    Poll: Re: Woman of year 2005

    WHERE IS "CATHERINE ZETA- JONES" IN LIST ?????????????????????????????????????????????????????????????????????????????????????????????????????????????

    ADD HER NAME TOOOOOOOOOOOOOO.

    x8086
  5. Replies
    13
    Views
    3,110

    Is VC++ 6.0 is getting out of scope?

    Dear All ,

    Well till now developers like us are working on VC++ 6.0 rigorously , but now New versions of Visual Studio are coming up , new Open Source System ( Free of Cost ) are getting Stable....
  6. Re: Timers, Multithreading and annoying programming problems!

    Try hooking the with the Operaton System Message Q.
    x8086
  7. Re: Windows Service and sharing connectivity across the Program

    hi ,
    well it is not possible to share connection form the .dll because Dll function
    call are in-process function calls it means dll will be loaded in the same
    memory location of the calling...
  8. Replies
    176
    Views
    16,347

    Poll: Re: Are you a smoker?

    ok boys ...... if some one wants to quit somking can go to following
    link to know more about bad face of smoking.....and good face
    of quit smoking....

    Smoking GOOD/BAD


    x8086
  9. Replies
    176
    Views
    16,347

    Poll: Re: Are you a smoker?

    Yes I do Smoke ……. And I know it bad habit …..
    But Habit is some thing …..When H goes A Bit Remains when A goes Bit remains
    When B goes Still it Remains…..

    Well its very easy to...
  10. Re: The Best of the Best Liquor /Wine /Rum / Whisky Brands of your Country...

    Cilu


    I will gift one bottle if you will visit “The Dark Side of the Moon”……. :D BTW I am surprised That you haven’t tested liquor ….are you in still school or something…………....
  11. The Best of the Best Liquor /Wine /Rum / Whisky Brands of your Country...

    Hi all ,

    Lets share the best brands of Liquor / wine /Whisky /Rum /Vodka/JIN of your country And which is your most favorite. :D

    we have vary good strong brand of Whisky called as Blenders...
  12. Thread: How to explain ?

    by x8086
    Replies
    43
    Views
    3,416

    Re: How to explain ?

    :eek: :eek: :eek:


    Well I have a simple solution for this Please DO NOT ADD JIN OR VODKA :D to lime, lemon or orange juice Trust me you will not feel sleepy at all .............................
  13. Replies
    5
    Views
    7,520

    Small Technical puzzles……?

    Hi all,

    Well this Is not any competition, we all do lot of programming work but most of the
    Times some small things skips even by the good experience programmer.

    And these small snippet do...
  14. Replies
    183
    Views
    37,293

    Re: Meaning of your username!

    “When you are in Rom do as Romans do “ so when I am actively participating in the
    Code guru forum , I thought my nick name should be derived from the computer
    Technology, hence most of the...
  15. Replies
    10
    Views
    1,106

    how does it Works ?

    Hi All,

    Please see the code below.

    This is the problem.


    #include<stdio.h>

    void change()
  16. Replies
    33
    Views
    2,571

    Re: Your ultimate Dream……………

    :eek: Deniz Please dont do that ..... i live on the Moon ( of-course On Dark side :D ) Please let me know prior to do this ...... :D

    x8086
  17. Replies
    33
    Views
    2,571

    Your ultimate Dream……………

    Hi All ,

    Well every body works …for money but form child hood every one holds an ULTIMATE DREAM in life to make it Possible. What is yours ……………? and did you get it what you wanted...
  18. Replies
    67
    Views
    3,353

    Re: Any Hidden or Special Talents ?

    Only thing I am good at is research & Development in computers , well I don’t know whether to call it Special talent or not but yes this is my Talent.

    People see the tings in a way they are and...
  19. Heartily Congratulation to Cilu ,Ejaz Marc G ,NoHero ,Ovidiucucu ,Siddhartha

    Cilu ,Ejaz Marc G ,NoHero ,Ovidiucucu ,Siddhartha

    Congratulation to all of you for being a new moderators …..well I would like to wish you GOOD LUCK for your new responsibility.

    well I...
  20. Thread: Use VB-DLL in C

    by x8086
    Replies
    15
    Views
    4,076

    Re: Use VB-DLL in C

    Igor Vartanov ,

    This is very very good post .....

    And will be highly appreciated , I have a suggestion for you …well this chain of post can be turn in to a very nice Article .

    Regards...
  21. Replies
    3
    Views
    1,581

    Re: VC++ DLL and VB call VC++ DLL

    sallypeh,

    well one thing i can add dont use _declspec(dllimport) Please use __stdcall <fn Name > and export this function from .def file like exports
    fnname @1 etc ...some times _declspec...
  22. Poll: Re: CodeGuru Poll: What version of SQL Server are you using?

    Brad,

    Since I have used SQL Server 6.5 to SQL Server 2000, most of the times
    In new version Microsoft has added few 1 or 2 advance functionalities and other 90% are cosmetic changes, so I...
  23. Poll: Re: CodeGuru Poll: What version of SQL Server are you using?

    I use SQL Server 2000 and SQL Server 7.0,

    BTW :rolleyes: I have a question for Brad .... how come Database came in to picture in Core VC++ Forum :confused:


    :D Of course you must have plan...
  24. Replies
    4
    Views
    1,048

    Re: How to create a PDF file?

    Nice Exercise

    Serch for LibPDF on Google for C++

    and for more info go to next link PDF information

    x8086
  25. Generic VC++ projects(All Flavors) V/S .Net VC++ projects (All Flavors)

    Hi All,

    Generic VC++ projects(All Flavors) V/S .Net VC++ projects (All Flavors)

    What is the difference between compiling WIN32/MFC/ATL/Console projects in
    Visual .Net Studio and VC++ IDE...
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured