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

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

manukahn

Member List

Bernaridho
Fippy
kageg
Tejas34
madlogik
Theoblob
Black_Keyboard
Matthijs Koopman
kedst1
Price Brattin
Xythe
_Matt Smith _
LTremblay
Alexander Rust
NickNotYet
Ryan F
LuisMendes
Sideout
Himan
Lei Jiang
Only Title

manukahn's Q&A profile

  • SQL Server Reporting Services Questions

    . By using Report builder, I am selecting (by dragging fields) on report. While dragging first field, Report Builder > explorer is showing only directly dependant entities and its attributes . Here, I am not able to select attributes from Report Builder > explorer which are not dependant on other entities because explorer is not showing other entities . While dragging first attributes from one entity, explorer is not showing entities which are not depend on my first selected entities . How can I get other attributes available which is not relevant to my first selected attributes ->> For your report to make sense , you have to have a path between the entities in your report. You should be able to navigate between entities ...Show All

  • Visual Studio 2008 (Pre-release) SOAP authentication failed

    Hi, I have browsed this forum, and I found similar question, but none of the solutions have worked for me, so maybe I am doing something silly. However, let me try to describe what I am doing (I am fairly new to wcf programming). I managed to reproduce this same problem with the selfhost application (an example on the SDK, with the ICalculator). The problem manifests itself only when the client and the service aren't running in the same domain. If they are in the same domain (on different machines), everything runs fine. If I try to run the service inside a specific domain, and the client outside (say, just logged in locally into the machine), I get the following: An unhandled exception of type 'System.ServiceModel.Security.Sec ...Show All

  • Visual C++ MFC: date and time picker : example

    Hi,   I am learning MFC and I downloaded the CmnCtrl1 example and opened the CmnCtrl1.sln but after that I can not build the projetc: default: ------ Skipped Build: Project: CmnCtrl1 ------ ========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ========= Can anyone explain me what I am doing wrong ...Show All

  • Visual Studio Team System How to pass parameters from Team Build to the command line of build events for a project

    I have a project with post build event that runs an executable passing some parameters. Is there a way to pass these parameters from the TFSBuild.proj file. Thanks, Ramesh Aaron Hallberg wrote: You can either do this declaratively or via the command-line. To do it declaratively, you would want to edit the TfsBuild.proj file associated with your build type and add a property to a property group. Something like: <PropertyGroup> <FxCopDir>C:\MyCustomDirectory\</FxCopDir> </PropertyGroup> To do it via the command-line, you would want to edit the TfsBuild.rsp file associated with your build type and add a /p command-line option. Something like: /p:FxCopD ...Show All

  • Software Development for Windows Vista WMI and Win32_DeviceChangeEvent

    Apologies in advance if this is the wrong forum to post on. If so, then please direct me to a better one. I'm having difficulty getting notification for the WMI event Win32_DeviceChangeEvent. Using the TempConsumer sample in the latest Windows SDK (Samples\SysMgmt\WMI\VC\TempConsumer), I modified two lines of code to be able to subscribe to the Win32_DeviceChangeEvent Line 169 changed from CBSTR Query(L "select * from MyEvent" ); to CBSTR Query(L "select * from Win32_DeviceChangeEvent" ); and line 239 from CBSTR(L \\\\.\\ROOT\\DEFAULT ), to CBSTR(L "\\\\.\\ROOT\\CIMV2" ), Compile the sample and run in Windows XP, then went to Device Manager and picked a device (in my cas ...Show All

  • Smart Device Development Command line parameters for .NET v2 installation, and SQL CE 3 installation

    Two questions in one really.... I need to control the installation of these components with zero interaction from the device owner - they will just drop it in a cradle and I will programatically do the rest. I can use RAPI to interact with the device, but all the CAB's I use seem to install ask for installation area and then give an end prompt when finished. Are there any command line options I can use when the CAB's are run via CreateProcess or CeCreateProcess to default any options the user may have had to make and remove the end screen - essentialy I need to make silent installations If there are no command line options, then are there ini files or equivalents than can be used in this way Can I also control the device reset ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problems opening new project

    Hi all, just downloaded XNA beta. I keep getting an error when trying to create a new project. It doesn't matter if I choose empty project, windows game or spacewar, I keep getting this error (translated from the dutch error message): the syntaxis of the filename, foldername or volumename is incorrect. (Exception from HResult: 0x8007007B) Any ideas I checked my folder settings, but they seem to be in order (existing folders...). Kind of a bummer, since I can't do anything until I get this fixed. thnx in advance Hi, just found the answer to my own question: this is a known problem using C#. Has to do with directorynames containing an ampersand (&). In VS2005 Express this causes this e ...Show All

  • Visual C# How to extract the number from the string, e.g. get the number 123 from string "c:\folderA\abc123.txt".

    Dear all, I met one problem about extracting the number from the string. Say, I had one string "c:\folderA\abc123.txt", with the most interesting the number 123. However, how shall I get this number. By which means, I have to subtract the ***prefix*** string "c:\folderA\abc" and ***postfix*** string ".txt" from the original one. Is it easy for me to do it Do you have any idea about it Thanks in advance, Cordially, Luis Hey Baris, Thanks for your code sneppit. It helps me a lot. :0) BTW, for the Regex. I had some basic understandings after looking information from google. Can you point out my misleading if there are some... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Light Effect Question(c#)?

    Hi All, I am develop beginner. i tried draw .x file in my game. But i don't konw set light in my world. How to set light is my game world best Regard, First enable Light from render state for d3d device: device.RenderState.Lighting = true ; Then set up light and materials from the device: device.Lights[0].Type = LightType .Directional; device.Lights[0].Diffuse = System.Drawing. Color .DarkTurquoise; device.Lights[0].Direction = Vector3(0.0,1.0,1.0); device.Lights[0].Enabled = true ; Also check for the material and set it up: Direct3D. Material mtrl = new Direct3D. Material (); mtrl.Diffuse = System.Drawing. Color .White ; mtrl.Ambient = System.Drawing. Color .White ; device.M ...Show All

  • SQL Server Help-me merge replication

    Good morning. I have a big problem with merge replication. This a scenary. I have one database SQL 2000 in my server, and one aplication in PDA with SQL CE, but a read very turorials and always ask for a developer another aplication for a sincronization ! Exists one control in SQL CE for this []'s You're in the wrong place. try the Replication forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=90&SiteID=1 -Jamie ...Show All

  • SQL Server Setting up publication for merge replication using Stored Procedures

    Hello.I am trying to use Transact SQL to prepare publication for replication (SQL Server 2000 SP4 and SQL Mobile). I can easily create publication, add filters etc. but there is one thing which I can't find : parameter which tells me subscriber type and allow me to change subscriber type for publication. I don't know where I can change (or even if I can change) this property. If someone made publication for mobile devices and replication with filters,resolvers etc. will it be a problem to share experiences here Maybe some sample code with script or something what will guide me. Thanks in advance. Maciej Wysocki I'd suggest creating the publication using SQL Management Studio, verify that it works as you w ...Show All

  • Windows Forms DatagridView: not all content is shown in the cell.

    I have a datagridview storing some comments and it is read only. It contains couple paragraphs. The issue is not all the text is being shown in the cell. I have tried to set the autosizemode to AllCell, it only change the width longer, however, there is couple paragraph at the bottom is missing. Any ideal how to show all the text in the datagridview cell Thanks, Terrence ...Show All

  • Visual Basic vb.net 2005 ALT-TAB forms not hidden

    In v2003 setting the form property 'ShowInTaskbar' to FALSE would hide the form from the task bar but also hide the form if I did a 'ALT-TAB'. This is not the case in v2005. WHY and how can I hide the form for 'ALT-TAB'. The form has to be borderless. rune You can set the following properties of the form controlbox=flase and text = "" ( ie delete the default text of the form ) ...Show All

  • .NET Development Hiding and securing Web Service

    Hi friends, 1st - I am going to create a XML web service. This service must be consumed by the users only who know the URL of the service . Ofcourse I am going to use other authentication and authorization tecniques but as a first step " I don't want my web service to be found by the people who do not know the URL." Is there some body can tell me how to do it.. 2nd- I can say that I know to use XML web servicess in a very basic level (creating WEB servicess, consuming them by a Web/Windows Forms) and thats all, i don't know how to secure them . Is there somebody can give simple but strong enough security tips..    Thanks in advance.. ayhan First of all install Microsoft Web ...Show All

  • Visual Studio Team System Creating a folder structure that allows easy merging?

    I have read several blogs and posts here as well but have not been able to get a clear idea of a branching structure to create that will allow merging without any problems (no baseless merging). Here is the sample folder structure that I would use: $/Main/Release $/Main/Release/v1 $/Main/Release/v2 $/Main/QA $/Main/QA/v1 $/Main/QA/v2 $/Main/Src I want to have one codeline per major release in both QA and Release - hence the v1, v2 etc. Dev work would be performed under Main/Src - for ALL releases. Selected builds (labels) would be promoted to QA, and from there to Release. Any bug fixes would be performed on the Release/vXX branch, with the changes being merged back to QA, and Src. This would allow d ...Show All

©2008 Software Development Network