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

Software Development Network >> BenniG.'s Q&A profile

BenniG.

Member List

mqph
Calin Iaru
Itachi
anton nugroho
Udo Schneider
Lisber
JWM
haiderkhan
Joel Parmer
Swamy Subramanian [MSFT]
Ben Ogle
dophine
Ori Lahav
Myoest1
Shifty
Aadi
YongLi
JohnWH
jfache
Trucker
Only Title

BenniG.'s Q&A profile

  • Visual C# How to change the color of a substring?

    for example: string newStr = "The color is red"; label1.Text = newStr; output: The color is red hi, no you cant, if you want to you have to override onpaint event handler for the treenode and to draw it yourself you can learn more about drawing in this link http://www.bobpowell.net/ hope this helps ...Show All

  • Visual Studio Express Editions Numbered Lines

    How do I get Numbered lines to show in my RichTextBox1 like in Visual Basic 2005 Express Edition I want them either inside the RichTextBox1 OR in another RichTextBox 2 (to the left of first one). I can either have the numbers already there and scroll when you scroll down RichTextBox1 or have a new number generate when you press enter in the RichTextBox1. Please help! ... ok well I have 2 RTB's and I want numbers to say 1, then make a new line and say 2 when you hit the enter key on the right RTB ...Show All

  • .NET Development Walkthrough to build a web service does not work! Please help!

    Using: MS VStudio 2005 C++ I just went through the walktrough for "Creating an XML Web Service using C++ and CLR". Compilation and linking are successful, however, I get an error during deployment. vcdeploy : error VCD0019: Virtual Directory Path was empty. This information is required. I simply need to deploy to localhost as the web server is installed on the dev. machine. Looked at Buildlog.htm < xml version="1.0" encoding="Windows-1252" > <ATLSINSTSETTINGS> <WEBHOSTNAME>localhost</WEBHOSTNAME> <VIRTDIRNAME>TempConvert3</VIRTDIRNAME> <VIRTDIRFSPATH>!a ...Show All

  • .NET Development Application Blocks

    what is Application Blocks Sqlhelper.cs and SqlHelper.vb are both part of the Data Access Application block in the Enterprise Application Block libraries you can download from Microsoft.  You can use them to encapsulate common .NET calls to classes, methods, properties, events, etc. ...Show All

  • Visual Studio Team System "Audio/Video Files" is invalid Source Control File Type

    I attempted to add a new C++ source control file type to VSTFS Beta 3 and received the error: Failed to update file types to server myserver.mydomain.com for the following reason.  TF10165: The workspace name Audio/Video Files is not supported.  It must be less than 64 characters and cannot contain any of the following characters:  "/:<>|* If I rename the built in type Audio/Video Files to Audio-Video Files, everything works.  I did not change anything with Audio/Video files.  I think the name should be changed by Microsoft before the release is made. Michael This is documente ...Show All

  • Visual C# VC# Express: How to make an icon appear for your EXE instead of the default

    Well, I feel kinda dumb. I have been programming C# for years, but after switching over to C# Express 2005 I can not for the life of me figure out this simple problem: When making a Winform app, how can I make my own icon appear for the EXE instead of the default one Just to clarify, I can of course associate the an icon of my choice with each form in my app. That works OK. BUT when I go to explorer to look at my executable file it has that ugle default. I want to replace that ugly default. Its so easy to do in VS 2003, and I am sure it has an easy answer in Express 2005 ...Show All

  • Visual Studio Express Editions TextStream - reading special characters

    I am trying to get TextStream to read a log file (text) with a special character in it.  The special character is the hex null (00).  A typical textreader (wordpad) represents it as a square.  This character is randomly placed throughout the log file.  The problem is whenever TextStream reads this characters it interprets it as a "endofstream" and stops reading.  I am not concerned about the character it can me replaced with a space.  I have tried both the ReadAll and the ReadLine but all fails.  Is there anyway around this   Is there some other way besides the "textstream" to read a text fil ...Show All

  • Smart Device Development Pls give me some advice!

    Hello there, I am a new comer to this smart device development world. now I have some problems with creating a smart device dll using VS 2005. The problem is I know little about developing DLLs. Is there anyone who has any online tutorials or useful sites about it especially for VS2005 Thank you very much... Here's a pretty thorough coverage of DLL's.  http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/_core_DLL_Topics.asp I remember a time when I was leery of writing code in DLL's. Here's an overview. 1. The entry point is DllMainCRTStartup(), or its wch ...Show All

  • Visual Studio Team System Manual Test Case Management??

    Does Team System have a mechanism for Manual Test Case management   In other words, can I store test cases, and then track and manage test case execution history - Test Case management inside VS (instead of editing them in Word 2003). Use the Text Based manual tests instead of word based ones if you dont wish to have a dependancy on word. - Ability to specify pass/fail by the step instead of by the whole test; and then mark the whole test as failed. I will add this as a suggestion for V2. However, you can get some milage out of using the comments to state which step failed. - Automatically open the Manual Test Execution windo ...Show All

  • Visual C++ how to Call .NET dll in C ?

    how to Call .NET dll in C Don't you mean call a .NET dll in C++ In this case, convert your program into a C++/CLI application. Then you'll be able to use the .NET dll. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectPlay - Voice

    This might not be the correct place, but a have a question about the "removed" DirectPlay Voice support that is depricated in the latest SDK because of security implications. Is there a suitable, C# compatible ideally, replacement for the Voice functionality   I use it to develop a classroom based intercom (e.g. LAN only) for allowing student to instructor interactions. Regards, Ray it seems these days with most networked games these day there all going to more player interaction and voice chat is the next step, when you look at X-box or sony playstation ever sence they went on the net voice is b ...Show All

  • Smart Device Development DrawString to PictureBox Got Exception VB.Net

    I have a PictureBox on the Form. The Graphic object is getting from that PictureBox for drawing. I drew a string. Ran fine in emulator. However, when ran in device with pocket pc platform, I got exception. There is no specific error. How come There is something very wrong in your description. As far as I know, PcitureBox.CreateGraphics is not supported so I am having trouble accepting your assertion that this code works in the emulator; can you try that again please If you insist that it works in the emulator then I'd check that the PPC you are using is 2003 and above since CF 2.0 is not supported on earli ...Show All

  • Visual C++ Is there anything wrong with this command?

    /* read in the parameters from the infile */ if ((fp = fopen(Infile, "r")) == NULL) { sprintf(msg, "Input Error: can't open %s", Infile); Error(msg); return FALSE; } I have this part of my code, where in another subroutine data is wrote into an input file and here I want to open the input file for the use of the data within it. When I execute my program, I obtain the error: Input Error: can't open in. 8()E where () symbolises what looks like a musical note. I ran the Debug and this is what I got back, can anyone decipher it or make any sense of it Thanks Loaded 'ntdll.dll', no ma ...Show All

  • Smart Device Development How to graphically show the data in a vector?

    This is maybe a silly question, but I just started C++, still a fresher. vector<double> a (1000);    //a is a vector with 1000 double variables how can I show the data in the vector graphically like the wave simulation produced by Matlab It's possible to plot a graph with the points connected by lines. Are there any better ways to do it Thank you indeed. Lines should do in most cases. If you need it to be very smooth, you could use spline interpolation. http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm I would say math behind this is out of scoop of this forum. ...Show All

  • .NET Development Edit Policy File

    Using WSE Settings 3.0, in the "Policy" folder, into Edit Application Policy you will find the "Add", "Rename", "Remove" and "Replace" buttons. What about the "Update" button, just to edit and change some value in one previous policy file Is it possible to afford in some way This is a problem, mainly when you start testing the actual samples or changing some policys, a very normal task for anybody that try to begin with WSE. One way is of course to use directly the policy file and update it. But in all the WSE 3.0 information the WSE 3.0 sett ...Show All

©2008 Software Development Network