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

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

briguy9872

Member List

HCL
Fscsantos
TXOSU
HouZhenYu
RickLH
Ray Dyce
Davaris
Handerson
AxelF
TAMurugan
Herman Schutte
anydobbo
atreus769
gordon LI
Ian Cross
creativeluf
gabrielh
CrystalDev
Fakhrul Islam
Michelle E.
Only Title

briguy9872's Q&A profile

  • Windows Forms Compiling a winform and getting the Windows XP look...

    Hi, How do you compile an winform using Visual Studio .Net 2003 so that it 'looks' XP   You know, with rounded buttons and so forth Any help would be appreciated... thanks, joe Thank you all!! I appreciate it... regards joe ...Show All

  • Visual C# ToolTip Control on HelpControl Button Click??

    Hi..All, I want to show tooltip for each control in my Form..when i Click on Help Button on the corner and i want to show tooltip on every control i press it..with that button Best Regards Bassam Basamad Hi..Thanks for you Url..it was very usefull.but one more question in the same isssue..i have applied that example in msdn..but it does not show arabic words..!!! it show the arabic words like unreadable words..!!! kind regards.. ...Show All

  • Visual Studio Express Editions I missing the tool devenv

    Hi, If I try to build a Open Source Project with Visual C++ 2005 Express Edition, it appears a error message: ------ Build started: Project: BuildBin, Configuration: Debug Win32 ------ Performing Makefile project actions Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. devenv Apache.sln /useenv /build Debug /project mod_ssl Der Befehl "devenv" ist entweder falsch geschrieben oder konnte nicht gefunden werden. NMAKE : fatal error U1077: 'devenv' : return code '0x1' Stop. Project : error PRJ0019: A tool returned an error code from "Performing Makefile ...Show All

  • Visual Studio Tools for Office Getting even weirder...

    Hi; I built a VS 2005 simple Add-In, tested it, and it worked and I could break into it in the debugger. I then did the same in VS 2003 and it also would run and I could set breaks in the debugger, but it required winword.exe.config set to .net 1.1 I then went back to the VS 2005 one (deleted winword.exe.config). Now when I try to run it, breakpoints I set in the 2005 Connect.cs (the projects & dlls have different names) break in the 2003 connect.cs. And the 2005 AddIn gives me the message that it was built without debug information (it IS the debug build) and therefore breakpoints won't work. If I go in the registry and remove the 2003 ...Show All

  • Software Development for Windows Vista Trouble with WebService and Persistence

    Hello all, I'm newer to the workflow world and I have a few questions : First, a little background: I've currently got a very simple sequential workflow wraped in WebServiceInput and WebServiceOutput and all interfaces and everything are setup correctly.  I use the publish as web service option and all is well. I then try to execute the web service using the "Invoke" button that is on the default web service form:  I then get this error: System.InvalidOperationException: The workflow hosting environment does not have a persistence service a ...Show All

  • Visual Basic AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp  and here:  http://msdn.micro ...Show All

  • Visual Studio Team System Team Studio builds successfully but Summary Build name access gives TF42002

    --------------------------- Microsoft Visual Studio --------------------------- TF42004: Team Build failed to open folder \\srbuild\share\ThirdDebugBuild_20060220.8 . Logon failure: unknown user name or bad password. --------------------------- OK --------------------------- I get this error about unknown user or bad password after a successful team studio build on client side accessing server. This upon clicking on the link under the Summary: Build Name: entry. Please note this \\srbuild\share was entered in UNC and has full permissions to the TFS Service account as well as EVERYONE. When I remote desktop to sr ...Show All

  • .NET Development .NET HttpListener has a limit of 2 concurrent requests handled at a time per process, How can I increase it ?

    I created a simple server using HttpListener using .NET 2.0 The server simply accepts http connections from clients, sleep 3 seconds and return "OK" message. Server Code : HttpListener m_Listener = new HttpListener (); public void StartListening() { m_Listener.AuthenticationSchemes = AuthenticationSchemes .Anonymous; m_Listener.Prefixes.Add( "http://*:1234/" ); m_Listener.Start(); AsyncAccept(); } // this method is called in a loop to listen to new clients private void AsyncAccept( ...Show All

  • Windows Forms Datagrid Questions

    I did not work with Windows Forms datagrid, only with web datagrid, so may be asking easy questions. 1. How I can clear completely datagrid in case no records match the search criteria and there are still some records from previous search  2. Can somebody point to the good example of the hierarchical grid using windows forms  3. How can I add &n ...Show All

  • Visual Studio Adding a new file to an project that Depends on another file.

    Hi All, I want to create a new file with a custom extention for my custom VSIP editor then add this file to the project <- no problems so far Then i want to make this file dependent upon a .cs file, so if its moved the custom file (extension adoc) is also moved (and it looks so much better in the IDE), below is how this looks like in the project file.  <Compile Include="Program.cs" /> <None Include="Program.adoc">    <DependentUpon>Program.cs</DependentUpon> </None> Now the question is how can i make a file dependent upon using the either the automation model or the VSIP int ...Show All

  • Visual Studio Express Editions Help with databases

    Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just to visualize here is a shortened example of my database: VehNum Temp 123 73 456 68 123 83 456 79 123 81 456 72 ...Show All

  • Visual Studio Team System A couple of issues with Load testing

    I have built a webtest that runs fine when I run it from the "Test View" pane. I then added it to a load test. I have noticed a few issues when running load tests. Issue 1: On the PC's I run the load test on I get an error at the end of a test run that says; "Error occurred running test. (Computer computername )Object reference not set to an instance of an object" computername in the real world is replace by the actual machine that is running the load test. If I click "OK", which is the only option I then get asked if I want to view the detailed results of the test... which is fine. This error doesn' ...Show All

  • SQL Server Bulk Insert -- Access denied issues

    Problem: Insert a network file in the DB using BULK Insert Works for a local sqlcmd connection. Does not work for a remote sqlcmd connection. SQL Server is running on Machine 'WalRepTest'. User account for SQL Server Service: 'Domain\vivek_uppal'. This has admin privilieges on SQL Server machine and the machine hosting the file. I have 2 scenarios. Scenario 1 behaves as expected, Scenario 2 causes error. Scenario 1. Connect using sqlcmd from local machine Machine:                      WalRepTest Windows user:   &nb ...Show All

  • Visual C# Append text in the first line of files

    is there any functions/methods to append text lines (2 lines) in the first line of .txt files ex: i got a txt files contains 3 lines and i want to append 2 lines above the first line I think the easiest way is to read the File using the System.IO.StreamReader and read it into a string and add the initial two lines to the string by concatenation. Then close the StreamReader and open the file using the StreamWriter with append option set to false(which would overwrite the file) and write the string to file. Sample code snippet: string strFileContents = ""; string strDataToAppend = "This is ...Show All

  • Visual C# VS 2005 RTM crashes A LOT when using refactoring

    Hi, Currently I am pretty annoyed... Every second or third time I am using the refactoring-option in the IDE, the IDE crashes. For example, I have a C#-class with some members. I rename one member hit Alt+Shift+F10 and then Enter. After starting the IDE, it works one, two or maybe three times if I am lucky. But then when using it, the IDE will crash. Either a real crash or the Window is just gone as well as the process. REALLY annoying, when it happens 5 times in 7 minutes. The refactoring-module would better have been left out of the product... No problem, I am glad that your problem got resolved. Ju ...Show All

©2008 Software Development Network