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

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

Milzit

Member List

Senthil Nathan.S
LastHope
kampak1111
David Hanzelka
Intazzz
DryvBy
hadjici2
Pankaj11
DaveRogers
Marc Lacoursiere
Gseese2
Holm76
R2ks
spattewar
Sergio Ordine
Tejas_Kishanwala
RichardCUK
YewMing
andy72
tattoo
Only Title

Milzit's Q&A profile

  • Visual Studio Express Editions How to using COM in C++ appliaction?

    I generate COM in the following way: Create an ATL project called ATLTransmitAs. Add an IDL file named ATLTransmitAs.idl and paste the following code into it. // ATLTransmitAs.idl : IDL source for ATLTransmitAs // This file will be processed by the MIDL tool to produce // the type library (ATLTransmitAs.tlb) and marshalling code. import "oaidl.idl"; import "ocidl.idl"; typedef long DATEXMIT; typedef [transmit_as(DATEXMIT)] struct CUSTOM_DATE { short day; short month; short year; } CUSTOM_DATE; [ object, uuid("AE23C15E-920D-4ffa-B662-7E77E231E951"), helpstring("ICustomDate Interface"), pointer_default(unique) ] interface ICustomDate : IUnknown { [helpstring("method GetDate&quo ...Show All

  • SQL Server Installing SSIS with SQL Server 2000

    Hi All, I have installed SSIS on server running SQL 2000 but I don't see the Business Intelligence or SSIS. I could see the SSIS service is running but do not see VS or BI version of VS. Any ideas Thanks in advance. That was my understanding too but after installing SQL 2005 client tools and Integration Services, I don't see the BIDS. ...Show All

  • Smart Device Development Change the color of a DataGrid scrollbar in C#

    Is it possible to change the color of a DataGrid scrollbar in C# That's it then - you've already tried both available rows (VSB and HSB). If you still interested in how to check type of the control, you can find relevant code here: http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx ...Show All

  • Visual C# Where are the messages going to?

    hi everybody I've already successfully implemented a globally low level keyboard and mouse hook and it seems that this is all .net managed code could provide in global hooking. But after I got the message by the hook, where is this keyboard or mouse message going to the parameters and structures of hook event don't contain that information. any idea thanks in advance well, I hooked globally with WH_KEYBOARD_LL so I could receive all the keyboard messages system wide. When the message came and the event fired, I got only three parameters: int nCode indicate if you should pass the keyboard message directly to the next hook UIntPtr wParam identifier of the keyboard message. It could be WM_KE ...Show All

  • SQL Server date format change on US Server

    Hi, We have a server (SQL 2005) set up as US date format and have tried to change it to UK using syslanguage etc Anyone know how to do it at a global level so we dont have to change lots of SP Regards Stu Datetimes are stored language independent in SQL Server. Its the setting of the user which makes the datetime appear in the local format. if you Change the individual setting of the user, the datetime will be displayed in the appropiate format. If you want to set the default language for any new logins you can use the sp_configure with the default language option. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Adding 'Other' segment/slice in a pie chart

    Hi guys, I am creating a pie chart report from a cube . This report may contain unknown number of segments. Here is the thing; if more than 1 data slice is generated with a value less than 5% of the total, then a segment labelled 'other' will be generated, and data from all slices with value < 5% will be added to this 'Other' segment. Is it possible to implement this functionality in the report layout level with out writing a complex MDX query If this is not possible, can anybody give me a sample MDX query which implements similar issue(i.e. 'Other-ing' rule.) For your information, this feature can be easily implemented using a third pary software such as 'Dundas chart for Reporting Service'. However, my client don't want to bu ...Show All

  • Visual Studio Access publish status of all application files

    Hello everyone, I am a new guy for Visual Studio Automation. I need to develop an add-in in Visual Basic for Visual Studio in order to do the release checking of the software. One of the requirement is to check all the publish status of application files. But I don't know how to access the properties in the project by using the collection EnvDte.Properties. Can anyone tell me how to do that For properties of the DTE object see my article: HOWTO: Getting properties from the DTE.Properties collection of Visual Studio .NET. at: http://www.mztools.com/resources_vsnet_addins.htm For properties of the project, see: HOWTO: Navigate the files of a solution from a Visual Studio .NET macro or add-in. and for each Project o ...Show All

  • SQL Server Using a JPEG image in Report Builder

    When I try to use an image stored in a table I keep getting the following error The Sort expression used in grouping ‘table_Logo’ returned a data type that is not valid. I have checked the property of the table and there are no SortAttributes selected for it. Any thoughts R This is a known issue. It sounds like your image field belongs to its own group in the table, instead of being part of an entity group (like "Product" or "Customer"). The gray tabs along the top of the table show how the fields in the table are grouped. If the image field is part of its own group, Report Builder is (incorrectly) trying to sort that group by the one field that is in it. This is not valid ...Show All

  • Visual Studio 2008 (Pre-release) TextBox wrapping inside a StackPanel...

    I just trying to find out why wrapping of a text inside a textbox isn't working inside a horizontal stackpanel, but is working inside a vertical stackpanel (or a grid). The following doesn't wrap the text: ---------- < Window x:Class = " WPFSizingTest.Window2 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " WPFSizingTest " Height = " 300 " Width = " 300 " > < StackPanel Orientation = " Horizontal " HorizontalAlignment = " Left " > < Button VerticalAlignment = " Top " > X </ Button > < TextBlo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. need help with the xna express program

    I was wondering how do you make games and such because I cant find any help (that helps) and I nevered programed befor and Im doing this so I can learn about programing games and such. Im 15 and only got the program to see what do I need to learn befor I get into collage if I do and just for the fun of it and that I want to work for a pprograming company like microsoft or bungie when I grow up. Umm thanks if I dont get confussed on what your talking about :) Sounds like you want to read this thread . You'll need to learn C# first. Also, you'll want to suck up as much math and physics classes as you can (and every other class as well ). There's a lot of tutorials around for using XNA, as well as some within the help. ...Show All

  • Visual Studio Team System Performance Profiler - OutOfMemoryException

    When attempting to profile our application (consists of console application and several class libraries - all C#), I get an OutOfMemoryException thrown almost immediately upon startup. The application runs just fine outside the profiler (standalone or in the debugger). Normal memory usage of the process typically sits in the mid-20MB range, so nothing out of the ordinary going on... Any thoughts as to what might cause this -Adam Also meant to include - the Exception is being thrown PRIOR to the instrumented method being invoked. The instrumented method does not get called until a message comes in from a client. Most of the time this exception occurs before the server is even listening for incom ...Show All

  • Visual Studio How to pass Report parameter in ReportViewer Control

    Hello Friends, I am using VS2005. how to pass the Report parameter in the reportviewer control I am using ther Remote mode for the report. till now i know that i can set the parameter is using the bellow method. This SetParamters method only accept the parameter like Microsoft.Reporting.WinForms.ReportParameter type. this .reportViewer1.ServerReport.SetParameters(). But can't findout how to pass that parameter in the method. please help me. Nilay If you have a parameter defined in the report itself, and have the report viewer control set up to display parameters, it is all taken care of for you. ...Show All

  • Visual Studio Report Viewer External Image Display Issue

    Hi, In the VS 2005 ReportViewer I have created a local report that contains an image. The value of the image is retrieved from the database column = (First(Fields!signature.Value)) (which is for example Delsign_241391_04_20060517141108.bmp). Along with this name, the path for this image is to be specified for which the following code in the Code tab of Report Properties is written: - Public Function imageSource(ByVal e As String) As String imageSource = "http:\\localhost\Signatures\" + e End Function Following is the RDLC Code generated :- <Image Name="name1"> <Sizing>FitProportional</Sizing> <Left>11.25cm</Left> <MIMEType /> ...Show All

  • Visual C# Top Rated: September, 2006

    C# Top Rated Contributors for September, 2006 Here are the top rated contributors for the September, 2006 timeframe. Microsoft employees are not counted in this summary. It is important to remember that all the contributors to this forum who answer questions are valued and appreciated. Some who answer a smaller volume of messages may still make a big difference by answering difficult questions, or by being particularly thoughtful and helpful. All C# Forums Most Helpful · ahmedilyas: 55 · RizwanSharp: 34 · nbugz: 23 Most Answers · ahmedilyas: 109 · nobugz: 42 · boban.s: 24 Visual C# General Most Helpful · ahmedilyas: 32 · Rizwan ...Show All

  • Visual Studio Express Editions Programs run and exit

    I'm very new to this. I'm having trouble actually running my programs through F5. They run, flash open for a split second and close. When I look at the output, it says "The Program has exited with code -1073741819." I've seen a similar discussion surrounding console apps and that one seems easy to resolve, or has multiple options. How about for Windows apps I am running the exact same version of Visual C# 2005 Express Edition on my desktop PC and have no problems. I just installed the software on my laptop and have the problems there. I've checked everything between the two and they seem to be configured the same. Thoughts Since you are encountering an error, then the previous posted is ...Show All

©2008 Software Development Network