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

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

princess275

Member List

BJW
Scal
MarcusCuda
Boudhaditya
Maximka
bumz
trenskow01
Krishna Sunkammurali
chiharu09
Ferryandi
Jason-Massey
MarkIsMobile
pneumahagion777
JamesParker
amc
Dongliang Chen
kewpiedoll99
Jason Manfield
BillWestphal
Kevin MacDonald
Only Title

princess275's Q&A profile

  • Smart Device Development Usb Throughput Test

    I would like to develop a usb throughput test for a windows mobile device. I am currently looking for sample codes which would explain the different steps for setting up a usb file transfer between the device and the host machine. Did someone know how to proceed and could provide me a sample code Thanks a lot. The easy way is to read/write a file to a storage device. Other devices like mice do not need bandwidth. Disks are fast enough to load USB fairly well. ...Show All

  • Visual Studio Team System Is there any way to assign two resources or more for a workitem?

    Hi there, Is there any way to assign not only one, but two or more people to a WorkItem. In Project i can assign a work to more than one people, but when i try to add a Workitem, it only permits me assign one person. Thanks, Guino. I had the same problem.Needed to assign a task among 2 developers. My workaround was done in MS Project, I assigned lets say 200% of resources to the task (2 developers assigned) , created a new column (ie. Outline Column 1) with a custom lookup values (developers name groups) and finally group the gantt chart by this column. In this way I can control the timmings and dates appropiately , I can control my sha ...Show All

  • SQL Server Directly editing data in results pane with SQL 2005 Management Studio

    In SQL 2000 Enterprise Manager, one was able to edit and commit data on-the-fly directly from the results pane.  Action->Open Table->Query with the SQL Pane shown gives you an interface similar to Query Analyzer.  One could write a complex select statement with where clauses and joins, and the results pane would show the resulting data.  The data is editable and instantly updated.  We are now planning to migrate to SQL 2005 , and so will need the same capabilities that were availiable from its predecessor.  I believe there to be an option/configuration setting or panel in Management Studio that would expose thi ...Show All

  • Smart Device Development Hide File

    hi, could any body tell me please how to set the hidden property of a file to true using c# thanks If you mean file attributes including "Hidden", please look into FileInfo class. ...Show All

  • Visual Studio Tools for Office How to Access/Make Auto Complete List ?

    Hi,     i m working in outlook addin using vb.net. I want to access object of or make new "Auto Complete List" so that when user sends mails, his contacts mail addresses are automatically saved.        Secondly i want Message Box to act as a dialog box because when i click a button to show msgbox, it appear . with out any communication with msgbox if i click  button multiple times (first msgbox is still on the screen) multiple msgbox appears. I want to disable the button when i click it once and again enable when msgbox disappear. Please help me, I m in a great trouble thanx, Sweet Boy  ...Show All

  • Windows Forms Have trouble introducing my own bug

    I have installed the old terrarium for .Net framework version 1.0. I have both version 1.0 and 1.1 of the .Net framework installed. I still don't seem to be able to receive creatures in ecosystem mode, but thats a different issue. I can now run in local terrarium mode, and I can introduce animals from the server just fine. However when I try  ...Show All

  • Visual Studio Team System Exception in a Web Test with https

    My Web tests that I've been running earlier has started to raise exceptions on https, (they still works on http). This is what I get on the first request to the server when single stepping the web test: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.InvalidProgramException: Common Language Runtime detected an invalid program. at System.Net.SafeDeleteContext.MustRunInitializeSecurityContext_SECURITY(SafeFreeCredentials& inCredentials, Void* inContextPtr, Byte* targetName, ContextFlags inFlags, Endianness endianness, SecurityBufferDescriptor inputBuffer, SafeDele ...Show All

  • Windows Forms DataGridViewCell Style Overridden

    I have implemented a DataGridView which will change the appearance of a DataGridViewCell once the cell has been edited.  This code doing this is equivalent to the following: DataGridViewCellStyle dirtyCellStyle = new DataGridViewCellStyle() ; Font font = new Font ( DataGridView .DefaultFont, FontStyle .Bold); dirtyCellStyle.Font = font; dirtyCellStyle.ForeColor = SystemColors .ActiveCaptionText; cell.Style = dirtyCellStyle;   // Set the cell style. Unfortunately , whenever a column sort is performed, the cell display is changed back to its original appearance.  Is there some setting I'm missing ...Show All

  • Visual FoxPro Need for handbook

    hello all, I just want to ask you if anybody knows anything about a handbook to be used in order to get quick knowledge of Visusal FoxPro, for a programmer level. thanks in advance, Besides the help files you could check some of the following: ready-made Solution Samples that come with Visual FoxPro http://vfpstart.blogspot.com/ -- Tom Meeks http://fox.wikis.com/wc.dll Wiki~VisualFoxProTips -- Fox Wiki http://fox.wikis.com/wc.dll Wiki~ListCategories -- Fox Wiki http://www.hentzenwerke.com/ -- Hentzenwerke Books http://www.sweetpotatosoftware.com/spsblog/default.aspx -- Craig Boyd's Blog HTH ...Show All

  • Visual Basic microsoft vb 2005 express edition beta (how do i make it so my "menustrip" will ...

    in microsoft vb 2005 express edition beta ( in the Menus and toolbars the "menuStrip", i made a buttom with copy how do i make it Copy) i know that you have to click it 2 times and wright in the code. If you want to copy a textbox contents then you can use My.Computer.Clipboard.SetText(Textbox1.text) Then you are simply copying the text. When you retrieve it you can Ctype it to integer.   ...Show All

  • Smart Device Development Microsoft Device Emulator Community Preview - Won't Start

    Windows 2000 SP4 I have installed the Microsoft Device Emulator Community Preview, with ActiveSync, but am unable to get it to Cold Boot. The furthest it gets is the emulator window with skin launches and then I get an error "DeviceEmulator..exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created." Even with the /c option, I am not provided with any debug information. Your assistance is greatly appreciated. Respectfully, Gary This is really starting to frustrate me. This is my third day working on ...Show All

  • Windows Forms Storing and retrieving cursor icons using an ImageList

    Hello everyone! Is it possible to store and retrieve cursor images using an ImageList control  (The images stored in the ImageList are bitmaps.) Since both the cursor and icon formats work for a mouse cursor, I have pulled the bitmaps out of the ImageList control and converted them to the icon format. But that is as far as I have been able to get. ...Show All

  • Visual Studio Team System Unable to delete source code from source control

    I have two team projects in my TFS. I have added the wrong source code to a project and now I want to delete that source code from surce control. When I right-click on the project on the source control view the "Delete" menu item is grayed out. I'am local administrator and I have all the permissions possible on the server. Thanks, Jay See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=187819&SiteID=1 . Buck ...Show All

  • Visual C# What benefits do XML documentation comments offer?

    I am developing a couple of small apps for a client, and I am considering ways to document the code. If I use XML comments, I understand that a 3rd party utility is necessary to view the raw XML in a pleasing style. Unfortunately, I'm not using such a utility while developing these apps. It may be that I'm getting crotchety as I age (oh, I hope not), but I find raw XML comments harder to read than the well-formatted C++ comments to which I am accustomed. Without a 3rd party utility, are there still benefits to using XML comments vs. non-XML comments Thank you for your suggestions. To clarify: If I we ...Show All

  • Visual Studio Team System How to config TFS for notifying by email to outlook (Exchange Server) via SMTP server

    hi all! Before I used to familiar to track system,you know that we can config to any bug within track system be notify to the oultook. now i also want to do so with TFS, I had tryed config with sharepoint service, but i still have not get any email for notifying from others yet. please help me if you can solve it. thanks. when your installing TFS server it ask for email address from which mails are send to team. In order to get mail for any bug within track system . go to your team menu in VS IDE where u will find project alerts menu item ,click it and enter the mail id to which it has notify ...Show All

©2008 Software Development Network