Monkey Boy's Q&A profile
Visual C# Opaque Background on a form
Is there any way to make just the background of a form opaque and not the controls or is it all or nothing if it is possible could you please show me an example of this. Thanks in advance Shane Cavanagh no just the background of the form it self to be semi tranparent but all the controls to be visible and but fully transparent. ...Show All
Visual Studio 2008 (Pre-release) IRequestChannel or custom ChannelFactory?
Hi, Some context first: I'm in the process of upgrading an existing framework to WCF. This framework is being used in 500 enterprise applications. From the client side, this framwork receives a Sw.Request message. This base message will contains the Action. You can also create a typed message deriving from this class. One of the requirements is continue to use this message infrastructure. What I need to do.. So now I need to r ...Show All
SQL Server loging in to sql express
I am trying to login into sql express using studio express and keep getting this msg. "Cannot connect ....... under the default setting SQL Server does not allow remote connections. (provider: Named Popes Provider, error: 40 - could not open a connection to sql server) (sql server error2)" I did try and make a change under surface area configuration to include local and remote connections but it did not help. Any thoughts Than ...Show All
.NET Development Ndoc dead link
Hi all I did create xml doc with vbcommentor and create a helpfile with Ndoc. When i run the chm file from my computer everything is fine. But when i run it from an other computer i get the treevieuw on the left side but when i click on a node i got a dead link (page not found yada yada) I must be missing something Remco The first link is to a Microsoft patch ( http://support.microsoft.com/kb/892675 ) A CHM is ...Show All
.NET Development Generate a Web Reference without a URL
I'm trying to automate a build procedure, and need it to generate a web reference for my web service. Now I know I can use wsdl.exe and pass in the URL ... however, I have the requirement that the build machine not require IIS to be setup. Which means I can't use a URL ... So does anyone know how I can generate a web reference without using a URL I've tried used xsd.exe (since wsdl.exe will accept a .xsd file). But I can't seem to get that work ...Show All
SQL Server ISNULL ( ) support in SQL Server mobile?
Is ISNULL ( check_expression , replacement_value ) supported in SQL Server 2005 Mobile edition. If not, then why the following statement executes without any error: - " select ISNULL(a,12) as test from tableA " Where 'a' is int column. However, even though i do not get an error, it doesn't behaves as expected. I mean the result which i get is : - a. If the column is not null, the value in 'Test' (resultset) is False. b. If the column is n ...Show All
Visual C++ Sharing Data between DLLs
I have dll, common.dll, which has global data. I want to share this global data with another dll. I've set the linker options on the common.dll as follows: /SECTION:.bss, rws /SECTION:.data, rws. When I step into the code it appears that both dlls have their own copy of the global data. What am I doing wrong Thanks. Omar Canon Use #pragma dataseg(".shared") in the source code. See this webpage and this webpage for a ...Show All
Visual Studio Team System Query for all items that've had been assigned to me?
Is there a way to write a query that returns all items that have had ever been assigned to me, regardless of whom they are assigned to now That is, all items that have ever had anything to do with me. The "was ever" operator will do this. In the query editor, for instance from the "All Work Items" query, add a new line: And, Assigned To, Was Ever, @Me ...Show All
Architecture how to install several programs in farm
I am beginning in a project which is a total disaster. The company has done a lot of things that I don't like so much, but I am an analyst-programmer, so I have not voice for changing anything. One issue is that all the modules of the different programs are in all the machines of the farm (>100 servers). So the load is balanced between all of them. I think that this works but isn't a good policy: 1) Perhaps if a program fails It c ...Show All
SQL Server Merge Replication with SQL Mobile Server 2005 / SQL Server 2005
I am using Merge Replication to Synchronize a database on a mobile PDA. I create an empty table 1st using; "engine.CreateDatabase()" then sync with ; "replicator.Synchronize() " It works great the 1st sync, but subsequent calls to "replicator.Synchronize() " dont download new table changes at the server level to the remote PDA. I have found by calling ; "replicator.ReinitializeSubscription(True)" I can get new updates downloaded to ...Show All
.NET Development Problem: How to draw text into bitmap?
Hi, I need to draw text into the bitmap. Resulting text should be "smooth" (antialiased) and international scripts should be handled properly. In addition, it should be fast. You might think, "That is simple, isn't it " Well, it is not! There are at least two ways to do it: 1. Graphics.DrawString and 2. TextRenderer.DrawText. Problem is that I cannot reach my targets with these two guys (who wou ...Show All
Software Development for Windows Vista Vista download
I signed up fro beta testing but can someone let me know where to get the beta or the file name I need to download The info is here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=238750&SiteID=1 ...Show All
SQL Server Clearing Single User Mode/lock
What is the best way to clear Single User mode from SQL Server 2000 I have tried going to all tasks and selecting detach and clear Connections using this database. I then click cancel and go into the properties and options and clear the Restrict access check box. This seems to work some times but not all the times. I think it is because something else connects to it to it while I am going through the above steps. As a last resort I have deta ...Show All
Windows Forms Curious about security architecture in TaskVision
I am fairly new to web services security. I learned a lot from the authenticationTicket method used in Task Vision and have even started plugging it in to a pre-existing Windows Forms Client/ Web Services Data provider app that I deployed a few ...Show All
Visual Basic Email Problem
Hi I am a new Programmer and i want to know how to send an automatic email when the user clicks on a button. It should pull the email address from the email field in my access database. Unfortunatly i dont know how to do this, and so far no one has been helpful. I really need to know how to do this here is my code: Dim MyMail MyMail = CreateObject( "CDO.Message" ) MyMail.Subject = "Work Order Reciept" MyMail.Fr ...Show All
