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

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

NewNole2001

Member List

DOSST
s_karthik_au
Joe_Hellsten
jadelise
netguruf
Rusi Hilloowala
stwenter
rfolk73
Jeff Guenthner
dknow
Mike Heffernan
trent_m
bb5178
Travis Howle
Sandeep Bhutani
Scott Kirk
totem_pty
mbothmer
Fille
Seith
Only Title

NewNole2001's Q&A profile

  • 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

  • SQL Server Matrix Subtotal

    Hi, I have a matrix with 3 row groups:  Location, Company, Country.  I want to add a subtotal of "Company" that will breakdown into "Country" as well. e.g. right now if i add subtotal to "Company", it will give me: New York Company A CAN                     100 USA                    150 Total                     250 Company ...Show All

  • Visual C# Looking for both sides of simple example of C or C++ code called from C#

    I am looking for a working example that shows both sides of C# calling a C or C++ routine. This is to use application written in C/C++ from a graphical interface design written in C#. I have found examples that show one side or the other, but when I try to merge them I get a System.EntryPointNotFoundException message. I'd appreciate any help I can get or a pointer to a simple example that I can get to work. Here are what I believe are the relevant parts of my C# code, which was taken from "C# Essentials" by Albahari, Drayton, & Merrill, pp 132-133: public class MainInterface : System.Windows.Forms.Form { [ DllI ...Show All

  • .NET Development Using Windows to authenticate a Windows Form App

    Hello Guys, I have a Windows application on .NET 2.0 , i would like to have users logging in / out,first thing that may pop up in mind is to use a login form ,create tables that i can store my users in and connect to the DB to retrieve them,not to forget adding a form that can allow the Admin to add create and modify users. I am considering another solution that will leave this task to Windows ,i would like to use a fucntion or a class (hopefully in .NET 2.0) like AuthenticateWindowsUser(Username ,Passowrd) As Boolean ,this function as its apparent ,will validate the user name and the password according to windows, this will also elimi ...Show All

  • Visual C# Windows Services in C# Express Edition

    Hi How can I add a Windows Services in VC# 2005 Express Edition pls help You can look at this article at CodeProject http://www.codeproject.com/dotnet/simplewindowsservice.asp If you download the source you can use that to start with, you will need to register to be able to download. You can also have a closer look at the ServiceBase class . ...Show All

  • Visual Studio It takes forever to load a solution specifically because of VSS.

    I am wondering if there is any way to speed up the loading of solutions which contain projects bound to source safe repositories. It takes on average 5 minutes to start up a solution I use which contains 24 projects. When I unbind these projects to Source Safe the load time is 2 seconds. To check out files is a pretty bad story as well, it takes around 30 seconds just to pop up the dialog that asks if I would like to check out the file, then another 30 to actually do the checking out. What is worse is if I am checking out more than one file it makes it virtually impossible to do from Visual Studio because of this time delay, so I have to che ...Show All

  • Visual Studio Team System Collect methods

    Hi, Is this possible to collect information about all method's in all assemblise in BeforeAnalysis method before Check methods will be called. Thank you. Currently, you can use RuleUtilities.AnalysisAssemblies to get access to the full analysis target set. This is an area that's likely to change in the future, however. We're currently looking at a fairly radical change to analysis that will permit us to discard assemblies during analysis, rather than holding on to the complete program set. This means that any rules that acquire state during BeforeAnalysis could cause performance to significantly deteriorate. ...Show All

  • Windows Forms Server and Office Web Components

    Hi, I installed OWC on the Server.  When I open the URL http://192.168.131.21/Terrarium, it's redirected to http://192.168.131.21/Terrarium/Charts/ChartNew.aspx and I got the following error: (the same on the Server and on a Client)  Server-error in the Application '/Terrarium'. COM-Object with CLSID {0002E500-0000-0000-C000-000000000046} is not valid or not registered. Source-error: Line 485:    chart.Bui ...Show All

  • Visual Basic help declaring a number and refering to it later

    hey im develeping this little game where you are asked to guess a number bewteen 0 and 50. it raises some wuestions for me, i have tryed some coding, but they fail all the time so im asking you for help. 1. how do i declare the random number the user is soposed to gues i have tryed: "dim guessn as double = <50" but it returns "end of statemaent expected" whats that im missing and how do i make a life counter "dim life as double = 5" 2. lets imagin i actually got it working with random number thing, how do i refer to it lets say the user pushes the gues button: "if gusstxt.text = gu ...Show All

  • Visual C++ Error spawning "Cmd.exe"

    Hi! I wrote this piece of code because I want to use the Graphic Engine OGRE.... In a tutorial I found this piece of sample code: #include "ExampleApplication.h" class TutorialApplication : public ExampleApplication { protected : public : TutorialApplication() { } ~TutorialApplication() { } protected : void createScene( void ) { } }; #if OGRE_PLATFORM == OGRE_PLATFORM_WIN32 #define WIN32_LEAN_AND_MEAN #include "windows.h" INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT ) #else int main(int argc, char **argv) ...Show All

  • Smart Device Development Highlight a word in webbrowser

    I am using opennetcf webbrowser in VS2003 to display html file.I want to highlight a particular word permently.For example consider " This is sample HTML page" is the content that is displayed in webbrowser. I want to change the backcolor of word "sample" to some color like blue.Is it possible to do This should provide a start: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnclinic/html/scripting08142000.asp A quick search found this documentation of the Pocket IE API (including JScript functions), but I'm sure you can find more: http://www.microsoft.com/mobile/devel ...Show All

  • .NET Development Querying a DataSet (multiple Tables) - No attached Database.

    I have two tables in a dataset, which are both filled when the user opens a source file. One table contains customer names, the other contains transaction information I want to display a datagrid/datagridview of all customers who have transactions records between a certain date. All the records are in each table and linked via a relationship (customer account code) I can't work out how to generate a query without using a seperate database. At this stage a seperate database is not a viable option. Can anyone help please If I understand correctly what you're asking, I think all you need to do ...Show All

  • Visual C# FileStream and writing out in chunks

    hi all, i have a byteArray i read into from a httpposted file, i would like to write it to a new filestream in chunks of a size i specify. I can write the file out no problem at once, using myFileStream.Write(byteArray,0,postedFile.Length) but i want to break it up into chunks so that it stores smaller amounts at a time and doesn't kill the aspnet_wp. i have tried FileStream newFile = new FileStream(fullSavePath + sFilename, FileMode.Create); int pos = 0; int length = 128; while(pos < nFileLen) { if(length > (nFileLen - pos)) { length = nFileLen - pos; } newFile.Write(myData,pos,length); pos = int.Parse(newFile.Length.ToString() ...Show All

  • Visual C# what is this IDE

    hi I know this will sound quite noobish.. in fact it is.. but what is this IDE i keep still seeing it.. ThankS and sorry for the question IDE stands for Intergrated Development Environmet, for the history of IDE's and more information see:  Integrated development environment . ...Show All

  • Visual C# Attributes

    Hi, is it possible to somehow retrieve information about the member that the attribute is attached to Here's example: [Register("example")] public static void DoSomething() { ; } [AttributeUsage( AttributeTargets.Method )] public RegisterAttribute : Attribute { public static Dictionary<string, MethodInfo> Instances = new Dictionary<string, MethodInfo>(); public RegisterAttribute( string name ) { Instances.Add( name, <what goes here > ); } } thanks No it is not possible, even if it was, I don't think this is going ...Show All

©2008 Software Development Network