Software Development Network Logo
  • Visual C#
  • Windows Forms
  • Game Technologies
  • Architecture
  • Windows Vista
  • Smart Device
  • Visual Basic
  • Visual J#
  • SQL Server
  • .NET Development
  • VS Express Editions
  • Visual FoxPro
  • Visual Studio
  • Microsoft ISV
  • VS Team System

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

rchrismor013

Member List

Tres London - MSFT
scott859
ChuckBuc
Accap
Netjunkie
kismath
AVI13
maitung
Tailor
Teleo
zeifer
bachie
Pedro_Ignacio
RealmRPGer
Harald Bacik
micckey
evslin
paulconstantine
Hannoman
Jyri Hujanen
Only Title

rchrismor013's Q&A profile

  • Visual C# Making a transparent background color in a PictureBox

    I am useing a picturebox with a image. i have a picture of a plane with i being like black with a green background and i was wondering how do i make the green on the background of my image to be transparent inside the picture box. do i use something like adobe then set the picturebox backcolor to transparent plases help if u need more inof a a smaple of code just let me know. i dont completely undertsnad the second half can u send me like a sample code thnx. ...Show All

  • Visual Basic reading text from a document and displaying it

    I have TextBox1 (to enter what you want to search), TextBox2 (to display the results), and Button1 (when you press it, it does the whole process thing). I was given this to go by: ================================================================== Theres a couple of steps in a possible approach here. One is to be able to read the contents of a file. If your using VB Express / 2005 this is possible using dim sContents as string = My.Computer.Filesystem.ReadAllText("c:\foo.txt") the next is to be able to find a match on your textbox entry you can use the instr meth ...Show All

  • Smart Device Development Resource Manager not working in Compact Framework v2.0 and Pocket PC 2003 SE Emulator

    Hello all, The ResourceManager class will not find a resource under the Compact Framework v2.0.  However, this used to work under CFv1.0.  Let me elaborate on my problem.  I have my main program in main.dll and a resource with name 'Messages.en.resources' in main.resources.dll.  Here is the code in the main.dll: ResourceSet _msgs; ResourceManager rm = new ResourceManager( "Messages", Assembly.GetExecutingAssembly() ); try {    _msgs = rm.GetResourceSet( CultureInfo.CurrentUICulture, true, true ); } catch( MissingManifestResourceException ) {    _msgs = null; } if ( _msgs == null ) { &n ...Show All

  • SQL Server SQL Server 2005 Enterprise Edition and MSDN Subscriptions

    I'm not sure where I should ask this question, so I'm asking it here: What level of MSDN subscription do you need to get SQL Server 2005 Enterprise Edition. I have MSDN Universal. When I go to MSDN Subscriber Downloads, I can get at SQL Server 2000 Enterprise Edition, and the just-released SQL Server 2005 Developer Edition. But there's no sign of SQL Server 2005 Enterprise Edition. Should I be able to get that with MSDN Universal Can ANYONE see it in subscriber downloads right now (That's the RTM, not the beta or CTPs). If there's a better place for me to ask this question, please tell me! Thanks for any help! ...Show All

  • Windows Forms Event for Dynamically Created Controls

    Hi All, i have a form which creates the controls according to the no of records present in dataset  and then these are binded to the certain row of the table of the dataset and my code for this is  Sub createcontrols()         Dim newtextbox As TextBox         Dim newbutton As Button         Dim x& ...Show All

  • Visual Studio CR.NET 11 - Export to XML Option doesn't exist?

    When using the actual Crystal Reports 11 program, you can export to XML, word, PDF, Excel.. etc.. But when using CR.NET 11, you have all the choices with the exception of XML.  I am using the ExportOptions.ExportFormatType method.. and there are a lot of options to choose from, but there isn't an XML option. Is there a patch or some other way I can create XML from a Crystal Report using CR.NET thanks.. Unfortunately, the XML export option is not available from the CR .NET SDK.  Your option is to move to the RAS .NET SDK in the Crystal Reports Server XI product. ...Show All

  • Visual C# equivalent of split but the separator be a nomber

    helo i try to use if exists a method like split but a separator is a number of caractere In that case you can use string strText=" FirstwithSecondcaractereTreewithFoorcaractere "; foreach(string strItem in Regex.Split(strText," caractere ")){ Console.WriteLine(strItem); } Hope this helps!! -Jay ...Show All

  • SQL Server Automate Database Project

    We use seperate database instances for development, qa, ua, and production with multiple databases in each environment.  So, I'm looking for a way to automate the database changes to these different environments. After creating a database project with change scripts and database references, I can't seem to find a way to automate these changes out to a server/environment.  We're currently using SQL 2000 + 2005, Visual Studio 2003 + 2005, and Visual Source Safe 6 (researching Team Foundation System). Any ideas/thoughts If I am reading your message correctly you already have a change sc ...Show All

  • Smart Device Development How to deploy my apps?

    Hi All, I have develop Pocket PC Application which is running perfectly from my development PC using iPAQ PDA. Now, I need to install my apps on the iPAQ PDA. Anyone can help n guide me step by step on how to create .cab files, .inf files ,.msi files (package n deploy app) and also how to install .Net Compact Framework and SQL CE on the PDA. I'm using : - - VS Net 2003 - .Net Compact Framework 1.0 - Windows Mobile 2003 Version 4.21.1088 - ActiveSync 3.8 Thank you Please see links below: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/deploy_cf2_ap ...Show All

  • Smart Device Development The project consists entirely of configurations that require support for platforms which are not installed on this machine

    I get this error when converting all of my EVC 4.2 vcp files to Visual Studio 2005 projects: The project consists entirely of configurations that require support for platforms which are not installed on this machine. An example EVC 4.2 project is here and was created using bakefile 0.1.8. # Microsoft eMbedded Visual Tools Project File - Name="softgps_user_input" - Package Owner=<4> # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32 (WCE MIPSIV_FP) Static Library" 0x9204 # TARGTYPE "Win32 (WCE ARMV4T) Static Library" 0xa404 # TARGTYPE "Win32 (WCE ARM) Static Library" 0 ...Show All

  • SQL Server problem regarding relationship

    this is my diagram http://aspspider.net/vhalexxs/relationship.jpg here is the error while saving the diagram... 'rco_prodattr' table saved successfully 'rco_prodacc' table - Unable to create relationship 'FK_rco_prodacc_rco_prodattr1'. Introducing FOREIGN KEY constraint 'FK_rco_prodacc_rco_prodattr1' on table 'rco_prodacc' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. Could not create constraint. See previous errors. is there a way to create a constrain with cascade delete and update on rco_prodacc, or if not what will be the best possible ...Show All

  • Visual C# Using D-link dcs-950g with c#

    Hello, Has anyone used d-link dcs-950g with c# I want to get the methode "motion detection" to work in my program. I have to either communicate with d-link's webpage or the program IPVIEW. Anyone how got a gcue, regardless if it  is only a hint, i would appriciate it :) LaBomba, I don't have a DCS-950g, so what follows might be a long shot. Judging from the emulator page on the D-Link site, I think there are two possible ways to go: the first would be to go sending WebRequests and parsing the output... possible, but not very convenient. The other would be to use a WebBrowser control. In the latter case, you could eithe ...Show All

  • Visual C# Set form background color

    I've created key in registry where background form color is saved (in format: ff8f8f8f, and string key is called myKey). The code which saves color in registry is: if(cd1.ShowDialog()==DialogResult.OK) { string boja= cd1.Color.Name; RegistryKey regkey; regkey=Registry.LocalMachine.OpenSubKey(@"Software\myProject\1\options",true); regkey.SetValue("myKey",boja); regkey.Close(); } What I want is, when I start my Form1 to BackColor be set to myKey value. Can you help me! Thanks Sorry, my bad. Didn't tested anything, just wrote it out of the head. You need to cast the object return ...Show All

  • .NET Development 404 Errors with ASP.NET v2.0 - dependency issues?

    Did all the dependent assemblies make it into the \bin directory of the new location -steve Absent pdb files should not cause the 404. Did you check that the Web Service extensions are enabled on your system Start -> run -> inetmgr When Internet Information Services (IIS) Manager comes up, expend the (local computer) node and select the Web Service Extensions node; on the right hand side see the list of all extensions, make sure that ASP.NET v2.0.... is allowed. Thanks, Elena ...Show All

  • .NET Development can i create web forms from xml templates

    I'm producing a dynamic web form system which stores the web page in the database. It renders the page from the database to a real page by adding the controls to the ControlCollection of a PlaceHolder control. There appears no easy way to do this- I go through each element of the web page, work out which control it is, create the control and add it to the collection. I think the process is correct. The way I work out which control to create involves a large switch statement. I then iterate through all the attributes to set the control attributes. This bit of the process is complicated and I think is wrong! Is this process possible- ...Show All

©2008 Software Development Network