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
B

blink4me

@blink4me
About
Posts
13
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Local Server
    B blink4me

    Hi, I am developping ASP.NET and MySQL applications on my workstation. I want to run both IIS and MySQL but I dont want anybody being able to connect from the outside. I only want local access. Is this possible? Thanks... Jean S. Paquet

    ASP.NET csharp asp-net mysql sysadmin windows-admin

  • Int textBox
    B blink4me

    and how do I handle multiple verification, I want to allow control (BKSPACE, etc.) and dots. // JS Paquet cout << "Thank you all" << endl;

    C# javascript tutorial

  • Find Element
    B blink4me

    Hi, I have many entries in my XML and I would like to search for one in particular (the one the user wants) but not show it, just take that entry and check an element in it, how would this be done. Ex: KABE Allentown Intl PA 40.652364 -75.440403 KABI Abilene Reg. TX 32.411319 -99.681897 I want to look up KABE and put its Long value in a double. (BTW, I have no schema for this file, only the XML, would a schema be helpfull here?) Thanks... // JS Paquet cout << "Thank you all" << endl;

    XML / XSL xml javascript database question

  • Int textBox
    B blink4me

    Hi, I finally figured how to parse my string as singles but I am looking for a way to prevent the user from entering non numeric values in the textBox, could a maskEdit do this or is there a way to do it directly with the textBox. Thanks Jean S. Paquet // JS Paquet cout << "Thank you all" << endl;

    C# javascript tutorial

  • ODBC
    B blink4me

    Hi, I am developping application in C# with MSAccess databases and whenever I create an OLE DB Connection, something fails. When I select the Jet 4.0 Provider, I get a E_FAIL on the Select command in the wizard. When I use a OBDC connector to connect to an existing DSN, I get some sort of error saying that the data isnt compatible. What method should I use to connect a c# app with a MSAccess local db using the wizard in VS.NET or maybe there is a way to do this without using ODBC. Thanks Jean S. Paquet // JS Paquet cout << "Thank you all" << endl;

    Database csharp javascript database visual-studio com

  • I need your help on this guys...
    B blink4me

    Hi, I actually have 3 ?s: 1- How can I convert a CString to a c-char (char[25]) and vice-versa. 2- How can I convert a CString to a int, fl int or other number holder. 3- How can I extract a certain portion of a CString, like the first 2 chars for example. // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC question javascript help tutorial

  • Anybody knows Visual Studio Installer
    B blink4me

    Hi, I am using visual studio installer 1.1 and I would like to create a sreen that would allow the user to select the features that he wishes to install, a bit like in office 2k/xp. Please help me as this is of urgent matter. JS Paquet. // JS Paquet cout << "Thank you all" << endl;

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

  • Simple but I forgot...
    B blink4me

    Thanks all, but the one that I used and that seemed to work well was: CString strName = "Josh"; CString strWelcome = "Welcome " + strName + '.'; // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC c++ javascript question

  • Simple but I forgot...
    B blink4me

    BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt } H2,H3,H4,H5 { color: #ff9900; font-weight: bold; } H2 { font-size: 13pt; } H3 { font-size: 12pt; } H4 { font-size: 10pt; color: black; } PRE { BACKGROUND-COLOR: #FBEDBB; FONT-FAMILY: "Courier New", Courier, mono; WHITE-SPACE: pre; } CODE { COLOR: #990000; FONT-FAMILY: "Courier New", Courier, mono; }

    I am fairly new to Visual C++ Programming but I have experience in C. I want to display the content of a string in a string. Printf("Welcome %s.", name);, in C, I did it like this but in Visual C++, I have a string m_strWelcome and I want to display m_strName in it like above. How? // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC c++ javascript question

  • Backgroud
    B blink4me

    Hi, I just created an app using VC++ and I think it needs a little spice so, I want to include graphics in my app, how can I put an image in the background (not 16 colors, 256+) like in msn messenger. I would like an image and I could put my controls on top of it. Actually when I do that today, my bitmap takes the whole place and all the controls are under it. And also, I want to make my image fit the entire application canvas. Help me if you can please. // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC graphics c++ javascript help question

  • Error with compiled app (localization)
    B blink4me

    Hi, I create a MFC Application with the wizard, SDI / MDI. After I compile, some dialog boxes and the print preview are in french??? I know that I have french software on my computer but my XP is in English as is my VS6. I would like to compile my apps in english please. If you want me to send you a file, ask me. Boxes in french (the one I found): -Open -Save -Save As -New -Print -Print Preview (everything in there) -... etc. // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC c++ javascript help question

  • AppWizard
    B blink4me

    Hi, I would like to know if anyone knows a good link to an article or a tutorial that would explain how to create an AppWizard. // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC tutorial javascript

  • Your op. about .Net
    B blink4me

    Hi, I am currently learning VC++ and MFC. I use Visual Studio 6 Enterprise and Sams: Teach Yourself Visual C++ 6 in 21 Days. I was wondering if it was worth it to save money and buy a standalone VC++.Net. Would I have many things that could be usefull to me, and my big question: Do the looks of the apps that you create with .Net look like Office XP Automatically.:) // JS Paquet cout << "Thank you all" << endl;

    C / C++ / MFC c++ csharp javascript visual-studio question
  • Login

  • Don't have an account? Register

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