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

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

ash2006

Member List

GregorHagedorn
Miguel B
kobhan
Pela06
Tim Golisch
GaryInJapan
pieter-kun
Cocotteseb
Tim Houston
willis3000
wkimes369852147
Bryan Sperry
Madmaniakid
Lars E.Nes
George Jackson
RoyClem
imac2005
Charles Piche
cain.osullivan
captainsilver
Only Title

ash2006's Q&A profile

  • Visual Studio Team System How do I keep TFS services up all the time? Application event 9001 and 9002...

    Hello, I am having problems with Team Foundation services staying up on the server. I show application event logs of these services stopping and starting with no error associated: Team Foundation Core Web Service Application Team Foundation Source Control Server Warehouse Controller Application Work Item Tracking Web Service Application All of these events are 9001 and 9002. This is a single-server installation on a PC with the following specs: Windows Server 2003 Standard with SP1 Pentium 4 processor at 2.6 GHz with Hyper-Threading 2 - 400 GB SATA hard drives running i ...Show All

  • Visual Studio Team System CA1823 False Positive

    It's easy to see why this false positive occurs, but it's still annoying! Consider the following code (from a plain-vanilla console app): This false positive turns up a lot. It's interesting how many const strings out that are used exclusively as a substring within another pattern. 8) We will either clear up this noise or disable the check in the next (post 1.35) update. Sorry for the inconvenience and thanks for the report. ...Show All

  • Visual C# compile from your app

    Hi I have an app .. with a richbox in it.. the user puts some code in c# there I was wondering .. can i complie that Sure, you can use the CodeDom to dynamically compile code at runtime. Here's an example: http://www.csharpfriends.com/Articles/getArticle.aspx articleID=118 ...Show All

  • SQL Server How to aggregate a column that was itself an aggregate

    I have a column that has an expression with a runningvalue in it, a "Carrying Cost" for each month. I need to create another column that aggregates the monthly Cost. I can't to do a Runningvalue on the Runingvalue. I can't even do a Sum on the Runningvalue. Below is a message:   The value expression for the textbox 'textbox13' contains an aggregate function (or RunningValue or RowNumber functions) in the argument to another aggregate function (or RunningValue).   Aggregate functions cannot be nested inside other aggregate functions. Need help. Thanks, MickB ...Show All

  • Visual Basic Can you have a maskedtextbox data entry go from right to left?

    Can you have a maskedtextbox go from right to left I can get a normal textbox to allow data entry right to left but I can not get a masked textbox to work this way. I have a five character database field that I need to be populated in this fashion in order to get a match that I am looking for. ex... when a user types in 3 charcters lets say "222" it will store it that way. I want it to store " 222" notice the to leading blank spaces. The only way I can think to do this is by masking the text box but alas I can't seem to get the right to left feature to work as it does for a normal textbox. Any Ideas Tha ...Show All

  • Windows Forms MDI Child Form Act As MDI Form ?

    Hi, Can anyone tell me how can i create form within a mdi child form. and that child.child form must be top form of his parent form, not other Child forms of actual MDI form.  if You Know please inform me :). thanks Do you mean have a modal child of an MDI child form, that's within the MDI form  No way that I know  ...Show All

  • Visual Studio 2008 (Pre-release) saving inkcanvas as image

    Hello I am trying to create an image file from the inkcanvas. I have got the following code from some blog but the error comes that BitmapVisualManager is inaccessible due to its protection level. I dont know how the same code works in others people. RenderTargetBitmap rtb = new RenderTargetBitmap((int)inkCanvas1.Width, (int)inkCanvas1.Height, 96d, 96d,PixelFormats.Default); BitmapVisualManager bvm = new BitmapVisualManager(rtb); // draw the ink strokes onto the bitmap DrawingVisual dvInk = new DrawingVisual(); DrawingContext dcInk = dvInk.RenderOpen(); dcInk.DrawRectangle(inkCanvas1.Background, null, ne ...Show All

  • Visual Studio Express Editions Hi to all Im ojt help me to my problem...

    Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks Impossible is about right. I just can't see what to type to make something come out on paper, and I have written some neat VB stuff (IMHO) in th epast but this dot net thing has me stumped. Am I missing something or is nobody printing anymore Maybe we have finally reached the holy grail of the paperless office by MS removing the ability to print. Seriously though, can anyone point me at a p ...Show All

  • Visual Basic A Modest Proposal for Microsoft

    I've been a Basic programmer for over 30 years and that whole time I've endured the constant reminder that I'm not a "real" programmer. I know better and you know better but still there's that stigma associated with being a Visual Basic programmer vs. being a C++ or a C# programmer. Now that I use VB.Net it really couldn't be further from the truth since VB.Net does everything any contemporary OOP language does. So here's my suggestion, since Visual Basic.Net is about as much like Visual Basic as C# is like C, why not change the name of Visual Basic.net to B# Now instead of being a VB programmer, I'm a B# programmer. Sound ...Show All

  • SQL Server AS2005 - MDX Debugger

    OK - I am quite sure that I have heard there is some kind of MDX Debugger in AS 2005, but I can't seem to find it. Also, I am unable to find any documentation on how to use it (if I could find it). Can anybody help Only BOL reference I saw so far to the MDX Script Debugger was in AS 2005 Tutorial - Lesson 6. However, Teo Lachev's "Applied Microsoft Analysis Services 2005" book covers it on p.343-345; and Mosha mentioned it as a topic that he could cover in his blog in future: http://msdn2.microsoft.com/en-us/library/ms169878(SQL.90).aspx >> In the Calculation Expressions pane, click in the margin to the left of ...Show All

  • Visual Studio Express Editions SQL Commands in an access Database

    Hey there, I have a problem because I'm tring to check if a row is like the string, the example helps a little more: The message I'm tring to search for "The dog is runnig over the green grass and it is happy, the sun is yellow and the flowers are red" The the table data is: The Table is called : "TABLE1" ID Colors 1 Green 2 Yellow 3 Red 4 Blue Now the question is what would be CommandStrinng for connecting to an access database. if there is any I'm doing it matching the color string one by one with the message! and if the action if secceded the excecute the co ...Show All

  • .NET Development Concurrency violations in SqlCeDataAdapter

    Hi all, I am having a problem with using SqlCeDataAdapter to update the database. I am working with the dataset and the data adapter to do  my Select,Insert,Update,Delete . The Dataset holds the results of the select commmand and I store the adapter in a Hashtable .When the user does an insert ,I retrieve this adapter from the Hashtable , set the Insert command  and update the adapter.This works fine and I am able to insert multiple rows . The problem appears when I try to update a newly inserted row , one that was not displayed in the search results when the application loaded this form. Then I get a Concurrency violation , No re ...Show All

  • Visual Studio Express Editions Compiling C++ code

    Hey howzit I downloaded source code from this artcle: http://www.codeproject.com/internet/SendTo.asp I am not sure if its C++ code or C++.NET code but I have no idea how to even begin to compile it, but I really need to see how it works. I have opened the file in VS 2005, what do I do now, please help, I am a newbie! Thanks! This is pure C++ native code. This code uses also the MFC so you can not use it with Visual C++ Express, because ATL and MFC are not part of it. Anyway. The code itself is simple enough to be used with the SDK alone. This code alone is no program, you need to create a project to use this code. This is jus ...Show All

  • Visual C# DrawRectangle() on click event

    hi ppl, i have a panel, and i want that when the user clicks the panel ,a rectangle be drawn, but my surprise is i cant get a Graphics class reference for draw the rectangle,,, i need a Graphics class to acces the funciton DrawRectangle().. but i dont have a PainteventArgs on the click event, so i cant reference the Grpahics class....and i cant paint any 1 knows how to draw a rectangle on a click event thx mig16 hi, in painteventargs case you use Graphics dc = e.graphics; you can't use that in button click you have to creat it the graphics private void button1_Click( object sender, E ...Show All

  • Software Development for Windows Vista Custom control patterns

    Is it possible to create custom control patterns The docs don't say it isn't, but I couldn't find any hints or information on how to do it. If it is possible, is it just a case of inheriting and implementing the base pattern interface to create a custom control pattern Thanks, Will Hi, I thought I'd provide some more information. I was in a bit of a rush to attend a meeting when I posted last time. The scenario I'm working within is a custom WPF control that makes use of the 3D functionality in WPF. It visualises some log data that traces the position of a pointer in 3D space, which is repre ...Show All

©2008 Software Development Network