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

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

Newbs

Member List

aosman
pgpkeys
VBNET_Fanatico
Pikechan
Rodrigo Silva
Jason Prickett-MSFT
Brent Williams
Ljhopkins
Xrider
Shailesh_rathi
DKR2006
Ming D
TheReverend
Trevieran
awwardak
n3sachde
TheMax
Baryon
Adrian Browne
Shadowflip
Only Title

Newbs's Q&A profile

  • Visual Basic Need Your Help in Visual Basic Forums

    Hi , Hope you all are fine. Actually Situation is that i have 2 Forms. One is the main Application Form and other is like splash screen like form. I dont want splash screen form to be auto hide after some seconds. As there is some data i want to show to EnD uSer. i have added a check box on Splash Screen Welcome form. Checkbox : "Dont Show this screen in Future" Now i dont know when user checks this Checkbox and opens the applica ...Show All

  • Software Development for Windows Vista Hosting WWF designer in own application

    In all examples which I saw earlier, shown the situation where the WWF-designer is used only in studio. Is it possible to use the WWF-designer in my own program (in an ideal, it should ASP.NET the program) It is necessary that users created own business-processes by means of the WWF-designer. I’ve got also a question about rehosting the designer : Can one really rehost the designer with the full functionality, ...Show All

  • Visual Studio 2008 (Pre-release) How to start an animation in the code that was created in the xaml?

    Hi, I've created an application with two animations. Making screen bigger, and smaller. Now I've also created a button and when it's clicked, the screen should get bigger or smaller, depending his current state. The animation where created in the xaml. <Storyboard x:Key="OpenAssetsGrid" d:StoryboardName="OpenAssetsGrid"> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetProperty=&quo ...Show All

  • Visual Studio Team System What is TFS RC?

    Can anybody explain me what is TFS RC (Team Foundation Server Release Candidate) Thanks Thanks Chris. From what I've been able to dig up, once we've upgraded from RC to Trial, then all we need is our valid Product ID (from our license) in order to turn off the Trial status. But, that's a headache that I don't have to deal with at the moment. Gotta let the IT lady have some fun. She's in the process o ...Show All

  • Visual Studio Express Editions Does anyone knows if Visual Basic Express comes with a CHART component on the toolbox?

    Does anyone knows if Visual Basic Express comes with a CHART component on the toolbox If it does not then questions: 1. When register we are allowed to download Graphics Server .NET. Is this a free CHART component with no time limit 2. Does the Proffessional Version of VS2005 comes with a CHART component hi, in the top of this forum you will find FAQ thread , it contains a post about how to add a chart co ...Show All

  • Visual Studio Tools for Office Multithreading in VBA for Excel

    How do you Multithread in VBA for Excel I know how to do it in Visual Basic Studio but I cant get it to work for Excel Is there a certain reference I need There is very limited information on the web about multithreading in Excel.  The web also says Excel Visual Basic 6.3 has multithreading capabilities. Thanks If anyone has a simple example, such as two drawings moving simultaneously (not turn based, that appears to be simultan ...Show All

  • Visual Studio Team System HTML Traffic seen as [Binary Data]

    In my Web test, I am calling urls that look like this https://systestonline/WCBSecAuthMember.Authenticate.AuthenticateMember.mts In this case the http status is 302 (redirect), but I also have similar calls to other urls that have the same format (the mts extension). Recording is fine, the recorder also detects that the hidden fields need to be correlated. However, when I play back, these hidden fields cannot be found because the data is d ...Show All

  • .NET Development Logout Programatically

    Hi All, There is a simple prob. I m using Login Control in .net 2.0. At some stage on my pages i want to programatically logout. How can I do it. Thx Hi Sandeep, This forum is for questions related to ASP.NET Web Services. General ASP.NET questions such as yours are best handled on the ASP.NET web forums at: http://forums.asp.net You will need to repost your question there. Thanks! Daniel Roth ...Show All

  • .NET Development HttpWebRequest.BeginGetResponse - Why is TCP window size zero?

    Hi, I have a server application that gets web pages from different web servers with HttpWebRequest.BeginGetResponse . The problem is that, after a while, one of my requests gets never answered. I've seen with the sniffer that the packet containing that request has a TCP Window Size of zero. This causes the server not to send the answer. Whan can be the cause for this Any clues Thanks, Fran ...Show All

  • Visual C# explorer bar

    I want a design like solution explorer in visual studio 2005 when the mouse pointer is placed on solution explorer it displays the treeview( or panel, uipanel group) , when the mouse is moved away it should disappear. Hi, do you mean a docking bar Check these links: http://windowsforms.net/ControlGallery/default.aspx Category=7&tabindex=5 http://www.codeproject.com/cs/miscctrl/magicdocking.asp ...Show All

  • Windows Forms Detect Listview ColumnHeader Right Click

    I would like a different context menu to appear when a Listview's ColumnHeader is right clicked. This question I found on microsoft.public.dotnet.framework.windowsforms.controls is the behavior I'm interested in achieving: "Is there a preferred and/or correct way to disting ...Show All

  • Visual Studio Team System What kind of wok item is...?

    Let's say I have a project specified by Scenarios, defined with as much detail as possible. However, I have a cliente that is always asking for very little things that I didn't specified in the scenario, like, feature to sort columns, feature to select number of records per page, feature to select more than one record at once from a datagrid, etc.. What kind of work item is that How should I manage that under MSF Hi Marcelo, We've called ...Show All

  • Visual C# Abstract classes and static methods

    Hello there! I was wondering why is not possible to define a static method into an abstract class, well... I was wondering that because I'm trying to force an user who inherits from this class to implement a static class and I just didn't find a way to do that... is there a way to do this Because there's a layer calling static methods and I don't want to change these methods to regular methods just because I'm not being able to solve this ...Show All

  • SQL Server Concatenating 2 text boxes

    Hi, How do we concate a normal text with an underlined text eg: I would like to concate : textbox1 = my email address: and textbox2 = xxx@hotmail.com into a new textbox3. expected result: textbox3 : my email address: xxx@hotmail.com Really appreciate your help. Thanks Try out this place textbox1 and textbox2 together make TextAlign Right for textbox1 and Left for textbox2. make Textdecoration under ...Show All

  • Visual Studio Express Editions Open form and run BindingSource Add new item

    I want to have a button on a form that when clicked opens another form called "patients" with blank fields ready for a new patient to be added. YOu can do this on the patients form by clicking "add new" but I want to have a button on another form that when clicked jumps back to the patients form ready for a new patient to be added. Is this possible May be you try something such as currentForm.Hide(); patient ...Show All

©2008 Software Development Network

powered by phorum