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
D

Demian Panello

@Demian Panello
About
Posts
148
Topics
64
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Binary data transfer through serail port
    D Demian Panello

    Please refer to: http://msdn.microsoft.com/en-us/library/aa363196(v=VS.85).aspx[^] Regards.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC c++ help tutorial

  • Regular expression
    D Demian Panello

    Thanks Bob. Well, that kind of stuff that you mention is what I used to do for every range, and there is always a solution. But, I just wonder if already exist a general way to solve this kind of problems. I'm thinking to write a program (maybe in C++ or C#) that help me in my job to proccess these ranges. Something like you enter a range of long numbers and then the programa list you all the regular expressions that help you to locate a value within that range. Thank you very much for your help.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC question c++ database regex help

  • Regular expression
    D Demian Panello

    Hi. I need to generate a regular expression. I use to do this by hand, in cases like the following: I have: 340000000000000 349999999999999 and 370000000000000 379999999999999 they represents ranges, then I store in a database the following regular expresion: 3[4,7]% That's easy. But there are cases like: 6221260000000000 6229259999999999 that it's not so simple, but I used to solve that, (in this case with a few of regular expresions similar like the one above), but my head start to hurts. :doh: And, you know, there are another ranges that need very complex regular expressions. So, my question is: Somebody knows about a tool, or program (or maybe a class that I could use in my program) that it could help me to build regular expressions like the ones above, just with the input of that ranges? Or maybe someone have some useful ideas about it. I know, maybe this is not the right forum to post that, but I thought, just because I'm using C++... Any help or hint will be appreciate it. Thanks.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC question c++ database regex help

  • [Message Deleted]
    D Demian Panello

    If you want to meet girls go out and talk with them. Go out after office of course, some pub and drink some beers, then you will get your girl. Come on, go for her!! :rose::cool:

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    The Lounge

  • Finland - USA 3-2
    D Demian Panello

    :-D Yeah, I have noticed that. I just wanted to turn you mad. :laugh: (just for fun)

    Michael Martin wrote:

    Argentina's Rugby League team would be lucky to sniff the farts of the Australian Rugby League team

    Yep, very lucky indeed. :laugh: I think we deserve that privilege.X| The Wallabys rules! Midnight Oil rules! (I really love that band). Peace.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    The Lounge com game-dev tutorial question learning

  • Finland - USA 3-2
    D Demian Panello

    Sorry, but you forgotten Argentina, and I think it's not a "lower ranked country", it's third ahead Australia. ;P http://www.irb.com/[^] Since we began to professionalize our rugby, we have improved more and more. This third position is not casual. :-\ However, Australia is the greatest. The best rugby is played there, I have to admit it. And, if Argentina and Australia play 10 matchs, Australia will win at least 6 of them. That's is totally true.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    The Lounge com game-dev tutorial question learning

  • about parameter passing
    D Demian Panello

    Did you try to debug the OCX project putting a breakpoint in the ReadBlk and see what is happening?

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC c++ com help tutorial question

  • Burning DVD
    D Demian Panello

    Check this[^] The next time, please make a search first here in Codeproject before posting a question.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    modified on Friday, March 14, 2008 8:35 AM

    C / C++ / MFC c++ tutorial

  • Folder size
    D Demian Panello

    Ah, in addition to my other reply post check this[^]

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC c++ tutorial

  • Folder size
    D Demian Panello

    Check the following article[^]

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC c++ tutorial

  • How to access DLL file on vista?
    D Demian Panello

    Why you need to compile the DLL again?. If it runs in XP usually should run in Vista. However, if you are trying to compile the the DLL and you can't, will help a lot, the messages the compiler throws to understand why. We can't guessing what problem you have.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC csharp visual-studio help tutorial question

  • Colored Text in win32 window + scroll
    D Demian Panello

    The sample that led mike post will help you. If you have an application without MFC, just remove the MFC objects in that sample and you will see the plain WIN32 functions for scrolling and text output.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC question

  • How to access DLL file on vista?
    D Demian Panello

    Did the program ran in Vista? If not, why?. What error happened?. Please, give more information about it.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC csharp visual-studio help tutorial question

  • Get the caption of active window...
    D Demian Panello

    Oh yeah, of course.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC help csharp visual-studio

  • Get the caption of active window...
    D Demian Panello

    I don't know what exactly are you trying to do. But for the code you've posted I see the following: GetActiveWindow() return a HWND handle, there are not members functions to access from it. So, after saving your handle like this: HWND hwnd = GetActiveWindow(); Then you could call GetWindowText like this: GetWindowText(hwnd, strCap, sizeof(strCap))

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC help csharp visual-studio

  • Colored Text in win32 window
    D Demian Panello

    You should check TextOut function[^] And also read about objects like Pens and Fonts.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC help

  • Browser panel w/o IE?
    D Demian Panello

    Hey RANDOR. A very good library that htmlayout. Thankx for the link.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC html com sysadmin question

  • Urgent!! Please Help
    D Demian Panello

    Use the Windows Task Manager to see if you are releasing properly the objects you've allocated. You will see the "Usage memory" column of your program will increase very quick instead of being stable. That will help you to find memory leaks that could cause your program decrease in performance until hang it.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC c++ help

  • Web Programming in C++?
    D Demian Panello

    As Christian says, .NET is your best choice for the UI in the web. Using MFC you could create some ISAPI extensions, to interact with the data in a bussines layer.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    C / C++ / MFC csharp c++ visual-studio help question

  • mobile devices
    D Demian Panello

    Hi. I think that everything is more simple. "A computer is a machine that manipulates data according to a list of instructions." All the machines that falls into that definition is a COMPUTER. And of course there are differents categories into the Computer schema, but all they are COMPUTERS. Even an "abacus" is a computer!. Because there are a list of instructions to follow to be able to carry a calculus. Like my PC, except they are C++, or assembly or machine language instructions.

    Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

    The Lounge tutorial csharp ios sysadmin help
  • Login

  • Don't have an account? Register

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