Johny_Extreme's Q&A profile
.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
Microsoft ISV Community Center Forums Access 2003 - Retrieving computer information
I am new to working with vba - so hopefully there is an easy way to do this. I have an access 2003 ap that I am developing and I will be deploying it across ~150 computers. I want the app to retrieve a unique identifier (computer name or something like that) off the computer it resides on, and use that to populate a field in the database. All I need to know how to do is retrieve the name into a field on a form, the rest is already taken care of. ...Show All
Windows Forms Parent - Child datagrids problem
I have a form showing 2 datagrids bound in a parent-child relationship. The function of these works fine. The problem I'm having is that I wish to disallow deletes on both datagrids and am trying to do it with the following 2 lines of code ...Show All
Software Development for Windows Vista Create new condition rule from the designer
Hello, I am hosting the WF designer (beta 2) as shown in the WorkflowDesignerControl sample. The only difference is that I don't use the property grid for setting activity properties. When I select the IfElseBranchActivity and I try to run the RunConditionDialog for creating the condition rule, I do as following: public RuleExpressionCondition NewCondition(Activity activity, string coditionName) { RuleExpressionCondition condition = new ...Show All
Visual Studio Team System Suppressing warning for entire ASP.NET project
Hello: I am trying to set up the development environmont our team will use. There are several code analysis warnings we wish to suppress for the entire project without applying the attribute everywhere in the code. For a class library project you can set the suppressions in the project file for the class library. Since this is shared with all developers the suppressions are consistent. Since a web site project doesn't have a project file there d ...Show All
Windows Forms How to change disabled textbox fonts color ?
When the textbox1.enabled = false, the fonts color changed to gray. Is it possible to change the fonts color to black color when it is disabled Thanks, Terrence You are correct, combobox does not provide a ReadOnly property... I believe&n ...Show All
Windows Forms No System.IO.Directory.Copy?????
Hello There is code (System.IO.Directory.Move(source as String, destination as String) etc.) to do moves and deletes, but no copy Do I have to write my own recursive function to do this I was surprised System.IO.Directory.Copy doesn't exist as a System.IO.File.Copy d ...Show All
SQL Server Strange error
I am getting the following error when I try to debug a package that needs to Copy Columns from an AS400 database into SQL 2005: [SQL Server Destination [1684]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: "Could not bulk load because SSIS file mapping object 'Global\DTSQLIMPORT ' could not be opened. Opera ...Show All
Windows Forms Changing mouse cursor *outside* the form
I have an app that lets users pick a colour fom anywhere on the screen (ie: not just in the form) and am using calls to GDI32.DLL to do this (ie: CreateDC, GetPixel, DeleteDC). This works fine but I would also like to be able to ...Show All
Smart Device Development how can i deny opening start button and close the this minue when opened ?
Hi .. i want deny a start button openning when my application is running Is there a methode or way to do like this , please cheers >> Is this going to be an option in the future Plenty of people want to make smart device apps which run in 'kiosk' mode, which is not as easy to do as you might think ...Show All
Visual C# please help me udnerstand how they do it
Hi They have 3 buttons.. Like the Control form butonss.. The X _ and maximize.. They make a image for all there buttons in pressed mode.. another image (gif) in mouse over another image in "free" .. that means that no action over the button was made.. Here is the link to those images.... 1 image is on mouse click picture 2 image is a animated mouse over picture 3 image is a map... 4 normal picture of the buttons As you see all the t ...Show All
SQL Server sql 2000 trigger that sends xml
Im trying to make an insert trigger that writes the inserted row to xml, then sends then saves that xml to a directory on the server, after which it runs a web service (using xp_commandshell I guess). This web service can then go to the directory and read the xml and do whatever it wants with it. I made the trigger and in the end put FOR XML. Im just not sure how to tell that trigger to put that xml file in a certain place. Is this possible ...Show All
Windows Forms Remove password policy
Hello, I want to remove the password policy from windows xp but i cant.... Can somebody help me Greetzz, Sjaakmans You really need to post your question in one of the windows xp support groups as this group is for development of windows forms applications. But, you may have to manually remove the machine from the domain that it was previously connected to as the password policy looks to be domai ...Show All
.NET Development Conditional Merging in DataTables
hi all, I having three tables in three different DataSets, i want to merge the first table of all three DataSets in one datasets, my problem is the conditional merging means, the rows which satisfies certain conditions only those rows should be merged. I wrote the following code: Problem in this code is it merge all the rows(no conditional merging) by conditional merging i mean that, if there is a column RecipeID in all the ...Show All
Visual C++ C++/C#
What's the difference between C++ and C# Jean They are different computer languages: so there are a lot of differences. The "major" distinction that most people initially remark on is that C# is a garbage collected language while in C++ memory management is left up to the user (or to the library developer). ...Show All
