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

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

day10

Member List

M Kamal
byon
eric_c007
Abhilash Vantaram
tony42472
C McGlothen
jayclarke112
miimura
hwage
David Clausen
leuriat
Samer Selo
DerBruzzzler
TAS
Polishchuk Maxim
Haydee
Chris O
filali-boon
eriks70012
ZY George Li
Only Title

day10's Q&A profile

  • Visual Studio Express Editions How to split a CString delimited by a character

    Hi,I am trying to split a CSting object delimited by a character, i.e. I have a CString like "Hello,how are,you" and I want to split it by ",". Could anyone please let me know. ...Show All

  • Software Development for Windows Vista native API CreateProcess & redirecting output

    Hi, I'm writting some code in C# that makes use of native API CreateProcess and I'm trying to read console output from cmd.exe. But my code will hang in the Read() function (last line of my sample code). I have no idea what is happening. I've looked at a lot of samples and mine seems to be alright. Any help will be appreciated. Sample Code ---------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.ComponentModel; namespace ConsoleApplication1 { public struct PROCESS_INFORMATION { public IntPtr hProcess; public ...Show All

  • Visual Studio Team System How to Apply a Threshold rule on a specific page

    Hello there, I created a load test for a web application and I am trying to apply threshold rules but on specific pages. All I was able to do is to create a treshold rule on the LoadTest : Page : Avg.PageTime counter. Another thing, I can't visualize the avg.pagetime of a specific time in the loadtest graph.To visualize it, The threshold applied above must bust, and only then we can see the avg page Time of every Page that the test has visited... How can we visualize the Avg.PageTime counters for every page in the web test and how do we apply treshold rules to specific pages. Erik To view a ...Show All

  • Windows Forms Which Language and Why

    Let's Open the Floor for this Discussion: Which language is best for an intranet distributed application, using Windows forms, and why I am about to build one with multiple features from different intranets within our office. Thanks for your input! Gary ----------------------------------------------------------------------------------- Not sure but I don't think a class in VB.NET can i ...Show All

  • Software Development for Windows Vista tool generated Vs hand coded workflow

    Hi, Can anybody give me the advantages and disadvantages of hand coded worflow application(traditional ones) Vs the Windows workflow foundation generated workflow applications. Also please let me know that the Workflow created by WWF is stored in which format(XML, .net code etc) regards Tic In Windows Workflow you can define a workflow using XML, or code, or a combination of XML and code. I just finished an article on this topic: Authoring Workflows . ...Show All

  • Windows Forms Weird Autocomplete Combobox Error

    Okay, this is a really weird error in my windows form. I have included my test vb class which is a test app. Load it up into Visual Studio.Net and run the app. What is does is populate a combo box with some test data and then it implements some autocomplete  code so that as the user types is autocompletes the selection. Now here's the weird scenario that breaks the form: - User clicks combo arrow to drop down list of items - User types the letter 'M' - Combo Selects 'Martin' option - User hits enter key - Combo Selection is still 'Martin' - User clicks combo arrow to drop down list of items - User types the letter 'A' - Co ...Show All

  • SQL Server yukon's transactional replication

    Hi yukon gurus, Does yukon transactional replication supports immediate update on subscriber with text, image and binary data types tnx and regards, ArisenX y Although it's not documented clearly anywhere, yes it's supported provide publisher/distributor is SP4 or higher. ...Show All

  • Windows Forms Autocomplete in multiline textbox

    Is it possible to have autocomplete in a multi-line textbox In a simple test, I enabled autocomplete on a textbox and set MultiLine == false, and the autocomplete works. But if I change MultiLine to true the autocomplete does nothing. I didn't see any mention of such a restriction on the use of autocomplete in the documentation, but maybe I missed it. Can it be done AutoComplete should work in a multi-line textbox, but remember, AutoComplete only works for the entire contents of the text box, not just the contents of a particular line or selection. ...Show All

  • Visual Studio Express Editions issue with intellisense and multiple projects

    Hi, I'm using visual studio2005 to manage a solution that contain multiple proejct. Some projects are VC++ and some are makefile based (for an embedded microcontrolleur). Intellisense is working on all the project. However if I request a callers graph, then I get the calls done in every project and not only the active project. To be more clear : I've got one function that exist with the same name on many of my projects. If I request a caller graph, I get all the calls made in every project. Also, when I request the definition of a function, I don't always have the one of the correct project. Obviously, the intellisense d ...Show All

  • .NET Development .NET 2.0 Error

    I have created a webservice at the location //localhost/WebSite using VS 2005 Beta 2. The webservice contains nothing but the helloWorld web method. When I run a debug I get a server unavailable error in IE and the following in the event viewer: Warning: Failed to initialize the AppDomain:/LM/w3svc/1/ROOT/WebSite Exception: System.Web.Hosting.HostingEnvironmentException Message: Failed to access IIS metabase. Error: Failed to execute request because the App-Domain could not be created. Error: 0x80131500 Does anyone have any idea why this is happening or how I can fix it If more information is needed please let me know. Thanks ...Show All

  • Visual Studio Express Editions App_Data directory

    Hello,I want to set as |DataDirectory| another folder instead of the default App_Data is it possible to do that and if yes how  many thanks in advance Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 You can do that only on files that you specify.  There are reasons not to do this though, as ASP.NET rejects any file requests to that directory, so you can't get those files.  Where a ...Show All

  • Visual Studio Can you save the report to PDF or HTML or any Pictureformat

    Is there a way that you can save your report to PDF,HTML or any prictureformat. I have a windows verision and want to distrubute my report. /Anders Hi there, The String fileNameExtension parameter of the Byte [] returning LocalReport.Render() overload is redundant in the version [which I suppose] that you have, too (if it's the same with my version, namely " Microsoft Visual C# 2005  55603-000-0000016-00273 "). Simply comment this param (and the variable to which it is outputed), and it will work. Regards,           Emil Prager ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Animation in directX

    I have a bird (drawn in 3dmax, without animation). Wings are separate object. I want to get the wing (in directx) as a vector of points to find the leftmost (rightmost), to use it as a rotation axis for other points. How to do it I'd like to add a 3Ds max model in a C# pictureBox ( just view it) then apply script from MaxScript and view the .max file again in the form is it possible ...Show All

  • Visual Studio Tools for Office Web Publish Word Solution

    In order to test my ServerDocument implementation I wanted to add the Word Document to a test web. To do this I published the document to the web using the publish wizard in VSTO 2005 (B2). The Word Document however did not function when opened from the weblocation. What are the steps to make the webdeployment work I do not get an error at all, but the MessageBox I added at the document init did not show either.... I have to recheck things I guess... -= Maarten =- ...Show All

  • Microsoft ISV Community Center Forums Problem solved!

    After working fine for days the following standard code to send an Outlook email is not running: Dim objOL As New Outlook.Application Dim objMail As MailItem Set objOL = New Outlook.Application Set objMail = objOL.CreateItem(olMailItem) I get now the following error message: Run-time error Automation error The specified module could not be found When I click on Debug the line code in yellow is: Set objOL = New Outlook.Application I do have the Microsoft Outlook Library in the Available References The only change I have made in my computer since has been the installation o Norton Intern ...Show All

©2008 Software Development Network