Dwarf44's Q&A profile
Visual Studio 2008 (Pre-release) TextBlock versus Label
What is the difference When to use one versus the other Unlike Label, a TextBlock element can do ... Thank you in advance for your help. Pradeep Label uses less resources than textblock and offers not all the features in TextBlock. if you want to add text label to a textbox, etc then I guess Label is the way to go. if you want to display some text(paragraph, etc) then Textblock is the way to go ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Humorous but somewhat serious question about XNA
Microsoft has claimed the Nintendo Wii as a "kids toy;" however, if XNA can produce graphics and push performance up to what the Wii is capable of handling (games like Half-Life, Sims 2 from most XNA performance claims), does that mean that XNA is a kids toy too redshock wrote: Edit: I'm going to go ahead and use XNA. Sure, it may not be the fastest thing in the world for making games such as Oblivion, but if it's any company that can boost performance heavily in later versions, it's Microsoft. It has already been seen with DirectX and DOS, so I'm comfortable enough to say why not. Version 1's are usually "out the door" products. I shouldn't speculate too quickly, but it'll do the jo ...Show All
.NET Development Need some help on net framework 3.0
I still have net framework 1.1 and 2.0 and just unstalled 3.0 listed in add and remove, do i need to remove the previous ones, they don't seem to remove the older ones when you update. Thanks, i did remove version 1.1 but not 2.0 yet, usually when its a new version of any software it always include the last version and work with the current software intended. Do you think that it might be also taking up space if not needed ...Show All
Software Development for Windows Vista two issue for Workflow,anyone can help me.
1.the workflow foundation will include ActivityDiagram like UML in the future 2.the workflow designer will support bridge style for cross connection line thanks in advance! The sequential workflow is similar to the activity diagram in UML. If you are looking for something likea sequence diagram in UML, then you would have to build your own workflow type or at least designer. Matt ...Show All
SQL Server Excel 2007 Compatibility with ProClarity 6.2
When installing the ProClarity plugin for excel, it prompts that it looks for Office 2000 and greater.. I currently have Office 2007. To go over this I installed Excel 2003 along with my 2007 installation. Do you have an idea how to use the plugin over Excel 2007 I do not know if this is good enough but you do not need ProClarity's Excel export(Business Reporter),plugin, tool. You can connect directly to SSAS2005 from Excel 2007. The future of this ProClarity plug-in is questionable. Edit: I understand that a 6.3 release of ProClarity Analytics will be delivered soon. This is the last version. After that you will see ProClarity in Performance Point Analytics. Regards Thomas Ivarsson ...Show All
Windows Forms datgridview problem
not able to delete or update... adding rows is fine Private Sub updatedata( ByVal ds As db1DataSet) OleDbConnection1.Open() Dim addedrows As System.Data.DataSet Dim deletedrows As System.Data.DataSet Dim updatedrows As System.Data.DataSet updatedrows = ds.GetChanges(System.Data.DataRowState.Modified) addedrows = ds.GetChanges(System.Data.DataRowState.Added) deletedrows = ds.GetChanges(System.Data.DataRowState.Deleted) OleDbDataAdapter1.Update(updatedrows) OleDbDataAdapter1.Update(addedrows) OleDbDataAdapter1.Update(deletedrows) End Sub ...Show All
Windows Forms Index of Item in ListView
Hi Guys, I am trying to somehow get the index of the item which has been clicked by the mouse (single click). The list view has around 20 items and i need to show the description of each item in a seperate textbox, that means i should know which instruction has been clicked and for that i need the index. I am using visual studio express edition 2005 and C++. Any suggestions how i can do it Cheers! excellent!Finally it works! Could u also give me a tip on Popups !I want to generate a popup when i right click on a cell of data grid view and in the pop up i want to display some parameters which the user could gives values to and then when the user presses the button apply in the popup,these pa ...Show All
.NET Development ReflectionOnlyLoad into a separate AppDomain?
Sorry to be redundant, but I'm creating a new thread which describes the outstanding remaining problem described by the earlier post: Can ReflectionOnlyLoad be applied to load an assembly into a separate temporary AppDomain I like the idea of ReflectionOnlyLoad, but if the loaded assemblies linger in memory as long as the app is running then it's not so appealing. (normally you can just call the 'Load' method on a temporary AppDomain object and unload that AppDomain object when done reflecting, but 'ReflectionOnlyLoad' is unfortunately not a method of the AppDomain class). Thanks, David Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter, VB to C++ ...Show All
Silverlight (formerly WPF/E) web services
Hello, am I correct to understand that there is no .NET framework integration yet I am wondering what support for calling web services there will be in v1 release. The usage I am thinking for WPF/E is to have XAML+C# as a complete front-end, using no javascript, and talking to backend web services. Does this sound like a reasonable usage that will be well-supported and is a goal for the WPF/E initiative To me it does not look like the December CTP supports this. Thanks, Brad Williams Going forward we plan to support the scenario you articulate using a slimmed down .NET Framework version. This CTP does not have that funcionality. Nevertheless, you can use ASP.NET and ASP.NET AJAX in conjunction wit ...Show All
SQL Server Like statement in a filter
In a report I want a parametered filter on a specific text. I tried with the following statement: =Iif(Parameters!Filter.Value="Example",(Fields!Warehouse_Class_Code.Value),"NULL") like %TEXT% But no result. Please help! I have a table with several values: HARPAL06 CITPBK01 HARPBK08 HARPAL02 ONPAL07 I want a parameter with a filter on the records with the text "PAL" I tried =Iif(Parameters!Filter.Value="Example",(Fields!Warehouse_Class_Code.Value),"NULL") like %PAL% But this doesn't work. ...Show All
.NET Development dynamically inherting
I am working on a C# desktop application In my project i have two master forms(master1.cs and master2.cs). i created a inherited form,child1, of master1. While running the application can i change the parent form of child1 to master2. The purpose is that to change the apperance according to user needs. can anyone tell is this possible I would consider inheriting a child1 from master1 and child2 from master2 then swap the user between child1 and child2 instead of trying to change the parent... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Clarification regarding EULA and Legacy ps_1_x Compiling
According to the docs found in the December SDK for the page "D3DXSHADER Flags" in order to enable compiling via D3DX of HLSL ps_1_x profiles, we must include d3dx_31.dll in our distribution. To the best of my knowledge, the EULA forbid redistributing D3DX DLL files. This is based on the discussion on the DXDev mailing list a while back. What is the solution for this -Pat Let's re-phrase it: docs actually mean what DirectX redist included with you application should contain (and install) d3dx9_31.dll. There is an article in SDK documentation describing how to prepare slimmed version of DX redist suited for your app needs. ...Show All
SQL Server Cannot install SQL Server 2005 Standard WinXP Pro SP2
Hello, I have SQL Server 2000 Developer Edition already installed. Before starting the SQL Server 2005 Standard setup, I exited the SQL server agent running in my system tray. I am logged on as Administrator and no other desktop apps are running. SQL Server 2005 Setup reports several "Setup failed." error messages after the install. I am choosing (for now) ONLY the workstation tools and books online check mark. The installation presents a screen that says that these products were successfully installed ("Setup finished"): - MSXML6 - OWC11 - SQL Server Backward-Compatibility Files However, these items have a red x next to them: - SQL Server Books Online - SQL Server Support Files - SQLXML4 - SQL Native Client - Wo ...Show All
SQL Server Exception from DBComms.receive.method
Hi, I am getting SQLException when I connect one of SQL Server 2000 Integrated Security host. I would like to know how to correct this problem. An exception occurred during the DBComms.receive method. Operation:An existing connection was forcibly closed by the remote host. Context:(1) [Thread[main,5,main], IO:adc97, Dbc:8460d]. PktNum:1. TotalReceived:173. PktSize:4,096. Thanks. I have the same problem on SQL2005 JDBC Driver(v1.1). How do I resolve this problem Here is my exception stacktrace: Code Snippet org.hibernate.SessionException: Session was already closed at org.hibernate.impl.SessionImpl.close(SessionImpl.java:275) at org.springframework.orm.hibernate3.SessionFactoryUt ...Show All
SQL Server Regarding MSsubscription_agents table....
Hi, I am using transactional replication with updatable subscriptions. I am not able to apply the snapsnot after doing schema changes. The subscriber throws the error Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. This error is thrown on the below query... select * from MSsubscription_articlecolumns where artid = 4 and agent_id = ( select id from MSsubscription_agents where update_mode > 0 and UPPER ( publisher ) = UPPER ( N 'Servername' ) and publisher_db = N 'TestTransUpdate2' and publication = N 'Test_TransUpdate2' ) The table MSsubscription _ agents is having more than one record for the ...Show All
