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

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

MLanger

Member List

Kamii47
as004
Mnd1
lucerias
Fekih Mehdi
amsullu
Jeff Putz
microslave
Elena B
Dmitriy Ovdienko
Grayson Peddie
JimmyDin10SC
Dietz
vbjunkie
fbalas
StephanieR
rajesh_batchu
Alex Stevens
Sourabh Khatri
TinyGuan
Only Title

MLanger's Q&A profile

  • Software Development for Windows Vista Passing parameters from the workflow to the host example request??

    WF Gurus, I am using XOML only state workflow from ASP.NET client (WF 3.0). I need to pass output parameter to the host ASP page before WorkflowCompleted event executes. Can someone please provide a code example of how this could be done Thanks in advance, John Portnov Matt, I have tried the following example (code below), but the property of the activity is not being returned. --------------------------------------------------------------------- < EventDrivenActivity x:Name = " CalCardReadyEvent " > < HandleExternalEventActivity Invoked = " {ActivityBind XOMLCalCardWorkflow,Path=CalCardReady_Invoked} " x:Name = " CalCardReadyHandleExternalActivity " EventName = & ...Show All

  • SQL Server Repeate group values in Matrix

    Hi, I am using matrix to make a report. I have company name in the row group and user name in the details field. When I run the report I only see the company name once and each user of that company is displayed in a separate row. Then next company name and its users... I wanted to know if there is a way to display company name next to the user name I know it can be done by using "table" but I can't use table because in this report there are other fields can only be done in a matrix. So, please let me know if there are any settings in matrix which I can use to display my company name next to each user of that company. Please ask me any thing if the question is not clear. Thanks a lot for the help. -Rohit ...Show All

  • Visual Studio Team System Grey subfolders in Team Explorer

    What does this mean that some of subfolders are greyed out in Version Control tree in Team Explorer But they are OK - I dodn't touch them - I can check in and out and everything... The only thing I've noticed - the mapping in workspace was wrong - subfolders were mapped and upper folder not. Strange... I fixed that and folders appeared in black. Those workspaces are overengineered... ...Show All

  • SQL Server Parameters in Function in OLE DB Source

    Hi there! I need to use some parameters in an OLE DB Source like that: select * from mdm.mdm_pos_hierarchies where dbo.fkt_get_guelt_von (posh_valid_fr) <= dbo.fkt_get_guelt_von ( ) and dbo.fkt_get_guelt_bis (posh_valid_to) >= dbo.fkt_get_guelt_bis ( ) The function returns a valid datetime. These parameters normaly works fine, but not with use as funtion-paramerters. I get feeble error messages (by trying to map the parameters) like that: "Falsche Syntax in der Nahe von ')'. (Microsoft SQL Native Client)" - what means "Wrong syntax near ')'" and says nothing. If i replace the parameters with the mapped value (i.E. '200601') it works fine. What is the reason for that It there any solution or a workar ...Show All

  • SQL Server Reset a database

    Hi, I have red this thread while I was searching an answer to my problem. Basically when you develop an app. you do some testing to check if everything is fine. When the testing is done you have primary key seeds starting from a number x which is not 1, as it is when the db is newly created. I read about the truncate instruction (which I knew from mysql) but I can't perform the query because of the presence of a foreign key constraint in another table. So I thought, maybe there is a way to tell the DB engine to disable FK checks while I do the truncation, but I can't find it in the documentation. So the question is: using SQL EXPRESS what is the quickest way to reset the db state to its initial state, where all the primary key seeds were ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Game Services

    Hi, i have been reading a lot of documentation about XNA and i found something related to the Game Services but really i don't undertastand how i can use it somebody have any example please From the guy responsible for the first link's content: It's current as of XNA 1.0 -Markus- ...Show All

  • Visual Basic datetimepicker control

    Here is my dillema, I am trying to create a function with a button to open a hidden datetimepicker, once the date has been selected then hide it again. I have no problem opening the picker from the button, but once date has been selected the textbox still appears. I have tried numerous ideas and think it is time to ask the panel to see if anyone has tried to do this before or knows the commands to do this. Thanks for your time Greg Hi Greg It's a little hard to completely grasp what you are trying to do, so apologies if the enclosed proves irrelevant. Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me .DateTimePicker1.Visi ...Show All

  • Visual C++ VC++ 2005 redistributable

    Hi, I'm trying to get an MFC application compiled with VC++ 2005 to run on a machine with VC++ 2005 express. There seems to be a problem with the manifest (which I don't fully understand despite reading the info on msdn). The original error in the event log when I tried to run it said Microsoft.VC80.CRT not installed so I installed the platform SDK and also copied over the atlmfc directory from the development to target machine. I also downloaded the VC++ 2005 redistributable and installed it. When I installed it, I didn't get any confirmation that the installation was successful, the installer appears to quit after displaying the progress bar. Is this the correct behaviour Now I no longer get any messages in the event log but when I try ...Show All

  • Visual C++ PSDK/calc-sample, please.

    Below is error when I try to build sample project: Calculator. I have VC++ express edition and sample is for that version of C++. I also have PSDK which I wanted to integrate with VC++ express edition by following instructions; but wanted to be sure VC++ express edition is working (which it is not) by using simple sample projects. Thank you very much for any assistance to get this sample project to run/compile. I plan to use VC++ instead of fortran for my research so I and other students/scientists may have a graphical user interface and ease of entering code. Assembly language was no fun but I got thru that. I would be grateful if anyone could point me to sample code to use in VC++ express edition (with PSDK integrated ...Show All

  • .NET Development Update Multiple TableAdapters in One Transaction

      (VB.Net 2005 & SQL server 2005) i need to update several tables in a database, using several TableAdapters (each for one table). Since all the tables should be updated, or all fail to update together, i need to update all these tables in ONE TRANSACTION.  can anybody help me please thank you very much     thank you very much alazela. TransactionScope was the key. but still there is one question: "cant we use more than one TableAdapters with an explicit transaction " ... i've studied the thread you mentioned, somebody has offered a way to solve it. but is there an easier way just being curious! thank you very much again ...Show All

  • Windows Forms Refreshing listboxes

    hi guys,need help here currently i'm displaying data from sql server 2005 database using a listbox i binded a dataset to it and it does display the items i want displayed,but the problem is i do not know how to refresh the list immediately when a data is added to the particular table any solutions thanx in advance hi mark, one problem here is that im using embedded functions like databindin source and the adapter to display my table data in the listbox,so i didnt write the code as i couldnt find any related articles pertaining to this could you show me a snippet of codes on how to display data from a particular table using data binding course,data set and adapter im a complete newbie ...Show All

  • Visual Studio Express Editions Disappearing Image

    I got the following Code from a book which was devoted to 2005 Express. I put an image in the PictureBox(picPic) and can go on to print it. [In this program I have a PrintPreview so saving the actual print.] However! After printing the image disappears from the Form (And I suspect the actual PictureBox as well!). If I use the event to select a different image, this new one doesn't appear on the Form but it shows on the PrintPreview and prints. Can some kind person please tell me why this is happening. I have obviously tried to work it out, but I am baffled! Please let me have the solution. Thanks in advance. AliBong. Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Drawing.Imaging Impor ...Show All

  • Visual Basic Process Creation

    Hi.. I am currently caught in a big trouble. I am writing a VB.Net code in which i need to unzip several files using winzip.exe file. I am creating a process for calling the winzip.exe file with suitable parameters and since i have several files to unzip and winzip can unzip only ine file at a time so I am running Process.Start in a for loop. The code looks like this.. Dim udtprocess As New Process Dim value As Boolean 'Unzipping The Files sArguments = " -min -e " & sTocdir & "\" & sFiles(j) & " " & sTocdir & "\" 'sArguments = "-min -e " & sTocdir & "\" & sFiles(i) & " " & sTocdir & " ...Show All

  • .NET Development How to declare an Rdm socket?

    I am trying to use rdm (SocketType.Rdm - Reliably Delivered Messages) to broadcast messages to several clients. I tried to declare a socket in the following way: m_ServerSocket = new Socket ( AddressFamily .InterNetwork, SocketType .Rdm, ProtocolType .Unspecified); But I get the following exception: The support for the specified socket type does not exist in this address family Exception Type: System.Net.Sockets.SocketException I tried declaring the socket using different address family and protocol type but I always get the same exception. I googled a bit and searched this forum ... couldn't find anything. Any ideas Thanks. http://discuss.develop.com/archives/wa.exe A2=ind0312b&am ...Show All

  • Software Development for Windows Vista ISA Firewall Client

    Why can't I install the ISA firewall client on Vista. I have tried stopping Windows defender but it still doesn't allow me to install it. Can anyone help ISA 2006 Client will not work. BUT, I just installed the older version (Microsoft Firewall Client Version 3.0) and it is working like a charm! Go figure. ...Show All

©2008 Software Development Network