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

Software Development Network >> Florian Rau's Q&A profile

Florian Rau

Member List

kqjf
filali-boon
Damir Dobric
EzraJW
RTAG21909
andryuha
ms44cn
rafeek
TomGao
Jeffrey van Gogh - MSFT
Uriparan
RayCan
Swati Kumar
Wsmith
Jose M. Ladero
.NETsux
Shekar A
RtB
kangalert
Blicos
Only Title

Florian Rau's Q&A profile

  • Windows Forms Delete Key DataGrid

    I'd like for users to be able to select a row in a datagrid and press the delete key on the keyboard and have the row deleted. I've got the code written to detect what row they're on and update the dataSet... but I don't know how to handle it when they click the delete key Thanks D-Man. That code works some of the time. When I highlight a row in the datagrid, and then press the delete key, the event isn't captured. Seems like I need to ov ...Show All

  • SQL Server Implicit conversions using UDTs

    I've written a CLR UDT that basically wraps a COM FILETIME.  While using and testing this UDT, I've come across some unusual behavior that I can't seem to track down.  My question is this: When I make the T-SQL statements DECLARE @ft dbo.MyFileTime SET @ft = 0x0123456789ABCDEF What's happening within the SET statement   My first surprise was that it succeeded.  Then I thought, "The hex value, I understand, is implicitly a BI ...Show All

  • Software Development for Windows Vista Asp.Net WF - OnIdle Event is stopping my events being handled.

    It seems that the host is receiving an InIdle Event from somewhere ans this is causing the ManualWorkflowSchedulerService to have a state of CanRun=false. Any asp.net workflow experts got any pointers Cheers, aspx code behind: private void InitiateWorkflow()     {     & ...Show All

  • Visual Studio Express Editions Web Panels

    I'm working through the walkthroughs in the Visual Web Developer and am stuck on the Web Panel Walkthrough. I have followed the directions exactly, and when I view the page in a browser, I do not see the menu that shows the available verbs. I have double checked that I didn't miss a step. Are there any things I should verify Thanks, Frank Hi Frank, I looked at the code you sent.  It is missing the DisplayMo ...Show All

  • Visual C# How can i send SMS or make phone calls from my cell phone

    How can i send SMS or make phone calls from my cell phone (lets say nokia 3310) using some sort of connectivity with my application, using serial port. I am new to this sort of programming and need some advice on things i need to set up, including hardware to connect mobile phone to PC. My application is built in C# Thanks.... There are a lot of companies who have a SMS Gateway you can use, some are fr ...Show All

  • Visual Studio Is GAT/GAX compatible with non-English versions of Visual Studio 2005 ?

    It seems that GAT/GAX is not compatible with non-English versions of Visual Studio 2005. I'm running on a French version and I'm having difficulties with the Guidance Package project type node (sometimes it appears,then disappear). The result is that I can't use GAT. any ideas have you tested GAT on such versions It seems the problem is the same for german versions. is it sometinh that has to do with the namings of directories hope you wi ...Show All

  • Visual Studio Express Editions Checking if application is already running

    I have added a context menu item to my application. The problem is that, if it is already running and I right click a file, another instance of the program opens up. How can I check if the program is already running, and if it is, how can I pass control to the existing instance Thanks in advance. Try this... public static bool IsAppAlreadyRunning() { Process currentProcess = Process.GetCurrentProcess(); ...Show All

  • .NET Development Terminating Processes from a Windows Service Cleanly (c#).

    Hi, Recently, I have created a Windows Service in C#; that calls a process (writen previously in c). It starts fine, however im unable to terminate the process cleanly, when the Onstop() is called.   Process.Kill() works, but prevents my process from shutting down cleanly (loses data - that I need). Ideally I need to use the CloseMainWindow() method... but this does not seem to work within a service (as a service does n ...Show All

  • SQL Server WISH: Allow @vars as arguments to .nodes, .query, .value, etc.

    ... maybe this is already in the works Right now these functions only accept string literals. -- Chris SQL Server development team has received multiple requests for this feature and is considering implementing it for next versions of SQL Server (after 2005). Best regards, Eugene ...Show All

  • Visual Studio Team System WorkItem API problem: Cannot update Field Completed Work programatically

    As a part of my project to log time worked on each workitem per week I have this code: private static void SetWorkItemFieldValues( WorkItem workItem, double hoursWorked) { workItem.SyncToLatest(); if (workItem.Fields.Contains( "Completed Work" )) { Field field = workItem.Fields[ "Completed Work" ]; double completedHours = Convert .ToDouble(field.Value) + hoursWorked; field.Value = complet ...Show All

  • SQL Server Images not lining up with text box

    In several of my reports, within the header, I use a small, square, image as a navigation widget to drill through to a related report. Within VS, the report displays fine in both the layout and preview windows; the image is in complete alignment with the textbox on both the right and bottom edge. When I open the report in IE, the right edge remains in perfect alignment, but the bottom edge is 1px higher than the textbox to the left. I have ...Show All

  • Software Development for Windows Vista Problems playing back video using DirectShow in Full Screen!

    I'm having a problem playing video back in full screen.  The deal is that the interface for the game I'm working on tries to play a video in full screen when the user clicks on the credits button.  Now the weird part is that the video ALWAYS plays reliably in windowed mode, but as soon as we test it in full screen mode, sometimes it works, other times it doesn't.  Has anyone run into this problem and if so, has anyone figured a wa ...Show All

  • Visual Studio Express Editions How to recieve the optimal assistance for your question.

    Asking a good technical question is a skill and an art and it’s a valuable skill to acquire. Your question and the information you supply will hopefully help you receive a rapid response and what is often unseen is that it can help others. There are things you can do that will maximize the help you will receive and maximize  the value to others.   Often, when you have to ask a question, you’re frustrated and things aren’t ...Show All

  • Windows Live Developer Forums MSN Search Results For A Meta Search Engine

    Hi, Could someone please tell me who I contact to seek written permission from Microsoft so that I can use the MSN Search results in a Meta Search Engine I am developing for online use Thanks ...Show All

  • .NET Development Any string function to do this...

    Hi, I want to know if the framework has a built in function to do this: Dim strText as String = "This is an example test text, more text here and another is keyword" I want to retrieve everything between "is" and "text" something like: result = x.find("is","text",strText) result is equal to "an example test" Thanks! Diego   ivanwong wrote: Unfortunately, you still have to get rid of the spaces(t ...Show All

©2008 Software Development Network

powered by phorum