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
E

Ernesto Perales Soto

@Ernesto Perales Soto
About
Posts
22
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Speaking of wallpaper ... [modified]
    E Ernesto Perales Soto

    Flickr has a lot of pictures that make cool wallpapers. I made a program to use it as a source for my wallpapers. You can check it out here! Adiós!

    eperales

    The Lounge com performance question

  • Good free email client outside of MS Office?
    E Ernesto Perales Soto

    have you tried Thunderbird? eperales

    The Lounge csharp com help question

  • CP and Mozilla/Firebird
    E Ernesto Perales Soto

    I've used mozilla with CP for over a year an I have no complaints except that sometimes I've seen links in articles using backslashes instead of slashes and that brokes the link or the image... as an example see the BipBuffer article in mozilla. Maybe could be a recomendation in the guidelines for authors... eperales

    The Lounge com question

  • OPF.Net (Object Persistent Framework for .Net)
    E Ernesto Perales Soto

    what about publishing an article about it here in codeguru? eperales

    C# csharp beta-testing tutorial code-review

  • I would like to refine an array.
    E Ernesto Perales Soto

    are you sure your code is correct? what is the intention of base.Add(this)? eperales

    C# question data-structures

  • Create DataTable from XML Schema
    E Ernesto Perales Soto

    D, If you want to peek under the hood, maybe taking a look to .cs file generated by your .xsd may shed some light on the issue. On the other hand, if you want to test the FillSchema solution, use a SqlDataAdapter, I gave you the wrong link :~ eperales

    C# xml database tutorial

  • Create DataTable from XML Schema
    E Ernesto Perales Soto

    Hi Douglas, Maybe DataAdapter.FillSchema may help you eperales

    C# xml database tutorial

  • Cloning Data Tables
    E Ernesto Perales Soto

    DataRow[] sourceRows=sourceTable.Select(); DataTable targetTable=sourceTable.Clone(); foreach(DataRow sourceRow in sourceRows) targetTable.ImportRow(sourceRow); :) eperales

    C# game-dev question

  • The worst articles ever
    E Ernesto Perales Soto

    I don't why I had the feeling that had to be Him :eek: eperales

    The Lounge question com

  • The worst articles ever
    E Ernesto Perales Soto

    I have a couple of articles sitting on my HD, waiting for the "Worst Author in CodeProject" award, but what is the point if there is not even a page to show that proves it ;) eperales

    The Lounge question com

  • The worst articles ever
    E Ernesto Perales Soto

    as I was reading this article I started to wonder, what is the worst article ever posted on CodeProject?? it would be interesting to have a section of "The lowest rated authors"... X| eperales

    The Lounge question com

  • '_OLD_IOSTREAMS_ARE_DEPRECATED' - How do I clear this warning??
    E Ernesto Perales Soto

    replace : #include <iostream.h> with #include <iostream> eperales

    C / C++ / MFC question csharp c++

  • cursor change AGAIN AGAIN
    E Ernesto Perales Soto

    Where is this code implemented? Seems like are you assuming that lParam holds a handle to the control below the cursor and, if my mind serves me right, this is not how this message works.. :confused: eperales

    C / C++ / MFC help tutorial

  • GetParent when modeless
    E Ernesto Perales Soto

    void CPage2Dlg::OnButton() { CPopUpDlg dlg(WHATEVER_TEMPLATE_ID_YOU_ARE_USING,**this**); dlg.DoModal(); // position WRT the modeless parent } afaik, it should work eperales

    C / C++ / MFC help question

  • How to get the clicked link's URL?
    E Ernesto Perales Soto

    OnBeforeNavigate2? eperales

    C / C++ / MFC tutorial question

  • problem with unicode and XML
    E Ernesto Perales Soto

    All unicode text files must begin with the Unicode char 0xFEFF eperales

    C / C++ / MFC c++ help question xml

  • call W32 API from MFC app
    E Ernesto Perales Soto

    I have Platform SDK installed, and I had similar error, after defining: #define WIN32_WINDOWS 0x0410 in stdafx.h (before any include) they disappeared eperales

    C / C++ / MFC question c++ json

  • call W32 API from MFC app
    E Ernesto Perales Soto

    :confused: And your problem is? Does not compile? Compiles but does not work? Blows your machine? eperales

    C / C++ / MFC question c++ json

  • CHtmlView and Excel documents
    E Ernesto Perales Soto

    Hi, I'm using CHtmlView as an active document container of Excel files, everything works as expected, except for a little problem : If I already have an excel spreadsheet open ( inside Excel, I mean ) and the open a second spreadsheet using my app I can not longer set the focus on Excel! I tried building a bare bones app with the wizard and it has the same error. Ideas anyone? I'm going nuts on this one :wtf: eperales

    C / C++ / MFC help com docker question

  • Rebase does not strip my debug symbols
    E Ernesto Perales Soto

    Microsoft does it again :mad:! Thanks for your answer Mike, I guess I better start digging MSDN about that new API you are talking about :mad::mad::mad::mad:

    C / C++ / MFC debugging announcement
  • Login

  • Don't have an account? Register

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