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
blink4me
Posts
-
Local Server -
Int textBoxand how do I handle multiple verification, I want to allow control (BKSPACE, etc.) and dots. // JS Paquet cout << "Thank you all" << endl;
-
Find ElementHi, 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;
-
Int textBoxHi, 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;
-
ODBCHi, 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;
-
I need your help on this guys...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;
-
Anybody knows Visual Studio InstallerHi, 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;
-
Simple but I forgot...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;
-
Simple but I forgot...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 stringm_strWelcome
and I want to displaym_strName
in it like above. How? // JS Paquet cout << "Thank you all" << endl; -
BackgroudHi, 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;
-
Error with compiled app (localization)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;
-
AppWizardHi, 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;
-
Your op. about .NetHi, 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;