zpjim's Q&A profile
Visual C++ __box
Hi all! I got a sample in Microsoft Developer about c++, but I can run in VS2003 and in VC++.NET Express I can't run this sample. --------------------------------------------------- System::Globalization::NumberFormatInfo* nfi = new System::Globalization::NumberFormatInfo(); txtFileText->Text = String::Concat(txtFileText->Text, (__box(myNextInt)->ToChar(nfi)).ToString()); I think this error is code __box... Anybody know how I ca ...Show All
Visual Studio Express Editions how to run an individual cpp file in a project?
hi, how to compile and run an individual cpp file in a project, in which there are other cpp files containing main(). the "debug->start (without) debugging" option seems used to run the whole project. Thanks Yu It's a bit unusual to compile and run individual files but you may be able to achieve something like that by using configurations. You can create a custom configuration ba ...Show All
Visual Basic Problem with own TextBox in VS2005
Hey NG So, I don't know, if this is an bug of VS2005 or if I offers this problem I made a new control member. It belongs to System.Windows.Forms.TextBox. I extended the "normal" textbox with some features. Now, sometimes my VS2005 crashes. (OK-It's Beta) - But when I reopen my project, all Forms can't be displayed correct - Because of an error with my control member. - After rebuilding the project (without errors) the forms are displayed correct ...Show All
Windows Forms Best Practices Question
Hi All - I am building an App that will need to find a folder on a network drive that may or may not be mapped to that particular persons computer (the network admistrator will not block the user or the code from finding the&nbs ...Show All
Visual Studio Express Editions GroupBox
Hello to everybody! I want to add a groupbox to my windows form. How should I do this Right-click the form in your solution and select View Designer. If you don't see the toolbox, click View + Toolbox. Click "Groupbox" under the "Containers" heading and put it on your form. ...Show All
Visual Studio 2008 (Pre-release) versioning in WCF?
Is versioning, according to this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service10152002.asp the recommmended (up to date) practice for versioning service contracts for web services headed to WCF I have a chance to create a versioning strategy, right now, for our WSE2 (later, WSE3 & WCF) web services. I appreciate any help. Thanks. Yasser - i'm working ...Show All
Visual Studio Express Editions How to connect vb2005 express and SqlServer Express through a network
Dear all, I installed Visual Basic 2005 Express and SqlServer Express. I tried some features of both of them but I'm not able to connect a databse through a network. To explain, I have two computer in the same work group. In one of them I have installed SqlServer Express and the other one works as client, i mean, i want to develop a software able to connect to the first one and make operation with the database. Using the "DataSource Configurati ...Show All
Windows Forms BackColor Property for TabControl
Wouldn't it be nice if THIS property worked You're exactly right. I do understand that I have the option of using the paint, GDI, or graphics but the precision required to make it look good is higher than my abilities or pati ...Show All
Visual Basic Listbox update based on Access data
Hello, i am new to visual basic. Currently, i have a list of job names in an access database file. What i am trying to do is update the "ListJobs" ListBox according to a "Name" TextBox using a "Search" Button. If one (or more than one) of the Job Names contained in the access database matches (or contains) the "Name" TextBox, then i would like the given Job Name to be displayed in the ListBox and the rest ...Show All
Software Development for Windows Vista Setting a parameter to a custom activity
Hi! I developed a custom activity and I created the following property: public static DependencyProperty StickerProperty = System.Workflow.ComponentModel. DependencyProperty .Register( "Sticker" , typeof ( string ), typeof ( CorrectorActivity )); [ Description ( "This is the description which appears in the Property Browser" )] [ Category ( "This is the category which will be displayed in the P ...Show All
Visual Studio Tools for Office CommandBarButton and User Control Relationship
Hi, My situation: I called a method called "AddMenu()" in the ThisWorkbook.cs's StartUp event handler in order to create my custom menu in Excel, that's fine and work perfectly. I also have a action pane / user control containing a DataGridView display a grid of data. User can select a couple of DGVRow in the DGVCheckBoxColumn in that DGV. Finally, I want my users to click a menuItem in the custom menu and retrieve the &quo ...Show All
SQL Server ODBC - FMTONLY
Hi There I need to know if the "perform translation for character data" odbc connection option is responsible for SET FMTONLY statements, i think it is but i cannot find 100% confirmation from knowledge base articles or various searches. Secondly if this option is unchecked will it stop FMTONLY statements completely. Thirdly if it is enabled, what is responsible for FMTONLY statements not having a where clause the odbc driver or the application ...Show All
Visual C++ _CRT_SECURE_COPP_OVERLOAD_STANDARD_NAMES not working
Hello, i tried using _CRT_SECURE_COPP_OVERLOAD_STANDARD_NAMES after reading from the following post: http://blogs.msdn.com/michael_howard/archive/2005/02/03/366625.aspx i am still getting the depricated methods warning. i am including the code here. /******** stdafx.h - start *******/ // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // ...Show All
Visual J# ResourceBundle
I am having trouble figuring out where to place my resource bundles inside my asp web site. My J# class file is in: \Visual Studio Projects\WebSites\view\App_Code\com\systems\test\rbw.jsl In rbw.jsl I do: resourceBundle = ResourceBundle.getBundle("login", new Locale("en", "us")); I've placed a "login.properties" file and a "login_en_US.properties" in a bunch of different file locations and I always get a "Resource Bundle not Found" e ...Show All
Smart Device Development Maintaining one visible form with CF2.0
Hi, I have recently created a CF2.0 Pocket PC application using VS 2005 Beta 2 after being inspired by the following white paper: "Northwind Pocket Service: Field Service for Windows Mobile-based Pocket PCs" available at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/fieldservice_pocketpc.asp When opening and closing all forms in my application I use the method used in the white paper which is describ ...Show All
