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

Software Development Network >> S. Ali Tokmen's Q&A profile

S. Ali Tokmen

Member List

wsun
herman_d
KestralMike
yneill
oremo
___MLyons___
sk78
Dave Yuhas
z-mann
KN_
isc_que_events
crimson.cosmos
pcoulter
FaytXenosus
Anton Bagayev
OmLeD
Macius
Vahid66
Moclobe
Troy Bumgardner
Only Title

S. Ali Tokmen's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. dxwebsetup wierdness - deployment with app

    Hi, sorry to post this in this forum, I am unsure where to post it. OK here is the thing. I have a deployment problem. I am creating a setup with my app, created in VS 2005 Pro, using C#(.NET 2.0)   This app of mine requires DirectX runtime end user files, or the SDK but really the runtime files. Now, during installation, I bundled in the dxwebsetup.exe. This executes fine.   2 main problems here already: 1) I want to silently install it without the need for user interaction, switch used to do this: /Q. When specifying this, it just seems to show then disappear instantly. I then find this next problem: ...Show All

  • .NET Development Insertion of node to XML doc

    hi.. I already have a XML document ..in which , time to time with the occurance of some event i want to insert a node..Can anyone suggest how to do that. Thanks You have a lot of options using the XmlDocument class, here is one of the things you can do: // Open the XML file you want to edit. XmlDocument xd = new XmlDocument (); xd.Load( @"c:\My xml file.xml" ); // Select node after which to insert the new node. XmlNode refNode = xd.SelectSingleNode( "XPath to the node after which you want to insert the new node." ); xd.InsertAfter(newNode, refNode); ...Show All

  • Windows Forms ToolStrip...Outlook 2003 NavBar Style?

    I have just watched the .NET Smart Client Show and Mark Boulter demonstrated the new features of VS2005. He had an app that looked just like Outlook 2003 and he said that the nav bar (that looks like it really is part of Outlook 2003) on the far left, was just a toolstrip. Does anyone know how they achieved that Also, their 'Inbox' was  ...Show All

  • Visual Studio Tools for Office Where is my cursor?

    I have developed and outlook add-in that contains a custom task pane hosting a windows form user control inside it. The user control had a textbox and a button. The button has an event handler attached to it. When the end user enter some text in the textbox while compposing a new email and click the button, I want to insert the text from textbox into the body section of the email. The problem is that how can I identify where my cursor is currently positioned As I want to insert text at cursor position, is there any way to find out solution to this problem Any help will be appreciated. I hope you have some s ...Show All

  • Visual Studio View.NavigateBackward and View.NavigateForward not working in addin

    I'm trying to execute the View.NavigateBackward and View.NavigateForward commands from my add-in. Here is where I call them: http://djss.dynalias.net/trac/SamTools/browser/trunk/SamTools/MouseActions.cs ( lines 74, 78 ) I have no problem with the Edit.ScrollPageDown and Edit.ScrollPageUp functions on lines 102 and 106, and I'm calling the navigate functions just the same way. The navigate functions DO seem to work correctly when C# code is in the editor. Expected action: behavior exactly like when Ctrl+- is pressed Action action: Unreliable jumping around in code in a C++ project, even to places I never was since the editor was o ...Show All

  • Visual Studio 2008 (Pre-release) February CTP Image Problems

    Hello all, Ive reloaded my Jan CTP project into my newly downloaded Feb CTP setup - and then converted all the namespace ref's etc to ensure the project should work. Unfortunately when i try to run my winfx application i get errors about the images not being found - i have marked all the images as embedded resources and "copy always" in their properties, but they still arent being found - does anyone have the same problem with the Feb CTP or have a fix Regards, Scott. "You threw a monkey in the sea !" Alan Partridge 1999. Have you tried Rob Relyea's XamlMigrate tool: http://ww ...Show All

  • Visual Basic DDE in Visual Basic.net

    I am using Cimplicity HMI V6.10 (Build 5303) and wish to integrate with an application build on VB.net. From VB.net reference, it mentioned that it not longer support DDE. Can anyone suggest a simple programming method where Cimplicity can integrate with the custom built window based VB.net application Thanks ...Show All

  • .NET Development SoundPlayer class(es) - -Pause and extra functions

    I'd like to use the .NET SoundPlayer Class to implement a WAVE filesound player. I need to have Pause and Resume functions as well as an accurate count of samples played at any point in time. I am using Visual C++ .NET 2005 Express Edition. The standard .NET SoundPlayer Class does not have the extra functionality. I tried implementing my own using the Win32 WAVEFORM AUDIO INTERFACE functions (waveOutOpen, waveHeaderPrepare, WaveOutWrite etc.) and can get a player to almost function, except that it crashes when the sound stops. Are there any other Multi-media classes available in the .NET framework that give more expansive functionality ...Show All

  • Windows Forms External component has thrown an exception

    Hi, I'm getting this error really sporadically in my Winforms app. Seems to happen when trying to display a form with a call to .ShowDialog(). It doesn't seem to happen on any particular form, just pops up now & again. I can close the application and restart it, then I can view the form without the error The application is running in a Citrix terminal server environment, the assemblies themselves are running from a network share. Can anyone think of what would be causing this error - why is it only happening every now & then (the worst sort of errors!). One post mentions a faulty network connection to blame, but our network ...Show All

  • .NET Development How to compare 2 xml files?

    Hi, How can I compare 2 xml files using c#.net Thanks in Advance, Hitesh What differences do you want to detect If you just want to tell if they are different you can use File.ReadAllText() to load the files into two String variables then use String.Compare() to see if they are the same (String.Compare() returns 0 if they are the same). ...Show All

  • Visual Studio 2008 (Pre-release) How to make a non-retangular display?

    I wish to make a non-rectangular display like this Windows Media Player( http://journal.mycom.co.jp/news/2002/09/11/06cl.jpg ), How to do it (I have found some information on the web about WIndows form, but I can't find any for XAML) Thomas I think you posted the wrong blog entry of unni, that one is about panels. ;) http://blogs.msdn.com/unnir/default.aspx The problem with this perpixelopacity is it forces software rendering, which rules out anything complex. I did ask yesterday if there is any progress on making this work, but got no reply. I tried using a winform hosting the WPF panel, ...Show All

  • Windows Forms return focus to the calling application

    Oracle forms will open .net app and there can be many instances. If the user close .net instance then focus should go back to right oracle forms screen. I can find out the apps running and I can close them too but I don't get is how to set focus on the proper oracle forms screen. The user might be working on other applications also like work or outlook. Then user focus on .NET form and close the form. Now I want the focus to be on oracle form screen from where .net screen was initiated. Anybody has any ideas ...Show All

  • Windows Forms Setting Datagridview Styles Dynamically

    Hi, As part of my learning of VB express I am stuck at the moment on setting the datagridview styles dynamically. I can change the default formatting colours etc but what I would like to do is change the colour of a complete row based upon the value of a given cell within that row. I have in my datagridview a number of rows where one row has a cell with the value 10. I would like to paint this row's background red to highlight it from the rest. I have tried many ways of doing this but without the required result. I have used the .rowprepaint and .rowpostpaint events Any help would be very welcome   # Re ...Show All

  • Visual Studio Express Editions Compiling 64bit with VC++ 2005 Express using PSDK

    This little guide I made is to make the VC++ 2005 Express compile 64bit using the latest PSDK (altough I'm not sure how good it works) I'll assume you already have VC++ 2005 Express and the PSDK installed, and activated the Win32 application building in VC++ and running 64bit Windows (well it maybe works in 32bit windows too but the exe will not run in that enviroment) 1) Start -> All Programs -> Microsoft Platform SDK for Windows Server 2003 SP1 -> Windows XP 64-bit Build Environment -> Set Windows XP x64 Build Environment (Debug/Retail) <- doesn't mather which one at this moment 2) start the VC++ 2005 Express IDE run the ...Show All

  • Windows Forms asgard2.0

    Introduced!! The contest of Japan was ended. The server was also stopped . nox1.2 and asgard2.4 were put into the server of US. http://www.terrariumgame.net/terrarium ...Show All

©2008 Software Development Network