noname00's Q&A profile
.NET Development JScript problems
I don't know if I'm in the right place to post this so forgive me if I am not. I have a home automation computer and part of it's functions is to run macro's. I have been able to get it to turn on media player 9 and play a playlist. But I am having trouble getting it to shut if off. After trying every command line string I could find I'm now looking into JScript. The particular part of JScript I'm looking at is the sendkey functon. Now I'm as ne ...Show All
Visual C++ DLL in mfc
what is the best way to create DLL in mfcand how can i use the created dll in mfc mido1971 wrote: what is the best way to create DLL in mfcand how can i use the created dll in mfc Read up on extension DLLs. Start here : http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/_core_Extension_DLLs.asp ...Show All
Windows Forms open with in vb2005
Hi, i got the following question: how can i set my application to work like this: if i doubleclick on a file (for example an mp3) to open with my app cuz the program is opening up (starts to run) but don't start to play the mp3 file. how can i solve this thnx If Environment.GetCommandLineArgs().Length >= 2 Then textBox1.Text = Environment.GetCommandLineArgs()(1) End If The method returns an array ...Show All
Visual FoxPro Select SQL Problem
I am trying to select records from a database to determine qualifying order over 3 rounds of competition. I *thought* I had it working but the results are not always correct. I need to find the lowest number in the field IQUARTER from a list of runs from many different entries listed by the field RACESESSIONS, but I need only the lowest for each contestant. If there is a tie then the highest Miles Per Hour from the field ...Show All
Visual Studio Team System How can I run a console app from my unit test?
I have a console app that I want to run from my unit test. I have team system form Software developer. Please advice! Thanks, If all you want to start a console application then you could use Process class to start a new process including a console application. The link to msdn: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfSystemDiagnosticsProcessClassTopic.asp Than ...Show All
SQL Server Problem in ERD creation in sql server management studio
I have downloaded adventurework database intall it then configure the databases in managemnt studio and then make a ERD of the db all works fine. Then I have intall asp.net 2.0 starter kits. 1,Club Starter kit 2,Commerce Starter Kit 3,eBay Selling StarterKit 4,Jobs Site Starter Kit 5,Personal Site Starter kit 6,Time Tracker Starter kit install them and configure the databases in managemnt studio.all thing works fine but when I create erd ...Show All
Visual Studio Tools for Office comaddin.Object does not work
I am trying to make two Excel addins talk. the 1st addin can be seen by the 2nd via app.COMAddins collection, and I verified that the addin instance has the right ProgId. however, the Object property yields <undefined value>, therefore, I can not call methods on that addin. what can I do to figure out what is wrong The way it needs to be done is : your first add-in should initialize set the Object p ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNABuild.exe seems to have a problem opening normally
I just downloaded this, and I'm getting this error from the WinZip Self-Extractor: Ecrofirt, thank you for letting us know. I am not sure why you're seeing that error. Did you try to open immediately from the Web or did you save locally first And do you know why your machine isn't letting it create a new directory (e.g. you're running it from a network share or where you don't have sufficient priveleges to create a folder or from a burned CD) ...Show All
Visual J# JMenuBar performance broken if using heavyweight popups?
Big problem. I have a simple JApplet which contains a JMenuBar, some JMenu s, JMenuItem s, etc. It works great if the applet is tall enough to fully enclose the menus when dropped down. (That is, it draws them using a lightweight JPopupMenu .) But if the applet is not that tall, then the menu bar responds very, very sluggishly when I try to navigate among the menus with the mouse. If I click on (say) a File menu, it drops down instantly, but ...Show All
Visual Basic delay displaying .net forms
I'm calling a .Net exe from VB6 and loading the .net form has a delay. If you click on the current VB6 window before the .Net form loads it ends up behind the current window and the icon never appears in the taskbar. The only way to get to it is the alt-tab. I'm calling execute and wait from my VB6 app so the .Net exe has to finish before the VB6 app can go on. How can I get the .Net app to act like a modal window and not allow them to click off ...Show All
SQL Server Delivery Channels and Protocols
Here is what we want to do, and I have not been able to spend enough time to see if this is possible out of the box, so thus the posting to the group. It seems that the XSLTFormatter uses the DeviceTypeName to help allow for different XSLT definitions. It would seem that the DeliveryChannelName would be the better choice, since you can define multiple DeliveryChannels for the same protocol. Also, why store the DeviceTypeName in the NSSubscriberD ...Show All
Visual Studio Express Editions From SQL Server 2000 to SQL Server 2005 Express
Hi Previously I used Visual Studio 2003 and SQL Server 2000. I've just installed Visual Studio 2005. It seems to have installed SQL Server (Express ) automatically. Do I need to upgrade my old SQL Server 2000 databases If so, how I only want to use SQL Server Express with Visual Studio 2005. I've installed SQL Manager Studio Express CTP. It does not show me my old databases under the list of databases. How do I get them to &q ...Show All
Visual Studio Custom code for New Project Templates
I'm trying to get a handle on how much the design of the New Project Templates has changed from 2003 to 2005. One quick question at the start of this process: In VS 2003, you wrote custom code (to be run when a new project was generated) in Javascript. Is it correct that in VS 2005, that new code has to be written in a .NET language and must implement the IWizard interface Thanks, Chuck So, Craig, ...Show All
.NET Development Quick SQL question
I am trying to build manually the UPDATE, INSERT and DELETE strings of my OdbcDataAdapter because the ones generated by the OdbcCommandBuilder are not going to be adequate. I will still be starting from the generated strings and build on them. To understand better what they do, I need to interpret a specific SQL predicate, and I am having trouble with an expression within. The following SQL command is supposed to ensure that a row in a table is ...Show All
Windows Search Technologies Address bar - locked
my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have ...Show All
