Software Development Network Logo
  • Visual C++
  • Visual FoxPro
  • VS Team System
  • Microsoft ISV
  • Windows Vista
  • IE Development
  • Visual Studio
  • Smart Devicet
  • Visual Basic
  • Visual C#
  • Windows Forms
  • Audio and Video
  • Game Technologies
  • .NET Development
  • SharePoint Products

Software Development Network >> Chiarigos's Q&A profile

Chiarigos

Member List

yjacket2006
prayami
johnvarney
mkoren
QWERTYtech
nglow
Uwe Heinkel
Dharmendra Singh Baghel
JIM.H.
KDS 1000
amendez
Chandresh
rob2xx2
toxnico
VoiceOfExperience
Gafrage
Biju S Melayil
drvsrs
enric vives
justinmagaram
Only Title

Chiarigos's Q&A profile

  • Visual Basic Encryption - Storing Private keys

    Hi, I'm building an application to handle licensing some software i'm writing. I'm using the RijndaelManaged cryptography objects to encrypt an decrypt the license codes and database login info etc. At present i have the Key and Initialisation vector values stored as byte arrays private to my cryptography class. The code works fine. The problem is that when i use a decompiler on my dll the Key value byte array is fully visible, along with my Encryption and Decryption methods, thus rendering the security useless. My question is how do people actually store the Key value so that no one has access to it. I can't find any mention of how people actually do this, only how to use crytography once you have the key. I'm almost tempted to g ...Show All

  • Visual Studio Team System History information doesn't show up after branch?

    I recently performed a branch operation. It seems that after the branch my history information doesn't show up. It shows up for the source of the branch, but not for the newly branched items. I need the history information to show up in both places. How can I accomplish this You may want to look into the CodePlex project codenamed "Vertigo" ( http://codeplex.com/Wiki/View.aspx ProjectName=TFSVTreeBrowse ). I believe that this will do what you are asking when complete. - Steve ...Show All

  • Visual Studio 2008 (Pre-release) BitmapImage and transparent pixels

    Does anyone know how you can set a specific color to be transparent when it's displayed in an Image control I'm looking for the WPF equivalent of bitmap.MakeTransparent(bitmap.GetPixel(0, 0)) which would take the color of the top left pixel and make it transparent when the bitmap was rendered. can you copy the pixels and change it the following might help http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=702224&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152333&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) How to get the Datacontract Serializer to ignore whitespace

    Is there a way to tell the Datacontract serializer to ignore whitespace in incoming messages I am getting values like "\n1234\n" instead of "1234" when receiving messages from a non-WCF service. If it is not possible with the Datacontract serializer, is it possible when using the XmlSerializer I know how to do it using the WhitespaceHandling property of an XML text reader, but I am trying to use the higher level features of WCF. Thanks, Kevin I discovered later that the issue was something like this coming from the device: <blah>\r\n 1234\r\n </blah> So, nothing wrong with the serializer, it was just delivering what was inside the element. Sorry, I forgot this question was still o ...Show All

  • Visual Studio 2008 (Pre-release) Marker at each Point of a polyline?

    Hi, i have a polyline element with me, is it possible to have a "small vertical Line" or a small circle at each point of a polyline. More, is it possible to prgram which point should have this "Marker" and which sould not Thanks and Regards, brij There's no automatic way to do this, but it's actually pretty straightforward to write code to do. Basically, you need to draw two Polyline Elements at the same location with the same points. One, the "line" you simply stroke as normal. The second, you stroke with a thicker pen and a dash array constructed based on the Points such that there is one 0-length dash at each joint and you turn on round dash caps. Here's ...Show All

  • SQL Server what's the error in ini file?

    I failed to install sql server express with ini file.Please tell me the error in ini file. Content of ini file: [Options] USERNAME=user1 COMPANYNAME=corp [ADDLOCAL] ADDLOCAL=All [INSTANCENAME] INSTANCENAME=dev [AUTOSTART] SQLAUTOSTART=1 [SECURITYMODE] SECURITYMODE=SQL [SAPWD] SAPWD=dr3dr233 [DISABLENETWORKPROTOCOLS] DISABLENETWORKPROTOCOLS=2 The command to execute install: setup.exe /setting setup.ini /qn Thanks. hi, first decompress the SQLEXPR.EXE via the /X parameter like c:\..\>SQLEXPR.EXE /X you'll be prompted for a path to decompress to... then, just try to modify the ini file as <setup.ini> [Options] USERNAME=user1 COMPANYNAME=corp ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Startup Image Logo

    Hello everybody I am new to c# and Using XNA, i want to start a little something for my pc a little game or something, i have bought a couple of c# beginner and intermediate books and i am currently reading them now, i was wondering when i play a game on any game the logo comes up when it starts up and it stays on there for a few seconds, how could i make this has anybody got the code they could help me with Please forgive me if this is in the wrong place, i am totally new to this Thanks High level idea: draw your logo on screen, and wait for a certain amount of time. There are lots of tutorials to help you with how to draw something on screen (bitmap, text, 3D models). To wait an appropriate amount of ...Show All

  • Visual Studio How to hide existing submenus

    Hello, I'm starting to program add-ins. I wanted to hide some existing submenus from File menu, as "New WebSite" or "Recent Files", so when I run the add-in it only show a few. I've tried to get the File CommandBar but I haven't found a way to get its submenus. Can someone help me Thank yo in advance and sorry for my English. 1. Ah, yes, I think that you get QueryStatus called only for commands of the group Id of add-ins... 2. I think that you can get a commandbar, locate some CommandBarControl in its Controls collection and call the Delete method. Not tested, though. ...Show All

  • Visual Studio 2008 (Pre-release) Change the source of an Image control in a Template

    Hello! I have this <ControlTemplate .../> for a Tabltem < ControlTemplate TargetType = " {x:Type TabItem} " > < Border > < Grid > < Grid.ColumnDefinitions > < ColumnDefinition Width = " 60 " /> < ColumnDefinition Width = " * " /> </ Grid.ColumnDefinitions > < Image x:Name = " Icon " Width = " 18 " Height = " 18 " Grid.Column = " 0 " /> < ContentPresenter ContentSource = " Header " HorizontalAlignment = " Left " VerticalAlignment = " Center " Grid.Column = " 1 " /> </ Grid > </ Border > ...Show All

  • Software Development for Windows Vista Binding list to activity property

    We are changing the Rehosting application. We would like to bind a list of possible property values to our custom activity property. The property when added to the workflow does not show the list of properties as expected but the ... button to "bind it to an existing activity property" dialog. Can you please give more information about what you are trying to accomplish What is the type of your list, e.g. List, IList, List<> How are you adding the property to the workflow ...Show All

  • Visual Studio Express Editions Image Transitions / Fades

    Hi Everyone, I am pretty new to VB, and have spent hours looking for a solution before posting here. What I want to do is create a screensaver that has transitions between image changes, rather than having one image disappear then the next image appear. I am absolutely certain this was possible with VB6 (see http://www.vbkeys.com/ctl18.aspx ), but I cannot find any support for VB 2005 Express. Does anyone have any ideas Is it even possible to do this with the new VB Cheers, Pat. one way would be to create a form which has the image control. Then on a timer tick event, fade the form via the opacity value. Then stop the timer. Once done, then load the next image, start the timer ...Show All

  • Windows Forms Problem uninstalling windows service with Setup Project

    Hi, I have an application consisting of 3 Windows Services and a setup project to deploy them. I have put conditions on the installation of these services (using Custom Actions -> Install) which works fine but I'm using the same conditions for the unistallation of these services also (Custom Actions -> Uninstall). I am finding that 2 of the 3 services are being properly uninstalled but one of them is still present in the registry (even though the actual files for it have been removed). The installer classes for these services are pretty much identical. Anyone got and ideas Regards, Neil Alderson I have found a workaround for anyone that is interested and has the same problem. In th ...Show All

  • Visual Studio 2008 (Pre-release) Multiple encodings on one EndPoint

    Is it posible to make single server EndPoint use multiple MessageEncodingBindingElements with the same transport If yes, than how can I do it Or it's better to use new EndPoint for each diferent MessageEncoder If I understood your problem I think that you should create MessageContracts instead of DataContracts and add MessageHeader inside Message that will represent compression algorithm. You could set comppression alg in write message method by accessing the messageHeader. On the server side inside Read method you could take first byte and just check is it starting xml character '<' which is byte 60 public override Message ReadMessage( ArraySegment < byte > buffer, BufferManager b ...Show All

  • Smart Device Development Checkbox array in place of radiobutton array after converting a application from pocket pc to smart phone

    I have converted an application from pocket pc to smart phone. In one of its form I have a dynamically created radiobutton array. Now as radio button is not supported i have to use check boxes. I have done it but as i am creating it dynamically how can I uncheck other checkboxes if i check one of them.I know i have to make delgate and event handling but if some body give me sample then it will be very helpful. My code is System.Windows.Forms.CheckBox[] checkBoxes; private void InitializeComponent() {         checkBoxes= new System.Windows.Forms.CheckBox[4];         for(int j=0; j<4; ++j)         {           &nb ...Show All

  • SQL Server Sql server 2005 trial edition

    Hi , i am trying to install Sql server 2005 trial edition , There were 3 types of files for download Self-extracting executables: X86 Executable X64 Executable IA64 Executable Didnt know for which they are applicable , i have a windows xp professional SP2 I downloaded "X86 Executable" . Then tried to run the setup.exe file . It says installing Sql Server 2000 but i want Sql SERver 2005. I have checked couple of times and am pretty sure that i have downloaded sql server 2005 trial version and not the 2000 version. can some one help me Thanks red thanks... but what are my options now....if i run setup.exe it says installing sql server 2000. should i download it again also just curious to ...Show All

©2008 Software Development Network