Skip to content

IT & Infrastructure

General IT Discussions

This category can be followed from the open social web via the handle it-infrastructure@forum.codeproject.com

6.1k Topics 18.2k Posts
  • The future of COM+?

    c++ question csharp com learning
    2
    0 Votes
    2 Posts
    2 Views
    J
    COM+ will be with as for a long time, in some form or other. It will just get easier to use.
  • Display Text on Screen

    tutorial
    2
    0 Votes
    2 Posts
    4 Views
    C
    Wild guess. They create a simple pop-up window with a transparent background and draw text in it. Chrys
  • Developing Plug-Ins for Outlook Express

    tutorial question
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • LCARS

    csharp database lounge
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Regular Expressions and TypeLibrary

    c++ visual-studio regex question
    5
    0 Votes
    5 Posts
    3 Views
    M
    I'm not sure what COM support your mingw compiler has but it sounds like you might have to use COM the hard way and use CoCreateInstance. #import is VC specific and the only other way I know to import a typelibary is through VC class wizard. Michael
  • Adding linenumbers to an editbox

    question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Day Time GMT Offset. Tip

    c++
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • suggestions for software project in vc++

    c++
    2
    0 Votes
    2 Posts
    4 Views
    J
    How about contributing to an the Visual Component Framework - you could take the work I started in the RemoteObject Kit and turn it into a pretty cool and useful project (does distributed objects in C++, but with no IDL, allows for dynamic object introspection, dynamic methods, etc). Or if you're interested in something visual, how about helping with the VCF Builder, a GUI builder like VB or Delphi, but based entirely on the VCF. For more info either email me, or check out http://vcf.sourceforge.net, or http://sourceforge.net/projects/vcf.
  • Freelance programmer

    java tools c++ html database
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Code Guru Web Site

    collaboration question
    2
    0 Votes
    2 Posts
    3 Views
    L
    I noticed that their newsletter has stopped arriving and i don't think that I did anything to cause that. Regards.
  • std::vector<> equivalent of CArray::RemoveAt(nIndex)

    c++ graphics question
    5
    0 Votes
    5 Posts
    3 Views
    P
    Thanks all. I was porting some MFC codes to ATL and STL and had the problem. It was solve simply as v.erase(v.begin() + index) Again, thanks for the contribution and the support. Best regards, Paul. Paul Selormey, Bsc (Elect Eng), MSc (Mobile Communication) is currently Windows open source developer in Japan, and open for programming contract anywhere!
  • Visual Studio 6 Service pack 5

    csharp sharepoint visual-studio com announcement
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Building a texteditor with syntax highlighting

    question
    2
    0 Votes
    2 Posts
    3 Views
    S
    Hi, Look at http://lists.sourceforge.net/lists/listinfo/scintilla-interest as scintilla is free and (maybe) does what you want. Old Simon
  • Get text from Edit1 and convert it to double

    question
    3
    0 Votes
    3 Posts
    4 Views
    L
    Thanks -
  • Need Advice from Web/Database Pros!

    question database com sysadmin help
    2
    0 Votes
    2 Posts
    3 Views
    F
    Hai, Since you are using a Windows NT server the best choice is to go for a SQL Server If you expect a lot of hits to ur site. But if it is of small size and of lesser hits you can go for ACCESS since this comes with your Office package. And if you want to go for some dynamic realtime effects to your site better you should go for a scripting language like ASP, JSP etc. And for the coding better you can use Microsoft's Visual Interdev if you are using ASP.Front page is also can be used for design purouse but for scripting interdev will be better. Thanks and regards frijo E-Mail : frijofranco@yahoo.com Contact me at frijofranco@yahoo.com
  • how to get the serial number of a disk using vba...

    help tutorial
    2
    0 Votes
    2 Posts
    3 Views
    L
    Sergio: You must use the following API GetVolumeInformation. If need help, please contact me at carlos.antollini@nixorcorp.com. (en espaƱol si queres) Cheers. Saludos!!! :) Carlos Antollini.
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • VSS and C++ automation

    c++ testing tools json question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Common Speller API

    json question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • improve myself....

    c++ code-review
    2
    0 Votes
    2 Posts
    3 Views
    C
    Try lots of things. Buy some good books ( you need to own Stroustrup, for example. ) Ask lots of questions. Never give up. ;) Christian #include "std_disclaimer.h"