Software Development Network Logo
  • VS Express Editions
  • Visual C++
  • Game Technologies
  • Windows Live
  • VS Team System
  • Architecture
  • Smart Device
  • .NET Development
  • Visual C#
  • Visual Basic
  • Visual J#
  • Microsoft ISV
  • SQL Server
  • Windows Forms
  • Visual FoxPro

Software Development Network >> UsEgo's Q&A profile

UsEgo

Member List

Mario Hutter
Jstn
DA_MOBILE_GUY
Rolf R
Pankaj Sharma
MAtkins
rusew
Kamka
quresh
BarJ
DAMSCDBA
Seth Demsey
Kadesh
RoVis
Acky
Angel Lee
thahn
Justin Burtch
russc243
prenney
Only Title

UsEgo's Q&A profile

  • Visual Studio how to find common script folder

      Accessing common build scripts,   We have a couple projects those are checked into source control, generally people use vs.net to do development and build.   I want to enable use of msbuild along with that I want to simplify project files so that it imports common properties. It will enable future changes esier.   Issue is how I find the common script folder which in build sub folder under root source folder (which may be different for different users), I don’t want to declare it in env because user may have more than one .   Any solution how can I traverse part folders to import a commo ...Show All

  • Windows Forms giving a panel focus

    I am sure its simple, but I have searched about and can't seem to et something working. Simple window, i created a panel in. Here is what I have and have tried: The commented portions are what I have tried. [code]  private : System::Void IrrlichtPanel_Paint_1(System::Object^ sender, System::Windows::Forms::PaintEventArgs^ e) { ObjDisplay->init((s32) this ->MyPanel->Handle.ToPointer()); //this ->MyPanel->BringToFront(); //MyPanel->BringToFront(); //this ->MyPanel->Focus(); MyPanel->Focus(); }  [/code] The object I am loading into the panel is displaying corr ...Show All

  • SQL Server Proactive caching - Polling interval

    Hi, If a cube partition is set to custom settings in Proactive caching, and setting only rebuild interval of 1 day in General tab and in the Notifications tab if scheduled polling with incremental updates and 1 day interval is given, what does that mean Does the polling setting bring only data into molap or does it do cube processing also If there is a polling interval of 15 mins with incremental updates and rebuild interval of 1 day, does it fetch incremental data every 15 mins into molap, but will rebuild/process the cube only once a day Rgds mat It would be helpful if you explain in a bit more detils the ...Show All

  • Windows Live Developer Forums Tankwars screenshots

    I've made some screenshots of the game I'm working on (taken from my sandbox, haven't actually tested in msn yet...) You can see them at http://www.stuffplug.com/tankwars/ I know tankwars isn't exactly "never-before-seen" or "mind blowing", but it's a classic that should be included in every application that supports multiplayer. That's why I set off to code it ;) Up till now I have this working: - random level generation - angle/power choosing - firing - blast pieces from level I still have to do: - wind - destroying tanks - restarting level (cleaning up blasts) - rounds (best out of 5) - better graphics I might put on a working demo la ...Show All

  • Visual FoxPro topmost window

    Good day to everyone... My problem is about the active mainform of my application which is top level form.  All settings has already been set, compiled with no errors and deployed at the workstation.  This small VFP program is just to warn me at the server if a certain workstation is already on-line.  But when the user start any on-line games, and I wanted to send message to him, my little vfp program will not show's up at the top of the active windows of games but only at the background. which the user doesn't know if he has a message from me.  Maybe there is something in my code which I miss. Any help is ...Show All

  • Windows Forms Bringing controls out from design-time

    I'm using standard DesignSurface for control design in my custom editor and I'm trying to serialize designed controls with my custom serializator that simply recursively parses the root component and emits custom serialization data for each and every component. The problem is that some components contain objects that were created by their designers. For example, the MenuStrip in its Items collection has a DesignerToolStripMenuHost object that is used for designing menu items. My serialization process cannot generically differentiate these design-time objects from real ones. The solution could be to remove the components from design-t ...Show All

  • SQL Server SQL Server 2005, Parameterized Filter: Snapshot could not be applied

    Hi My merge replication (over Web) has been working fine. But since two days, I've got the following error: If I'd like to reinitialize a subscriber or add a new subscriber, the following occures (on the client side): Client connects to the (Web) server All the snapshot files are loaded down to the client The client tries to apply the snapshot (to a blank database), but then, the following error occures: (Translation from German) Microsoft SQL Server 2005 (KIS:KisAussendienst(XE4500\SQLEXPRESS)): A dynamic snapshot could not be applied, if no dynamic filter for the subscribed publication exists. But, there's definitly a dynamic filter on ...Show All

  • SQL Server Wait for Recieve Fails to recieve message when called from .Net sqlClient

    I have been building out an application and Service Broker has been working great but I have this one nagging problem. There are some scenarios that involve users waiting for a response so I call a stored procedure that sends a message on a service and then waits for a responses on the conversation handle on which it sent the request. When I call the stored procedure from a query window inside management studio it works perfectly. When I call it from a .NET application it times out waiting for the response.  If I set a long timeout I can see that the response   was returned and is sitting in the queue but the waitfor receive just ...Show All

  • Visual C# import external classes

    Hi. I'm really new in the .net world and I would like some help with this problem. When I did some programming in PHP did I use to put classes in separate files so I could use the classes for diffrent applications. Is this possible with C# and how would a simpel code look like I would be really greatfull for some code, pointers in rigth direction or a direct link to some tutorial for this issue. Se below for description how I mean (my example is not real code!!!). Br Mattias Nyqvist ----- file.1 (Not real code!!) class fileOne { string message= "hello world"; } file2.(not real code!!) n ...Show All

  • Visual C# adding Favorites Functionality from IE to a Form??

    What needs to be done to add "Favorites" Functionality to a Form like in Internet Explorer I'm not sure what needs to be done to get that kind of Functionality in my Project.. Thxs for the Help in Advance.. Ok that Fixed it..The only thing i Did was to Remove the Picture Box as its not Needed now..Everything Resizes and the RichTextBox Shows and Closes,With the Web browser Expanding to the Entire Width of the Form.. Thxs for all the Help on this its Greatly appreciated & also for having Patience.. ...Show All

  • Windows Forms assigning a ListBox.DataMember & ValueMember from ArrayList...

    Hello, I'm trying to generate a listbox using an ArrayList as a DataSource and binding the DataMember and ValueMember to the object in the ArrayList and it is giving me a weird error. CLASS: "ProductOrderName" 2 Properties (type String): "ProductName" & "ProductID" THE ARRAYLIST with ProductOrderName objects whose values are taken from a DataReader: arlProducts.Add(New&nbs ...Show All

  • Visual Studio Team System How to associate a .testrunconfig with tests run from the IDE?

    I've got a localtestrun.testrunconfig file that I've modified to run pre-test and post-test tasks. When I run my tests from an automated build process, like this: MSTest /testmetadata:Foo.vsmdi /runconfig:localtestrun.testrunconfig /testlist:UnitTests everything works correctly. That is to say, my pre-test tasks run before testing begins, and my post-test tasks run after testing is complete. However, when I run/debug these same tests within the IDE, neither of these steps is performed. Instead, only the DLL containing the tests themselves and any DLLs the tests are dependent on get copied over to the deployment dir. How can I associate the . ...Show All

  • .NET Development XSLT Extensions

    I was browsing through a Java BPEL parser, and it used XSLT to covert the XML to 'class' objects. I understand that part of this is in the namespace declarations: xmlns:java = " http://xml.apache.org/xslt/java " xmlns:pu = " class:com.ibm.cs.bpws.parser.ParserUtils so that this works: < xsl:variable name = " cs " select = " java:com.ibm.cs.bpws.model.CorrelationsImpl.new () " /> But how do I accomplish the same thing in .NET I found a great article explaining how to call you own custom methods/properties: http://www.csharpfriends.com/Articles/getArticle.aspx articleID=64 ...Show All

  • Visual Studio Tools for Office Outlook Addin Installer (Default Path)

    Is there a way to specify default installation path for my outlook addin installer (.msi) (right now my installer is coming up with a dialog box with browse option for the installation path. Is there any way to specify default directory for the installation i.e. without a browse option ) Hi, A) To remove the browse control: 1) Right click over your Detup project and click View | User Interface 2) In the open document right click over over Start | Install Folder and click Delete B) To change the installation folder: 1) Right click over your set up project and select File sy ...Show All

  • SQL Server Create a new date

    Hi, I want to write a query that returns me the first date of the month... I wrote this query SELECT DateAdd(day,- Day(GetDate()) + 1,GetDate()) THis works fine for me, is there any function that build a new date, without using the DateAdd function Thanks I used the second query : select convert(datetime,(convert(varchar(6),getdate(),112) + '01')) ...Show All

©2008 Software Development Network