Raffiq Eddy's Q&A profile
Windows Forms Richtext box Background Image
Hi as a part of my development Project i need to show a watermark image on the richtextbox.(ie) the image should be transparent.in other words the user should be able to view the text with the background image. There is no background image property exposed. richTextBox1.CreateGraphics().DrawImage(objBitmap,-10,0, new Rectangle(0,0,richTextBox1.Width,richTextBox1.Height) ,GraphicsUnit.Pixel ); And Moreover the image should be ...Show All
SQL Server Query analyzer/profiler won't open from enterprise manager/tools
isqlw.exe exists in bin directory and query analyzer is available from program/menu. receive 'file not found' when opening from Enterprise manager/tools. This happens only from the server, not from my desktop.. ...Show All
SQL Server ODBC connection problems in SSIS
I'm trying to connect to a Postgres database via ODBC from SSIS. The odbc connection is defined on my PC and works perfectly with other applications, including Access. However, when I set up the connection in SSIS, everything appears to connect fine (test connection works, etc.) but when I look at the data connection in Server Explorer, there are no tables, no views, and no procedures. Also, the name of the data connection is ODBC.csidb. csidb ...Show All
.NET Development SOAP EXTENSION PROBLEM, HELP ME
Hi all, I had try to make a simple soap extension in C#, but there is an error during debug my program. this is an error message : An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of '', but expected 'text/xml'. i implement this SOAP EXTENSION code with including ServerExtension.dll into client/bin and web servic ...Show All
.NET Development 10060 Socket Error in Remoting
I have a NT Service developed in Visual Studio 2005 C# and I Have to install in an Application Server (Windows Server 2003 SP1 with Application Center 2000 SP2). The application work properly before of create a cluster in a server. But when the cluster is active the client launch exception "10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed b ...Show All
Visual C# Working with WebCAM - USB
Does any one know any way to me to capture a video from a USB Camera to my application, and show in a WEB PAGE... Is there any component already developed that I can use Any suggestions Thanks Here's an open source C# webcam capture application: http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=1339&lngWId=10 ...Show All
Smart Device Development Emulator crashes with ActiveSync 4.1 German
The Device Emulator Preview always crashes if I cradle it in the Device Emulator Manager. This behavior occurs since I updated from ActiveSync 3.8 English to ActiveSync 4.1 German. Thank you. Thomas Can you reply by email to me ( barrybo@microsoft.com ) with specifics of the crash I'll be happy to debug this for you. Thanks, Barry ...Show All
SQL Server error on installing sql express 2005
I'm having trouble loging into sql...then I remebered when I first installed it on my XP pro machine the system config check showed everything passed except the following: System Configuration Check - - COM Plus Catalog Requirement (Warning) Messages COM Plus Catalog Requirement If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the file ...Show All
.NET Development Problem of reading image contents from xml in XSL
Hi I am using C# code to read the image contents from one message and i am writing that contents in to one xml file. and also that xml file is having the reference to xsl. in Xsl i coded like this to read the image contents and displaying images <xsl:element name="img"> <xsl:attribute name="src"> <xsl:value-of select="gif_image"/> </xsl:attribute> <xsl:attribute name="widt ...Show All
Visual Studio Team System is it possible to prevent users from check-in SLN files?
hello, i want to prevent from the programmers in my company to checkin the sln files due the policy of the company that says "solution is personal for each programmer", so, it unnecessary to upload it to the source control. (because it save the physical-relative path of the files within the solution and because not all the time you can choose were to put your solution - for example when you open a class library project it automat ...Show All
Visual Studio Express Editions File Owner
Is there a way to retrieve the owner of a file that resides on a network I know how to retrieve the other attributes, such as file size, last write time, etc., but I dont know how to get the owner. Can someone help me with this or provide a code example This is in VB2005 Express. Thanks... Translated from http://msdn.microsoft.com/msdnmag/issues/06/00/SecurityBriefs/default.aspx Dim FileName As String ...Show All
Visual Studio Team System Add Solution to Source Control dialog box is not displayed
Hello, I have several Team Projects and I want to create a new Solution and add it to one Team Project source control folder. I create the new Solution via: File Menu - New Project Select a Template Specify a Name and Location And check the "Add to Source Control" checkbox The new solution is added to a specific Team Project Source Control and the "Add Solution ... to Source Control" dialog box is not dis ...Show All
Windows Forms system.runtime.Interopservices.SEhexception in VB.net
Hi, Iam opening a form from another form. The second form is getting opened. But when i close the form iam getting the following error. --------------------------------------------------------------------------------------------------------- "An Unhandled exception of type 'System.Runtime.I ...Show All
Smart Device Development how to add Toolbar into menubar created by SHCreateMenuBar?
Hi all experts, After create menubar by SHCreateMenuBar, i want to add Toolbar beside the menu in menubar It's very easy and clair in evc++ 4.0 but in visual studio 2005 it's so stupid cos i spent a lot of time but i couldn't find out. Thank for your instruction. Hi Julien As hinted in your post, I am creating a variable (initialized) SHMENUBARINFO, but I am still not able to get the toolbar in my window. Below is the cod ...Show All
Visual C# how to get the version of the assembly so that user can know it is 1.0 or 2.0?
how to code so that user can know the assembly is framework1.0 or 2.0 If you're asking for which runtime you're running with, check System.Environment.Version. If you want to know which framework version an assembly was compiled for, use System.Reflection.Assembly.ImageRuntimeVersion. ...Show All
