Software Development Network Logo
  • Windows Vista
  • Visual C#
  • SharePoint Products
  • Smart Devicet
  • Visual FoxPro
  • .NET Development
  • Game Technologies
  • SQL Server
  • Visual Studio
  • Visual Basic
  • IE Development
  • Windows Forms
  • Audio and Video
  • Microsoft ISV
  • VS Team System

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

SmileSmita

Member List

CSharpCoder
bryanedds
ayya
diverduan
UmairKhan
Pipe2Path
RobSteele
software_writer_nyc
Charltonn
barkingdog
Ralf_from_Europe
a.s.viswa
tradle
Peter Hardisty
Bengt Gunne
JohnWP
Rocket horse
Lawrence 007
黃泓量 Jeremy Wong
Indigo Cowboy
Only Title

SmileSmita's Q&A profile

  • SQL Server Calculated Member? (Beginner)

    I have a measure named "Person Count". I am trying to make a calculated measure that gives me the same result if i made a dataset and had "Person Count" filtered by [Crash][Is injury]&[yes] (which is under the Crash dimension. How would i write the query in mdx for the calculated measure. This is what i thought it should be: [Measures].[Person Count] * [Crash].[Is Fatal Injury].&[Yes] Where did i go wrong I get nulls in the field. I did this before for another calculated member with a colegue, but i cant seem to remember exactly how it was written. And i cant get into his computer. Please help, i know its something little. Figure out it needed a comma! which ...Show All

  • Visual Studio Express Editions Web Browser Help

    Hi, I'm trying to add alot of stuff to my web browser. I searched in google, but I didn't find anything. I tryed writting codes to see if I can get it, but I can't get it :( 1. Favorites 2. View Text Size 3. Web Browser site Name something like this (Visual Basic General - MSDN Forums - Mozilla Firefox) 4. History 5. Enter button when you type in the URL 6. Show the URl in the URL bar for every link. And I'll try to figure out the rest, because I have alot of stuff that I want to learn, but I think it's rude to ask for too much. Thanks. I didn't mean to open a directory but one of the links. When I open it with Notepad, this is what I see: [DEFAULT] BASEURL=http://www.google.com/ [InternetShortcu ...Show All

  • Visual Studio Can the debugger be used to step through a guidance package?

    I have a few random questions - any help is appreciated. Note the general sense of frustration. Is it possible to use the debugger to step through a Guidance Package while it creates a solution Is there documentation, other than the chm file (note: this should include a how-to) What is the sequence of how code is executed when a solution is created from a package How does one interpret the below Action < Action Name = " ExportSolutionTemplateRef " Type = " RefCreator " AssetName = " ExportSolutionTemplate " ReferenceType = " Microsoft.Practices.SoftwareFactories.ServiceFactory.References.SolutionPropertiesReference, Microsoft.Practices.SoftwareFactories.ServiceFactory & ...Show All

  • Visual Studio 2008 (Pre-release) Triggers and MultTriggers problems

    Hi I am experiencing a bug in Windows Presentation Foundation July 2006 CTP. This concerns Triggers and Multitriggers. I have already posted it via "Connect", but the latest version referenced in it, was February CTP... So i am not sure to be read using this way. So I'm just copying-pasting what I already wrote: Description : In certain cases, a Trigger involving a property that is a part of a MultiTrigger conditions, can unbranch the multitrigger (it is not triggered anymore). Steps to reproduce : See the attached Xaml file I set a MultiTrigger on a ListBoxItemTemplate that launches an animation when the item is not selected and the mouse is over it, and stop it when the mouse leave or the item is sele ...Show All

  • Visual Basic Program help please!!!

    I'm working on a program that converts something in a metric unit of length (meters, centimeters, etc.) to something in another metric unit of length (meters, centimeters, etc.) Whenever I type in a number, check something in the first checkedlistbox, then check something in the second checked list box, and hit a button, all i get is zero in both boxes. Can someone help me with my code It's just a multiplication error, but I need some help on determining what it is. Thanks. Public Class Form1 Dim dblMultiplier As Double Dim newdblMultiplier As Double Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load CheckedListBox1.Items.Add("Yottameter(Ym)") CheckedListBox1.Items.Add("Zettameter( ...Show All

  • Visual Studio Express Editions How not to start your day/programme Help!!!

    Private Sub M1( ByVal aa As Integer ) Dim gg, ll, ff As Integer Dim mm As New Random gg = aa + 1 ll = 0 While (ll < gg) If aa >= 1 Then ff = mm.Next(1, 9) End If TextBox1.Paste(ff) ll = ll + 1 End While End Sub Were did i go wrong http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=464111&SiteID=1 ...Show All

  • SQL Server Fail to start Integration Service

    As part of Team Foundation Server the Integration Services are used. They are configured to start automatically but it doesn't. Status is "stopped". Trying to start the service manually fails too: Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7000 Date: 07.11.2006 Time: 11:11:49 User: N/A Computer: SDOSCARBUILDSRV Description: The SQL Server Integration Services service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . It uses default LogOnAs NT Authority\NetworkService. Any idea what might be wrong and what to ...Show All

  • SQL Server Logging Query Messages From ExecuteSQL Task

    The ExecuteSQL task makes it easy to capture the resultset of a query or stored proc in a variable. But what about the messages that would normally appear in the Messages tab when running queries in Management Studio or Query Analyzer There must be a way to display and log rowcounts and other messages that a query normally produces.   Various package/task logging configrations haven't helped. I've read discussions about logging rowcounts in data flow tasks, but what about capturing messages in ExecuteSQL and other control flow tasks that run T-SQL   I only have enough time to dabble in this technology so I may be missing something obvious or approaching this incorrectly. Any sug ...Show All

  • Visual Basic My applcations always use about 15 MB of the memory ????!!!!

    Hello, Every time I develop an application I face a real problem that my appliction is slow to open and it uses alot of megabytes from the memory. I tried an empty application and it used about 15 MB !!! Anarchy wrote: I think 15mb is LOT for a 'HelloWorld' app!!! I've been monitoring Memusage on a sytem with a 3rd party (& leaky) API, and wasn't happy to find a app doing essentially nothing, but chewing up 20mb of memory doing that! I think that too, but I've found that when you minimize the application and restore it again the memory it uses will decrease . BUT WHY ...Show All

  • Visual Studio Team System Custom Child Tables in SP1?

    Are custom child tables off a work item supported in SP1 -Larry Larry, with SP1 you can create custom controls to display such children information, but still the data storage needs to be done in a plaintext field in workitem as Jason pointed out in the post you referenced. It would be much simpler to implement such control though with SP1 using custom controls. See here for details on implementing custom controls: http://blogs.msdn.com/narend/archive/2006/10/02/How-to-use-Custom-Controls-in-Work-Item-Form.aspx http://teamsystemrocks.com/blogs/mickey_gousset/archive/2006/10/20/1167.aspx ...Show All

  • Visual C++ Help Me Please

    Hi im learnig VC++ 2005 and something wierd is goin on with my compiler.. when ever i build and run my projects an error pops up saying "This Application Has failed to start because MSVCP80D.dll was not found. Re-installing the Application may fix the problem." but here is the wierd part the file MSVCP80D.dll is present in my C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c folder i can see it but how come VS is not detecting it and i even tried re-installing the software but it doesn't seem to work can someone please help me!!! Thanks If you are running this off a FAT32 partition, try switching the Project > Properties > Configuration properties > Man ...Show All

  • SQL Server Need infos regarding install of SQL Express 2005 SP1

    Hi, A little technical question. If I want to install SQL Express 2005 SP1, do I have to uninstall current version first Thanks in advance, Stephane The 'Advanced Services" edition is the same version of SQL 2005 Express, and it includes additional functionality, including Management Studio Express. Again, you do NOT have to uninstall before adding a service pack. (Now is that complete enough for you to indicate you have been responded and answered ...Show All

  • Visual Studio Team System Create duplicate folder with exact history and changesets

    We have a folder called "Source" in VSTF and we need to create a duplicate of this folder called "SourceTemp" with same history and other details. How do we create this Is this possible Thanks http://msdn2.microsoft.com/en-us/library/aa730834(vs.80).aspx Pay close attention to the section about Branching. A branch is a "cheap" copy of a folder. "Cheap" means it shares all of the history and such, but it doesn't actually double the space requirements. ...Show All

  • Visual C++ Can one get Window Station Handle for a specific PID?

    Hello all, Could anyone tell me how to do that show in a subject Thank you. Get the top-level window handle for the process. Enumerate the window stations with EnumWindowStations, enumerate the desktops for each window station with EnumDeskTops, enumerate the windows in each desktop with EnumDesktopWindows until you find a match. ...Show All

  • Software Development for Windows Vista Display resolution and font size

    Hi, It is my understanding that Vista has the ability to scale all text sizes according to the display resolution (i.e. 12 point fonts will actually be 12 ponts regardless of the display resolution). Has this capability been implemented in Vista Beta 2 If not, is it going to be I have tried it out with Vista Beta 2 and the text sizes still decrease as the monitor resolution increases. Thank you kindly. My understanding is DPI scales with screen resolution (i.e. as the resolution increases the size of each pixel descreases). So 1 inch represented by on a 1280x1024 resolution at Window's default 96dpi will be longer then on a 1600x1200 resolution. Hence text that are not TrueTyped becomes smaller a ...Show All

©2008 Software Development Network