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

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

MJRP

Member List

Cole Thompson
fspilot2006
Neotech
prthealien
catalinione
Flame Thrower
km9999
user_whatever
BenK95781
Michael Hogue
Flack
Drudkh
Jerome Smith
Mr. SOAPitStop
ToddOs
Syco54645
darrell0101
KitWest
Wee Bubba
tyaramis
Only Title

MJRP's Q&A profile

  • Windows Forms Colored CheckedListBox

    Hello, I want to make an item of the checkedlistbox colored with blue and other items colored with red.How can i do this You need to implement a class which inherits DataGridTextBoxColumn and then override the paint method as according to your application(I mean this regarding the color selections).Hope this might help you out. ...Show All

  • Windows Forms icons in contextmenu

    dev-env.: VS.net 2003. language: C# Hallo, how is it possible to add icons to a contextmenu Best Regards, mathoc I hope this article will be useful http://www.codeproject.com/csharp/trayiconmenu01.asp ...Show All

  • Visual Studio Team System How to change process guidance template on existing project?

    Hi forum. We have an existing team foundation project. Is it possible to change the process template from Agile to the one for CMMI I'm guessing I could overwrite som HTML files somewhere to get the content updated. But we also need to be able to create the new work item types when right clicking on the work items folder in team explorer. It is possible How do I do it The short answer is no, there is no way to change the process template of an existing project. Think of it like this:  A process template in TFS is similar to a document template in Word.  In Word, all documents are based on a template.  The default template in Word 2007 is Normal.DOTX.  It contains ...Show All

  • Visual Studio Express Editions VB and connection strings for SQL server 2005 Express

    I am following the VBX tutorial videos and I am on Lesson 09. When I use the Add a New Data Source wizard, it does not generate a connection string. I am following the instructions exactly. What is wrong Peter Feigl Thank you, but I believe everything is configured properly because "Test Connection" succeeds. I just don't get a connection string. I will however, check the parameters you suggest. Peter ...Show All

  • Smart Device Development how to send sms using call events application?

    hi expert, I am using VS 2005. I have downloaded 2 applications regrading sending and receiving SMS from the MSDN web site. Following is the link of the 2 applications. http://msdn.microsoft.com/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp frame=true http://msdn.microsoft.com/library/en-us/dnppcgen/html/callevents.asp I have converted the source files to VS 2005 format but i am unable to send SMS to the emulator(pocket PC) using Call Events application. How can i connect the Call event application to the emulator Please help me, urgent!!! thanks in advance. Hi mguar, Thanks for replying, I have read the link u stated, but I still have no idea how to connect the callEvent application to my VS 2005 emulator. The problem I a ...Show All

  • Visual Studio Tools for Office Type Mismatch error when using Find method in excel

    I know that I had posted this before, but no one responded and I still can't find the answer :(.... Can anyone help me out with this I'm trying to open an existing excel file, search for some text, write some text to the document, and save the document. Here is my code: Microsoft.Office.Interop.Excel.Application xlApp = new Microsoft.Office.Interop.Excel.Application(); xlApp.Visible = false; String DocumentLink = "whatever.xls"; if (!System.IO.File.Exists(@DocumentLink)) { Console.Write("\t*DOES NOT EXIST*"); } else { Workbook wb = xlApp.Workbooks.Add(@DocumentLink); Worksheet ws = (Worksheet)wb.Worksheets[1]; Microsoft.Office.Interop.Excel.Range RangeOfText = (Range)ws.get_Range(" ...Show All

  • Visual C# Problem: The breakpoint will not currently be hit. No symbols have been loaded for this document

    Hi, I've run into a problem that seems to defy a solution. Bottom line: When I'm attempting to debug with VS 2005, I cannot set an effective breakpoint in one of the source files. The breakpoint is the hollowed-out reddish/yellow circle, and VS says that the breakpoint won't work because the symbols are not loaded. I've found several discussions in this forum about this type of problem, but there's no concensus that I could find on how to solve the problem. Some background might be in order. I have been developing a "data binder" for use in a forms UI application that has multiple threads. There are three projects/classes in the solution, one for a test mainline, using forms, one for a general-purpose "dump" routi ...Show All

  • Visual Studio Team System custom work item fields

    right now I have a field called "Approved By": < FIELD name = " Approved By " refname = " eDiets.ApprovedBy " type = " String " reportable = " dimension " > < VALIDUSER /> </ FIELD > It works fine, but I want to enforce a rule that only allows the current user to assign himself to this field. Right now they can select any valid user. Esentially the business owners do not want people to be able to approve tasks using someone elses user name. In addition to using just DEFAULT tag, I would also suggest you to make this field Readonly in the form layout so users can't edit this field. -Mohammad ...Show All

  • Windows Forms Flash objects on c#

    Hello! I tried to insert shockwave flash object on my form using the traditional way of com objects, but an error appears stating that "it is not registered" Could you please please help me fix this problem or instruct me the proper way of inserting flash objects on my form. Thanks. You pass it XML. You will need to build a page that displays the data you want to pass to Flash as XML. Then Flash can call that page and parse the XML. It a pain in the rear but thats how it works. ...Show All

  • Commerce Server Update Line Item Shipping Information

    Hello, I am working on updating the shipment status and shipment tracking number for orders that have been fulfilled. We receive a very simple document from our warehouse that only contains the Order Tracking number and the LineItem number that has been fulfilled; this is because at times LineItems are shipped through different methods to different addresses and must be updated individually. I have been searching in the DB and I am unable to find a key that will connect a LineItem record with a Shipment record. There is also no data on which order the LineItems are extracted by the Orders Adapter and cannot identify which LineItem would be considered first, second, etc. Any help here would be greatly appreciated. ...Show All

  • Smart Device Development Designer issues after CF2.0 SP1 installation

    I just installed the CF2.0 SP1 patch. Seeing other posts, I uninstalled the Beta 1 version I had used in developing some apps (because I needed more control over the datagrid), reinstalled the original CF2.0 from my DVD, and then loaded the SP1 patch. Initially, everything in my projects looked fine. However, after rebooting my machine later in the day, I now get designer errors on any form with a grid control. The main part of the message is: Could not load type 'System.Windows.Forms.DataGrid' from assembly 'System.Windows.Forms.DataGrid, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes'. Actually, I also the following message as well, but it will go away on a recompile, although it comes back the ...Show All

  • Visual Studio Express Editions Generation of API documentation

    I wonder does visual studio 2005 provide any extensive features to generate API documentation from the classes we design and coded so it makes it easier for us to stream line communcation among multiple developers. kindly let me know if there is such a tool or feature available. if not, do tell me of any other viable solutions out there that could automate generation of API. Thanks a million Check out the XML documentation feature ... ...Show All

  • Software Development for Windows Vista Accessing HKLM from a vb6 exe that calls a .net dll

    Greetings! I have a vb6 exe that calls a .NET 2.0 dll. The dll needs to write to odbc settings. If run as an admin this fails with the exception: that I am not allowed to access HKLM - this is expected. What is the best way to gain write permissions for the dll I read about manfiests, and created the following manifest for my dll: < xml version="1.0" encoding="UTF-8" standalone="yes" > <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="MyLibrary.Common.Database.Tools.PowerTool.Library" type="win32"/> <description>This applicatio ...Show All

  • Community Chat Vista Viruses - The Next Generation

      Sometimes I just have to write because tonight I received a PHD in Vista Viruses. Yes, a new generation of viruses is  evolving and this was the meanest nastiest virus I’ve ever seen. Perhaps, not deliberately it crashes the system on boot. The virus is an emulated service with a driver attached to the file system as an alternate stream. If you can stay awake I learned an immense amount tonight and I think people will be interested in this one. I have a new Vista RTM Ultimate system with Avast Virus protect. I opened an “iffy” file from the net thinking that if it had a virus that virus detection would catch it. How wrong could I be My system instantly black screened and I saw system32:lzx32.sys wiz by which didn’t lo ...Show All

  • .NET Development How to declare an Rdm socket?

    I am trying to use rdm (SocketType.Rdm - Reliably Delivered Messages) to broadcast messages to several clients. I tried to declare a socket in the following way: m_ServerSocket = new Socket ( AddressFamily .InterNetwork, SocketType .Rdm, ProtocolType .Unspecified); But I get the following exception: The support for the specified socket type does not exist in this address family Exception Type: System.Net.Sockets.SocketException I tried declaring the socket using different address family and protocol type but I always get the same exception. I googled a bit and searched this forum ... couldn't find anything. Any ideas Thanks. http://discuss.develop.com/archives/wa.exe A2=ind0312b&am ...Show All

©2008 Software Development Network