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

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

Sadun_Ozcelep

Member List

chr1zis
kachh
Woody1287
.Net Pro
BriceIt
Konstantin Kosinsky
simsod
VOT
princess01
brillox
Mohammed Allam
Daniel P.
Yogita Manghnani
Bryan Kardisco
gjon
Globalog
Magius
mlissaw
MarkCrowley
javieruy
Only Title

Sadun_Ozcelep's Q&A profile

  • Visual C# Noob XML Question

    I'm trying to read data from an XML file located at http://www.example.com/example.xml . This file is continually updated (contains 10 node elements whos values change dynamically). Is their a way to establish a persistent connection to this as an XmlDocument and use the XmlNodeChangedEventHandler to monitor the nodes as they are updated Like a socket stream I can use a timer to continually check the file and read the nodes with an XmlReader but there has got to be a better way. Any suggestions are welcome. Perhaps there is a better way to link up to the data that any of you might know about. BTW, to get a better idea of what I ...Show All

  • Windows Forms generate thumbnail from a non-image document file?

    I want a pciturebox to display a thumbnail from a file (e.g. a word document, powerpoint document, html, text, openoffice file). WindowsXP seems to have this built in (thumbnail view). How can I expose this functionality inside my application An idea I had for doing this for web pages would be to load the document into a webbrowser control and then bl ...Show All

  • Smart Device Development What does the Mobile Internet Toolkit really do?

    hi, What is the difference between this MIT and asp.net mobile project Becuase, in my VS.NET2003, there is an option to create asp.net mobile project. I think this is all, What is the use of this tool kit thanks This is a wrong forum, please ask in ASP.Net forums. Thanks. http://forums.asp.net/ ...Show All

  • Visual C++ "MFC80D.DLL was not found" Error?

    I have an project that was originally developed as a C++ 7.1 native application.  I converted it to VC++ 8 and kept it a native application and it worked fine.  This project has always made use of MFC as a statically linked library. I now want to make use of the CLR.  The first step in doing this is to change the use of MFC to shared dll.  When I do this (with no other changes) my application gets the "MFC80D.DLL was not found" error.  My project properties are set to create a manifest and  I can see it being embedded at link time.  I tried putting the MFC80 runtime dlls in SYSTEM32 and the application t ...Show All

  • Visual C++ ShellExecute(......

    OK, I have this other program that I am working on and it is almost finished.  My problem is the following: ... char Sid ; //<- Actually says [ the number 8 ] ... GetWindowText(hwndID,Sid,8); ... ShellExecute(hwnd,"open","http://sharepoint.highland.k12.in.us/sites/students/"Sid,NULL,NULL,SW_SHOWNORMAL); ... The problem is the ...students/"Sid,... The compiler keeps telling me that I forgot a ")" before Sid. How do I put both the url and Sid into a single string. I thank you in advance for any help. Concatenate the strings before the ShellExecute statement ... multiple ways to do so: e.g. CString address = " http://sharepoi ...Show All

  • Windows Forms How to make it so an app installs for ALL users, not just the current one?

    I noticed when I create a setup.exe and install it, the app goes into \Documents and Settings\myUsername\... etc.  How can I make it go into \Documents and Settings\All Users\   And have the shortcut available for all users as well, on a global level   BUT still have the application settings on a per-user basis. Hi, I'd like to install a ClickOnce application on a terminal server. For each user, during logon, the profile is copied from a common profile. We tryied to install our ClickOnce application with this common user, so each user should have a first version of the software at login. ...Show All

  • Visual Studio how to add a project into VSS8.0 and how Visual Studio load a project from VSS8.0

    Hi,all I installed a VS2005 and build a project, then I thought that I need to control the sourcecodes, thus, I installed VSS 8.0. However, the SourceControl Item is not appeared under the File menus. It don't like what is appeared in VS2003. I wondered how to add a exist project into VSS via VS2005. And how to reload it from VS2005. My OS is window xp sp2 English. And VS and VSS build number is 8.0.50727.42. waiting for your help...... Try going to Tools | Options | Source Control | Plug-in Selection I'm guessing you'll find that Current source control plug-in is set to None.  Change it to "Microsoft Visual SourceSafe" and you sh ...Show All

  • Visual C# typedef in C#: Visible in separate projects

    I saw that you could get around the absens of the C++ typedef feature by using: namespace NameSpaceCS {   using Handle = System. Int64 ; or using Handle = System. Int64 ;   namespace NameSpace CS {   But this is only visible in one file. How do you make it visible in other projects. I have added the reference and the  using NameSpace CS ; in my other project but it still seems to be out of scope. The methods in the other project I can use thogh. It's just the typedef replacement that's out of scope. Somebody suggested I should use a property which returns a member of a struct. ...Show All

  • Software Development for Windows Vista Casting property value in activity reference

    Hello, I have two activitites. One exposes a DataSet through a property. A second activity takes a string property. I would like to set an activity reference to the first activity, getting the value of a particular row and column in the dataset. I can use the activity reference dialog to drill down on the Dataset property to get to a particular data value but this returns an object of type System.Object. The property that I'm trying to set on the second activity is of type System.String. How would I set my string property If I were writing C# code, I would cast the System.Object to System.String but this doesn't work in the activity refe ...Show All

  • SQL Server problem - stored procedure performance decreased

    Hi, I need information regarding why the performance of stored procedure is decreased after migrating to 2005 version. Scenario: I've sql server 2000 version in which i have stored procedures executing in one minute. I upgraded my SQL server to 2005 version. Problem: Its taking 5 minutes to execute. I need info of how can i improve the performance in 2005(upgrarded version). Thanks in advance. That would depend on what the procedure is doing, what tables are involved, have they been optimized, etc.. Were the tables loaded from scratch after being created on SQL 2005 Have the indexes ...Show All

  • Visual Studio After VS.NET 2005 RC install , get error when trying to run project: Unable to start Debugging

    Error when trying to run project: Unable to start Debugging The binding handle is invalid.  Got this error message on building and trying to run the very first project.   I installed Visual Studio 2005 RC version.   I did not have any prior versions of Visual Studio .NET 2005 on my machine.  I did un-install Visual Studio 2003 prior to installing VS.NET 2005 RC. I hope this is fixed in RTM since it's a pain in the behind.  To get around problem I had to go to the project properties -> Debug -> Enable Debuggers->Enable Visual Studio hosting and Uncheck it. Pleas ...Show All

  • Visual C++ lnk1112

    In VS2005, I added a MFC DLL project. The default platform is win32 and this project does not have input lib. A very simple boiler plate project with code from Microsoft. Then I converted the project to x64 by setting the platform type to x64. I can see that the target machine type from the Linker option got changed to x64. Then I built the project from VS2005, I got the following error: \ x64\Debug\mfc2.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' Note that there is no input library and therefore there cannot be a mix of object modules. The only object module is the mfc2. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Tutorial für Compact Framework 2.0 (C#)

    Hi, ich bin auf der suche nach einer kleinen Einfuhrung bzw. einem Beispiel fur die DirectX Mobile Programmierung auf dem Pocket-PC. Hauptsachlich interessiert mich dabei 2D. Wer kann mir da weiterhelfen The DirectX have not been ported to .net cf. in .net cf, you can consider the GDI+ to perform 2D graphic operation, or if you think the GDI+ is a bit slower, you can try GAPI( Game API, http://www.microsoft.com/downloads/details.aspx displaylang=en&familyid=d9879b0e-4ef1-4049-9c61-e758933d84c4 ), On Top of GAPI, there is some unmanaged library available: PocketFrog, GapiDraw, Overloaded, sea ...Show All

  • Smart Device Development "dbnetlib.dll" PInvoke DLL Not Found!

    Hi; ( 'm sorry for my little english) i'm use the visual studio 2005 beta2, i'm programming VB to pocketpc2003. Connection Server pc => sql server 2005; Pocketpc alert the "dbnetlib.dll" PInvoke DLL Not Found. please help me. thank you Ilya, i downloaded SqlServer 2005 Mobile Edition and install it,, this correct and running,, thankss :) ...Show All

  • Windows Forms Within ClickOnce: SQL server needs to be programmatically set for SQL authentication and Windows authentication

    Can anyone shed light on this By default, SQL installs under Windows authentication mode only. Where can this be changed so that the installation is SQL and Windows authentication from the outset in: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\SqlExpress\en edit the file package.xml and change both lines (yes there are 2) that start with <Command PackageFile="sqlexpr32.exe" and add your command line option here eg: Arguments='-q /norebootchk /qn reboot=ReallySuppress addlocal=all instancename=SQLEXPRESS sapwd=mystrongpassword securitymode=SQL SQLAUTOSTART=1' HTH Matt ...Show All

©2008 Software Development Network