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

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

DamiLaufer

Member List

CodeButcher
ASAD LATIF
Malmer
Duckfoot
hakl
Mike D Fox
Gabrielle Erlingen
WhatIsBigBang
Big Ben
Wil R.
Alex Franke
M_Lahlouh
Ashyura Bin Ismail
PersonalBushido
bryhhh
MarkHarris
Allen Jensen
Forest
EricVanRoy
NozTheGK
Only Title

DamiLaufer's Q&A profile

  • Visual Studio 2008 (Pre-release) Layout broke after migrated from January to February CTP

    My main Window contains a grid with 3 rows: header, content area and a footer, and one grid was placed in each area.  The resultant layout is expressed in the following Pseudo-XAML: <grid name="main">   <grid name="header" row="0"/>   <grid name="footer" row="2"/>   <grid name="content" row="1">       <grid name="sumary" row=0>           <listbox name="master" row="0" />           <listbox name="detail" row="1" />       </grid>       <grid name ...Show All

  • Software Development for Windows Vista ListView sorted column background color

    How can I tell the listview to use the different background color for the column which is used for sorting Normally the whole background of the listview is white, if I sort in the explorer all files for size, the size column is darker. Steffen Sorry for the supid questions. The Vista SDK has an "Whats new in Vista" page where all messages and flags are listed. Despite the fact that the documentation is missing for the new stuff, I can see what has changed. I can't find such page for XP... Steffen ...Show All

  • Windows Forms Problem about deployment

    Hi, I'm new to this thing. I published my project (to CD) but when tried to install on another PC. It said "Application cannot be started. Contact application vendor." I'm not sure if it is because of the certificate. I use the default created one. The "Issued To" is my comp name. (same name as "Issued By") Anybody please tell me how to solve this. And another thing, in the default certificate, the expiration date is one year from the day I deploy. Anybody please tell me how to change it. Thank you in advance ...Show All

  • Visual C++ Resource editor bug?

    Hello everybody! This is my first post here (sorry for my english) I have resource file shared in more than one solution. I VC++6, and VS2003 there was no problem to edit this file in resource editor. In VS2005 I cannot save this file, and there is no Dialog Editor items in Toolbox also. Any ideas Marek Hello Brian, I also have the same problem in a C++ solution. The solution was migrated from VC++ 6.0 to VS2005. If you have any solution for the problem, I am interested. Regards, rgwerder ...Show All

  • Windows Forms DataBinding to a SQL Field of type money

    Has anyone ever had a problem DataBinding to this field type   I have a method that sets up all my DataBindings for my controls on the form and when I run it I get this error: "DataBinding could not find a row in the list that is suitable for all bindings" When I comment out the DataBindings for the fields that are pulling from ...Show All

  • Visual C++ Debugging applications problems

    Hi. If I debug a very basic application compiled with .NET 2003 and I stop debugging instead of letting the program finish normally, I can't debug again. I can't start a dos prompt, calculator, etc. I have to manually reboot my PC, since the shutdown option doesn't work either. I tried to compile the same app under .NET 2003 and with .NET 2005 Beta 2 and the problem is the same. I have Windows XP with all the latest service packs and updates installed. Everything is legal (.NET, Windows). Any clues Thanks! Jean-Francois Dube If this still repros with Beta 2, please open a bug report on lab.msdn.microsoft.com ...Show All

  • Visual C# Refresh() how to work?

    In these code, i use Refresh(), i guess it should remove old content displayed in this form, but it does not work, why if i want to clear old content, how should I do public void displayLabels() { this.Refresh(); Label lb = new Label(); int number =0; IEnumerator em = this.labellist.GetEnumerator(); while(em.MoveNext()) { lb = ((CageBox)em.Current).CageText; lb.Location = new System.Drawing.Point(80+number*166, 310); lb.Size = new System.Drawing.Size(160,20); lb.Name = "cagel"+((CageBox)em.Current).Cageboxnumber; lb.TabIndex = 5+number; this.Controls.Add(lb); number++; } } ...Show All

  • Visual Basic Including data files in "Click Once" deployment

    Hi all, I have an application that uses one of 9 different data files dependending on the application requirements at any given time. How do I include these files in the deployment file in the correct directory so the program can find them. Thanks Dick Hi David, I really , really appreciate this reply. I too am confused about why the data doesn't show up in the published output, I always thought it would until I tried it. I have nothing but time until I get an app I can publish to a web site that is being built. If you will email me at dcroose@comcast.net I will attach the entire application fol ...Show All

  • Visual C# Transparent background

    Hello.I have a question.I use VC# and I wan' to create a nonrectangular form.I have create the background image with the transparent key: blue, but when I compile the project the application is not transparent! Are you sure that the color you specified to the TransparencyKey property has the same RGB value as the image you are using for your background ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Using index buffers

    I want to draw cube. And I want specify only 8 vertices, and then specify their order in special array. As I know index buffers allow to do so. But I can't find example. Please, write example of using index buffers. I wrote following program: using System; using System.Windows.Forms; using System.Drawing; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; namespace ProgaX { class Forma : Form { #region Variables Device device = null ; VertexBuffer buf = null ; IndexBuffer ibuf = null ; PresentParameters par = new PresentParameters (); #endregion ...Show All

  • Software Development for Windows Vista Designer and the Toolbox

    We are working on integrating the workflow desinger into our suite of tools. Our shell currently has a toolbox that implements the IToolboxService interface. When we create the DesignSurface for the Workflow designer, we pass in our root service provider (which contains our toolbox service). However, the Workflow designer never asks our service provider for the IToolboxService (though it does ask for many other services). How does the list of available activities, etc, get populated in the Visual Studio toolbox Thanks! I asked one of the developers on the Windows Workflow Foundation team about this and he i ...Show All

  • Visual Studio Problem installing .NET Framework 2.0 Beta 2

    Hello: I hope that I'm posting to the correct area... I'm trying to install Visual C++ 2005 Express Beta 2 and the installation process fails.  The failure occurs after the download is complete and the installation of the .NET framework has commenced.  No error information is displayed, other than the notificaton that the error has occurred.  I've turned off Spybot, for what that's worth.  Any ideas on how to proceed Thanks! Hi Dave Im hoping you can assist me too....except I'm not as PC savvy as the previous posters & you may have to direct me through to the logs. I hav ...Show All

  • Smart Device Development Determining if a Mobile Device has Barcode Scanning functionality.

    Hi all, I am using a Symbol library on a mobile device that allows me to perform Barcode scanning on a Symbol M50 device. But, this very same project will also be rolled out to other mobile devices that may not support Barcode scanning (such as the iMate). How can I determine whether a device is able to perform Barcode scanning from within my application Using: CF 2.0 Lang. C# Thanks Tryst How do you usually interface with the barcode scanner Presumably by using a SDK/DLL supplied by Symbol. Maybe you can check if that DLL is available on the device to determine if it has a scanner or not. ...Show All

  • .NET Development C#'s world

    Hi I'm making an investigation about C#sharp language and compiler, and I would like to ask you How many C# developers are over the world ,  I will really apreciate that you if you tell me the source of the your information, if you don't know, could you suggest me any action ., thanks in advance ComputerWorld had made a user survey about this early this year, you can find the result from their website: http://www.computerworld.com/developmenttopics/development/story/0,10801,100542,00.html Though it's a little almost a year old survey, hope it may provide some help regarding your investigation. ...Show All

  • .NET Development Best Practices: Generating Serial Numbers which contain informations?

    Hello Forum Users, i am working on a Software which can be registered by people and companies for variable period like 3 months, 6 months or one year and so on. For example, we receive the order from company X, purchasing the software license for 6 Months. Now we would like to use our own Serial number generator and pass in the name of the company and the period and generate a serial number, which will be delivered to the customer by e-mail, phone, fax, letter etc. We would like to be able to show the information on the customers screen (so that he hardly would like to use someone else key), and be able to disa ...Show All

©2008 Software Development Network