Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pc_dev

@pc_dev
About
Posts
130
Topics
66
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to access a password protected MS Access database
    P pc_dev

    Thanks a lot.

    Database database help tutorial

  • How to access a password protected MS Access database
    P pc_dev

    I want to open a password protected database in vc 6 program but it do not works following is the code (if db has no password then every thing works fine) m_pConnDB->Open (_bstr_t ("Provider=Microsoft.Jet.OLEDB.4.0; \ Data Source = Database1.accdb"), \ _bstr_t (""), \ _bstr_t (""), \ adModeUnknown); I have also tried "Jet OLEDB:Database Password = mypassword" but it dont work I have also tried same code on MDB file instead of accdb files but still same error. Thanks in advance

    Database database help tutorial

  • Connecting to a password protected MS Access Database
    P pc_dev

    I want to open a password protected database in vc 6 program but it do not works following is the code (if db has no password then every thing works fine) m_pConnDB->Open (_bstr_t ("Provider=Microsoft.Jet.OLEDB.4.0; \ Data Source = Database1.accdb"), \ _bstr_t (""), \ _bstr_t (""), \ adModeUnknown); I have also tried "Jet OLEDB:Database Password = mypassword" but it dont work I have also tried same code on MDB file instead of accdb files but still same error. Thanks in advance :rose:

    C / C++ / MFC database help

  • any one got vitz/yaris 2005 (auto transmission) manual ?
    P pc_dev

    ToddHileHoffer wrote:

    I think you are on the wrong website. Programmers don't work on cars

    But to reach work place they need car :cool:

    The Lounge question

  • any one got vitz/yaris 2005 (auto transmission) manual ?
    P pc_dev

    if(any one got vitz/yaris 2005 (auto transmission) manual ) please post/mail me the link;

    The Lounge question

  • Any Solution ???????????????????
    P pc_dev

    if(Your troubles seem to be in an entirely different league) cp; else cp;

    The Lounge help question

  • Any Solution ???????????????????
    P pc_dev

    The Lounge is rated PG. :suss:

    The Lounge help question

  • Any Solution ???????????????????
    P pc_dev

    One day, a mechanical engineer, electrical engineer, chemical engineer, and computer engineer were driving down the street in the same car when it broke down. The mechanical engineer said, "I think a rod broke." The chemical engineer said, "The way it sputtered at the end, I think it's not getting enough gas." The electrical engineer said, "I think there was a spark and something's wrong with the electrical system." All three turned to the computer engineer and said, "What do you think?" The computer engineer said, "I think we should all get out and then get back in."

    The Lounge help question

  • Any Solution ???????????????????
    P pc_dev

    All surfers on cp are troubled ones searching solutions :laugh: :laugh: :laugh:

    The Lounge help question

  • Any Solution ???????????????????
    P pc_dev

    I wrote:

    Wife 1.0 installed itself into all other programs and now monitors all other system activities.

    Infact it has taken over the OS, all system command are disabled :laugh:

    The Lounge help question

  • Any Solution ???????????????????
    P pc_dev

    Dear cpians Last year I upgraded my Girlfriend 5.0 to Wife 1.0. I soon noticed that the new program took up a lot of space and valuable resources. In addition, Wife 1.0 installed itself into all other programs and now monitors all other system activities. Applications such as BachelorNights 10.3, Cricket 5.0, BeerWithBuddies 7.5, and Outings 3.6 no longer runs, crashing the system whenever selected. I can't seem to keep Wife 1.0 in the background while attempting to run my favorite applications. I'm thinking about going back to Girlfriend 5.0 , but the 'uninstall' doesn't work on Wife 1.0. Please help! Thanks, "A Troubled member"

    The Lounge help question

  • How to resume a broken download from youtube
    P pc_dev

    The Dogcow Farmer wrote:

    Just redownload it.

    This is what i want to avoid.

    The Lounge tutorial career

  • How to resume a broken download from youtube
    P pc_dev

    if the download from youtube is broken then it is not resumed from where it was. is there any software that allows to resume downloads from youtube :rose:

    The Lounge tutorial career

  • Progress Bar
    P pc_dev

    as far as flicker is concerened i think u r repopulating the list control again and again in a loop, this creates flicker, if this is the case create a flag variable and append only the latest data and not the whole data again and again. -------------------------------------------------------------- if u want to use progress bar then u should know the total amount of data which u will receive from server that will be max limit 100% for progress bar. Increament the bar depending on amount of data received at each time. if u dont know total amount of data then simply display some animation untill process is finished.

    C / C++ / MFC c++ sysadmin help

  • how can i remove this error
    P pc_dev

    Given below is the error generated by vc6. It is related to memory leakage but the problem is that no file name/ line number is mentioned. how can i find/rectify the exact place of error? First-chance exception in TestApp.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. Detected memory leaks! The thread 0x3C0 has exited with code 0 (0x0). The thread 0x3CC has exited with code 0 (0x0). Dumping objects -> The thread 0x660 has exited with code 0 (0x0). {56984} normal block at 0x078ECFE0, 4 bytes long. Data: < > 00 00 00 00 Object dump complete.

    C / C++ / MFC help question c++ performance

  • HANDLE in MFC
    P pc_dev

    Windows OS keeps track of resorces (Menus/windows) by giving them a unique number this numer is called a handle. to play with any resourse u need to refer that handel just like to post a latter u need an address.

    C / C++ / MFC c++

  • why women live longer then men?
    P pc_dev

    In the grave yard i have found that after 5 to 7 graves of men there is just one woman? same pattern is repeated in all grave yards globally. :-D why they live longer?

    The Lounge regex question

  • GetLastWriteTime always return 0 seconds
    P pc_dev

    In my MFC application i am reading remote directory of a unix system, using CFtpFileFind class it returns the file names along with times but the seconds field is always zero, here is the code CFtpFindFile finder ....... .......... .......... CTime ct; .......... .......... finder.GetLastWriteTime(ct); int hour = ct.GetHour(); // fine int min = ct.GetMinute(); // fine int secs = ct.GetSecond(); // always zero on unix sys //its not zero Please help why its so, or there is some other method to read seconds. Thanks in advance:rose:

    C / C++ / MFC c++ help

  • web cam for Dialup connection?
    P pc_dev

    what about voice chat at dialup

    The Lounge question lounge

  • web cam for Dialup connection?
    P pc_dev

    What is the best free tool/service for web cam chat / voice chat on net using Dialup connection (56 kbps).

    The Lounge question lounge
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups