J. JIMENEZ's Q&A profile
Smart Device Development error: 0x80070003 - problem deploying cf 2.0 programs to the device emulator
Hi! I am working with visual studio 2005 beta2 and compact framework 2.0 beta 2. I have troubles deploying a program to the device emulator. I'm getting this error: Error 1 Deployment and/or registration failed with error : 0x80070003. Das System kann den angegebenen Pfad nicht finden. Conman HelpText System I installed the dma patch for the emulator, but the error remains Any hints THX! Hi again I was able to solve this problem I simple deinstalled everything (all addons, VS2005 Beta, .net framework .....) and installed it again now its working! Norbert ...Show All
Visual Studio Team System Solution problems with RC and Beta 3
Maybe it's just me, but can you no longer add a solution to source code control when creating the solution (or project) Did something break with the beta 3 The option should still be available. Did you install the Team Foundation Client as well as Visual Studio 2005 RC1 If so, are you connected to a Team Foundation Server when you start the New Project wizard Cheers, Adam ...Show All
SQL Server Oddball SQL calculation query - any Gurus up to this??
OK, so I have a situation where the Client gets money from activites based on mileage. The further from 'home', the greater the mileage rate is. The distance per stopover is measured from wither home, or the last stopover, making it a continuous interval. Dependinig on the load size, the rates will increase or decrease as well. Assume the following are skeleton table structures. Table structures assume that appropriate keys are in place as 'Keyfields': Table1Fields: <Table one holds the actual user-entered data per Size> Key Keyfield(s), <keys to Table2's Keyfields> Size Varchar, DistanceFrom Number, (all ...Show All
Visual C# Retreive System Information
What is the C# equivalent to the VB Environ$ function such as: string tempPath = IIf(Environ( "tmp" ) != "" , Environ$( "tmp" ), Environ$( "temp" )); that allows you to retrieve System information Thanks! Environment .GetEnvironmentVariable( "TEMP" ); ...Show All
Visual C++ new to c++ and VC++ express with linker errors
Hey all, hope everyone is well...I am trying to type in a program from a book I am reading. the problem is I have the code in exactly as it is in the book but I still get errors when I try to compile. well no so much in the compiling process but in the 'linker'. I am no experienced enough to figure it out on my own so I was hoping for some help. the following is the code (it's a console tic-tac-toe game) // hi2.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; const char X = 'X'; ...Show All
Visual FoxPro how to send control codes via "???" to receipt printer
Hi All, I am writing a POS system and using a receipt printer (Epson TM-U220D). Unfortunately the printer drivers from Epson didn't work & hence I resorted to using the Windows Generic/Text printer. I am using a series of to output to the printer, which works fine. My problem is that I need to do some form of simple formatting on the receipt, e.g. make company name bold, etc. My question is, how do I send the control codes to achieve the above Thanks all. Another possibility is to include the printer code in curled braces: "Plain text, {27}{69}bold{27}{70}, plain again" This syntax is the reaso ...Show All
Visual C++ Tiered library dependencies under VS2005
We have a project that is structured like this: Program depends on Library 1a which depends on Library 2a, Library 2b, etc. The dependencties for the above are set by right clicking each project and selecting Project Dependencies... and selecting the projects immediately below the projects in the dependency tree. If I modify a source file in Library 2a and then right-click on Library2a and select Build, it builds the library. If I now right-click on Library1a or Program and select Build, I see the message ========== Build: 0 succeeded, 0 failed, N up-to-date, 0 skipped ========== so, nothing gets relinked and Progra ...Show All
Visual C++ Visual C++ and Visual C++ Express
Visual C++ and Visual C++ Express.... I was wondering, what is the difference between the two Which one is easier to use Advantages/Disadvantages The IDE is the same. Express has no: MFC/ATL Data designer Resource Editor for natove propgrams remote debugging, SQL Debugging. Needs a separate SDK install. See http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx ...Show All
Visual Studio Express Editions Time - Increasing
I hope someone could point me in the right direction on this. I have a text field which I would like to set at 00:00 (zero minutes and zero seconds), then click on a button to increase the time by :30 seconds after each click. Any assistance is much appreciated. Hi, You can try changing the value of the textbox value by 30seconds and converting to time format on button click event. Thank you, Bhanu. ...Show All
Visual Basic ComboBox
I have a combobox question, two parts: When using a combobox, normally the items are added to the drop down list by using items.add. Is there a way to have the list of items but not be hard coded into the code or require some type of database In another language I messed with, there was a string table that would be a part of the application but provided a central location for list items. Is there a way to associate items in a listbox or combobox with an alternative id... example... Alaska... AK... North Carolina... NC... in a list box... the full name of the states would be listed, but the abbreviations of ...Show All
Windows Forms My Wish List...
Windows XP Themes applied automatically Dragable toolbars - like Office and VB ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Transparent textures?
If i have a simple polygon with a transparent PNG as texture, how do i make other polygons behind the transparent polygon visible through the first one. Right now all transparancy on the png get the same color as the one i specify in device.Clear(...); What you usually do is render the solid objects first. Then you render the less opaque objects. What you will also need to do is set some render states for the coloring of the pixels to make use of the alpha component of your pixels. Device.RenderState.SourceBlend = Blend.SourceAlpha; Device.RenderState.DestinationBlend = Blend.InvSourceAlph ...Show All
SQL Server Generate Script Problem
Hi, When I run the "Generate Scripts.." wizard to generate Stored Procs, they are displayed with all the single quotes replaced by two single quotes and a few additional single quotes here and there. The problem is, I can not take this stored proc and run it in another DB as you can see it from the example below. Do I need to be picking any particular settings SET ANSI_NULLS OFF GO SET QUOTED_IDENTIFIER OFF GO IF NOT EXISTS ( SELECT * FROM sys.objects WHERE object_id = OBJECT_ID ( N '[dbo].[getQuestions]' ) AND type in ( N 'P' , N 'PC' )) BEGIN EXEC dbo . sp ...Show All
Visual J# MBS for J# Express 2005?
The Visual J# Express Edition 2005 page indicates that there is a version of the AP Computer Science Marine Biology Simulation available for it, but the downloads page only provides one compatible with VS 2003. I tried to unpack the MSI, but I wind up with a bunch of unorganized, misnamed files. Is a new version of the APCS MBS coming out soon Hi, Thanks for downloading Visual J# Express Edition 2005. I could see that AP Computer Science Marine Biology Simulation is available for VS 2003 version. It will be great if you can see this running on VS 2003. I will check up if we c ...Show All
Visual Basic use flash within vb.net application
I have developed a simple application, my friend designed a startup flash animation (.swf file) for me, but i have no idea how to combine this file with my application so that it will appear every time when i run the exe file of my application. plz help Here's how WaitForExit works.... Process.WaitForExit () Instructs the Process component to wait indefinitely for the associated process to exit. Supported by the .NET Compact Framework. Process.WaitForExit (Int32) Instructs the Process component to wait the specified number of milliseconds for the associated process to exit. Supported by the .NET Com ...Show All
