TELOPHASE's Q&A profile
Windows Forms Accessing Child form function/procedure from MDI from using events and delegates.
Hi folks, Recently only i have joined in this form, for a long time i have been struced by this problem thats why i have posted our folks for good solution. Below i have listed my requirement. I have one MDI form name myMDI and two MDIChil ...Show All
SQL Server WMI Error 0x80041010
Hi all, Am running a SQL Server 2005 Ent IA64, 2 node (active/passive) cluster on Windows 2003 Server Ent with SP1 IA64. Everything working ok, but everytime I launch the SQL Server 2005 Management Studio, the following is logged in the Application Log: Event Type: Error Event Source: WinMgmt Event Category: None Event ID: 10 Date: 04.06.2006 Time: 07:32:04 User: N/A Computer: RESYNGDB1 Description: Event filter with query "select * f ...Show All
SQL Server Sql Server 2005 Notification-based Cache Invalidation
I'm trying to set enable SQL cache invalidation on a webpage, specifically on a a datasource that fills a GridView. The website http://beta.asp.net/QUICKSTART/aspnet/doc/caching/SQLInvalidation.aspx makes it sound so very simple, and I have attempted to do all that it says, yet something just isn't right. The site says that the following needs to be done. Queries must explicitly include column names in the SELECT state ...Show All
Smart Device Development Change the PictureBox size to fit the image
Hi there, I have a general question to ask. Is it possible to change the picturebox attributes to fit the image size The reason I ask is this: I would like to show an image in its original size, yet all images I have are different sizes. (I'm using scrollbars right now to view the image) Thanks, Martina SpeBeeTo wrote: Is it possible to change the picturebox attributes to fit the imag ...Show All
Windows Forms Sending mail with VB.Net
This may ultimately be an SMTP admin question (as opposed to VB.Net) but, I wrote the following code to send a mail messge from a VB.Net app. Dim from As String = "dexterm@mindspring.com" Dim mailto As ...Show All
.NET Development 'System.TypeLoadException' -- PLEASE HELP
Hello everybody, I am new to this forum, this is my first post. I recently compiled a large project using vc++ express, but I get this error as soon as the programs starts: " An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module. Additional information: Type '<Module>' from assembly 'VectorArt, Version=1.0.2297.41533, Culture=neutral, PublicKeyToken=null' contains more methods than the current implementatio ...Show All
SQL Server DTS DB2 Dates 0001-01-01
Hi, I am trying to transfer a table from DB2 to SQLServer 2000 through a DTS package. The DB2 table contains fields with default dates of "0001-01-01". The DTS package errors out whenever it reads this date as "invalid data value". In SQLServer 2000, the date fields are of type ShortDateTime. I have searched the Internet but did not find a workable solution. Please, can anyone help me find a solution ...Show All
SQL Server List of All SSIS packages stored in MSDB
Hi, I am writing one program in vb.Net where I need to bind a treeview with all the SSIS packages stored in SQL server MSDB database. Is it possible to get all the SSIS packages by using T-SQL query or Object model Thanks Reference assembly Microsoft.SqlServer.ManagedDts.dll and create Application object (in Microsoft.SqlServer.Dts.Runtime namespace). To get list of packages use Application.GetPackageInfos method: http://msdn2.m ...Show All
Visual Studio Team System Duplicate copies of Work Item Queries appearing in Team Explorer
Has anyone else noticed that if you double-click on the same Team Query repeatedly, it creates a copy within the project which is available to other team members Repro: - Open an existing Team Project - Within Team Explorer, double click on any of the Team Queries (e.g. "Active Bugs") to make it the selected tab. - With the tab selected, double click again on "Active Bugs" Expected: - Nothing, i.e. Active Bugs becomes the s ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Creating a new texture as a rotation of an existing texture
thank you very much but new problem come: How to create a new Texture from an existent Texture I have a bitmap file, first I created a Texture from a bitmap file by using function D3DXCreateTextureFromFile(). Now I want to create an another Texture from the existent Texture, and the new Texture's content is the existent one's bitmap but be rotated 45 degrees. For Example: the existent Textures have a horizontal line "-" on it's center , fr ...Show All
Visual Studio Team System A "Complete" TFS b3 install guide.
Hi folks! These are the steps that I've taken to install a working TFS Single Server environment. I've run this guide 4 times, and been successful everytime now. My setup is totally a Lab environment: 1 AMD X2 3800+, 4GB RAM, running Windows Server 2003 Std with Virtual Server 2005 Std 1 Virtual Machine 256MB, running Windows Server 2003 Std as Domain Controller and DNS 1 Virtual Machine 2GB, running Windows Server 2003 Std, SQL2005 September ...Show All
SQL Server Moving Database Diagram 2005
Hi everyone,in sql server 2005, can anyone please tell me how to move a database diagram between 2 databases on the same server . Both database have the same data structure. I found this article on MS http://support.microsoft.com/default.aspx scid=kb;en-us;320125 ... which works for SQL 2000 but in SQL 2005 the SQL line 'select * from dtproperties' is not recognised. Thanks for any help I'm still confused ...Show All
Visual C++ ListView Control displays blank images
Using VS 2005, I have a ListView control in an ATL dialog. I am creating a image list and trying to use it for both header images and item images in the ListView control. I am doing this in the InitDialog function. When the dialog is displayed I see spaces where the images are suppose to be but they are all blank. If I use the image list to draw a icon I do see the expected image. The code in brief to set an image in the header (from my Init ...Show All
Windows Forms Allignment of windows forms
Hey guys Pls let me know how do i make my forms auto-adjust when at the run time i maximize them This problem occurs since at design time i am not able to make a fullsize form, it becomes very difficult to handle. Thus at run time when maximized white spaces are left while the controls remain in the original positions.. Also tell me if it is possible to design a form in its maximized size at the design time There is a easy way to do this, ...Show All
SQL Server OLAP cube format
Can the reporing services read the cube definitions (backcolor,forecolor etc.) the MDX contanins the " CELL PROPERTIES VALUE, FORMATTED_VALUE, CELL_ORDINAL, FORE_COLOR, BACK_COLOR, FONT_FLAGS " clause. Thank you Are you using RS 2005 If yes, you can access these so-called AS member properties by using e.g. =Fields!Measure1. BackgroundColor Here is a list of predefined new field properties th ...Show All
