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

Software Development Network >> Nicolas Mueggler's Q&A profile

Nicolas Mueggler

Member List

mahalax
Gmoney1404
Fekih Mehdi
vito1281
Parvaneh
wmdpt
ejohnson_e
cwlaualex
Clayton DuVall
-JW
HariAdu
BigGuy
linker
Dinis
Drokker
Sam Hobbs
tssweb
Dwight Kulkarni
Blkbird
Suraj Guptha
Only Title

Nicolas Mueggler's Q&A profile

  • Audio and Video Development XPath spec issue -- iHDSim/player compatibility

    Identifying the following issue took hours... for the XPath/spec gurus, any idea why I get this behavior Who's "to spec" and who isn't This works in iHDSim but crashes the Toshiba player (directly from your blog, Peter!): <cue begin="//button[state:focused() and count(//button[style:opacity()='1'])=0]" end="defaultNode()[state:focused()=false()]"> <set style:opacity="1"/> </cue> However, with this minor modification (or workaround, as the case may be) the player now works fine: <cue begin="//button[state:focused() and count( class('overlay') [style:opacity()='1'])=0]" end="defaultNode()[state:focused()=false()]"> <set style:opacity="1" ...Show All

  • Visual C# Maintain a reference [c#]

    How can I mantain a reference to a var .. i don't mean only pass a var in reference mode to a method, i want to mantain that reference... Here's what i want to do... I have a Form1 class, so i have a var, call it int X, then i want to access to that var exactly how she is in the Form2 class.. (but i dont want to pass a copy.. i want that if i modify that var in form2 the form1 get the change too.. ) Best Regards The thing you are trying to achieve! I do it in alternat way. I create a public static class in my project and define all fields in it which have to be shared in diffrent classes. Make public fields around those private fields and then get and set from different pieces of code. This ismy own approach I dont know ...Show All

  • SQL Server Trying to return DISTINCT COLUMN data with varying information

    I'm trying to find the best way to return distinct data from a column (Message). The problem is that the messages are not distinct. Ex. Message1 - An unhandled exception occurred type 123456 Message2 - An unhandled exception occurred type 346742 Both of these messages are being returned since they are not unique. Now I was thinking about doing a character length and dropping the message after x number of chars, however, there are other issues like the unique data in the message isn't always in the same location. Any ideas of how to query this would be much appreciated. You can easily do a distinct based on a substring... for example, if you wanted to do something like: select distinct substring(Message, 1 ...Show All

  • Visual Studio 2008 (Pre-release) Drag and Drop in the Same TreeView

    Hi, Iam trying to move nodes in a Treeview using Drag and Drop on the same treeview. When i try none of the Events Like Drop, DragOver get fired. When i try to drag an item from Explorer etc and try to drop it in the TreeView the events are fired ie drag and drop from an external source works fine but when the source is same as the target the events dont get raised. I will like anyone to guide me on how to drag and drop in the same TreeView. Actually, I have found a solution to be to start the DragDrop with SelectedItem in MouseMove when button found pressed. Then when drop, use DataObject from FrameworkElement.DataContext as target object. http://blogs.infosupport.com/blogs/willemm/archive/2007/06/11/Implementing-Simple-drag ...Show All

  • Visual Studio Express Editions print the contents of a specific tabcontrol

    I have having some difficulty printing the contents of a tab in my form. Any Ideas Thanks It always helps to tell us what is going wrong. Forced to guess: I assume you're using DrawToBitmap and you're seeing all of the controls on every tab page, not just the ones that are on the current page. Am I in the ballpark ...Show All

  • Visual Studio Express Editions Remote Connection

    Got into a little hot water with this one. I finally moved into a laptop. I used to work on my app on my desktop, which is where the SQL Server resides. Any how when I moved to my laptop I ran into a little snag, I can not specify the database to SQL on the desktop. I can open CTP and see all of the database tables just fine from the laptop, but when I go and try to view the datasources in VB from the laptop, I cant. I can do a search for computers, I can find my desktop and view files that are shared with no problems, but when I open the browse for a database file in the connection window in VB, I cant view any of the Network,there again in search for a computer I can. Can you work with a remote database file What am I doing w ...Show All

  • Visual C++ Why the size of a "Picture Control" window is not coherence with the resolution of monitor setting?

    I use MFC in VS2005. I set up a Doc/View (FormView) based application. I want to display two loaded images on the form pannel. The size of loaded image is 720*540 pixels. I put two Picture Controls on the form. I find it can only set to 320*240 pixels each in the resource pannel, but the resolution of my monitor is 1280*1024 pixels. So why this happen When I put mouse on the loaded image, how can I know the true coordinate of the mouse point in the image hello Sorry for the deplayed reply, Since this forum is not getting much UI issues involved and so that we can focus on the rest of problems that much related to visual c++ 2005. So I kindly recommend you to have a try on vc.mfc or win32.programmer ...Show All

  • Software Development for Windows Vista DynamicPropertiesActivity and Designer Rehosting sample

    Hello, I am trying to host DynamicPropertiesActivity (the one available at http://blogs.msdn.com/ghenap/default.aspx ) inside the Designer Rehosting sample application (presented by Vihang Dalal). The problem I am experiencing is that added dynamic properties do not appear in the property grid. Anyone solved this issue Thanks in advance Edmundas I, too, am interested in a solution to this. I did notice that if you save to an xoml file and then load the file, the DynamicProperties do appear in the property grid. So I am focusing on the differences between adding elements to the collection via serialization and via the dialog. Glenn ...Show All

  • SQL Server Printing

    If I've missed something, please tell me. I'm trying to print control and data flows out of SSIS for documentation purposes. What I'm missing seems to be print preview and an option to print-to-fit. As a result, I've created a feedback item: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx FeedbackID=238047 ...Show All

  • Visual Basic Focus a minimized form

    Hi... ...I've built an Iterface for a piece of hardware. This Interface has got a section with some information (another form dedicated to it). Now, when I open the info section a new form is opened. If I go back to the main form and I press the button again, which open the Info form, the form is brouhgt on front [used Info.Active ()] but it the Info form was minimized the form is only activated and focus is given to it but is not displayed! Is there any solution to the question Regards MrBrilliant, Try to use the Control.Focus method please. The Focus method returns true if the control successfully received input focus. The control can have the input focus while not displaying any visual cu ...Show All

  • Visual C++ How make, that message box show lithuanian letters?

    Or, that message box show russian letters, or others, but that not need be change locale for not unicode programs in 'Control Panel'. Alikas wrote: Thanks! But unicode programs not work on Windows 98. I want that work. Now I set lithuanian language (or baltic) for not unicode programs on Windows XP. And notepade not show russian letters. I copy some russian letters from russian html file and paste in MessageBox text and want that MessageBox show this text as ruusian letters. I try make that, but still show as baltic letters: #include <windows.h> #include <locale.h> int WINAPI WinMain( HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow ...Show All

  • Internet Explorer Development Help

    I dont know if im am in the right place, but maybe somebody can help. Currently i have IE6 and for some reason i can not open the internet options window. It will not open. Also, My toolbar at the top of the screen( file,edit,tools,help,etc) has disappeared I been having problems with my computer the last couple of weeks due to Mcafee, and they are tring to fix it, but the toolbar and internet options just happened a couple of days ago. Any help i would appreciate it... Thank you ...Show All

  • Visual Studio 2008 (Pre-release) Hosting Multiple Services

    Hi, First, I want to host over 50 different services each with a seperate interface, how can i do that in WCF using the same endpoint and the same service host. Second, can a service dynamically add a service to be hosted, for example lets say i have created a new service is there a way i can dynamically host this service without recompiling the service host code. Ok, how can i do that especially that when you create a service host it asks for an object or Type of the service that will be used. This is mainly tightly built around the service i want to publish. Secondaly, in the endpoint section in the config file you also define one contract (interface) how can i define multiple ServiceContracts each with its own implementa ...Show All

  • Smart Device Development Using VB program to open file on a CDMA device - PPC6700

    I'm trying to use the Shell command to run a .exe file on a mobile Pocket PC, but when I run/debug the program on the phone it keeps coming up with the FileNotFound error. I'm thinking it is the path that is wrong, but I can't find anywhere as to how to address the path on a mobile device.. i.e. Shell("c:\program files\calc.exe"). I have tried every combination i can think of, from My Device, to C: to just \... but nothing seems to work and I know I'm missing something. Any help would be appreciated. its a \ (backslash) that indicates the root directory. be sure that you specify the correct full path to the file you wish to execute. So if my file was in [ Root ]\test\test1.exe then.... \test\test1.exe would be my p ...Show All

  • Visual Studio Team System Problem in TFS API about member setting

    I'd like to know which API can i use to set a new member id into TFS project group. for example, i establish a TFS server " http://TFSM:8080 ". There is a team project "TP1". A user "voltafil" which is added into AD on TFS Server. Which API can i call to set "voltafil" as a member of TP1 Maybe set "voltafil" as a group member of "Administrator". Thank you for your kindly help. I can list all groups and members now. But I don't know how to add an new account like "voltafil" into a group. Could you please give me more hints to do this Or I can only call tfssecurity.exe to set a new account in my program ...Show All

©2008 Software Development Network