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

Software Development Network >> Jon Jarnsater's Q&A profile

Jon Jarnsater

Member List

My Name is Adam
Mike Houglum
einhandsegler
tyther
kizelli
Lowkus
Simon Roderus
Clemens Vasters - MSFT
devFro
baldrick98007
James Peters
Zeit
sticky27
Bob N
Mr. Puzzled
princessK
BertBeck
Peter88
Mark Edmonds
fmrjj
Only Title

Jon Jarnsater's Q&A profile

  • Visual Basic How to obtain program directory

    How do you obtain the installed path for the program.  I need to check if a file is present in the directory where the main application is installed.    Thanks. In VB Express / 2005 My.Application.Info.DirectoryPath For More details... http://msdn2.microsoft.com/en-us/library/6whasz3x(VS.80).aspx ...Show All

  • .NET Development Remoting Impersonation/Delegation problem

    Hi,     I am working on a n-tier app using remoting. I am using the VS 2005 beta 2. My server needs to access a remote resources on behalf on the connected user.     I have configured my server like :         <channel ref="tcp" secure="true" port="8081" impersonate="true">     and my client:         <channel ref="tcp" port= ...Show All

  • Windows Forms Help, Published Application Ref Becomes a Dead Link...

    I'm not sure why this is happening, but speratically the shortcuts to applications that I have published using VB 2005 lose the reference to the exe files. This is very annoying because it causes the user to have to reinstall the application over and over again. Also, with each reinstall a new application folder is created in the C:\...\local settings\apps\2.0\ folder thus wasting disk space. Any information would be most helpful. ...Show All

  • SQL Server Transferring SQL Server environment completely to a new server

    We had a raid controller go belly up on one of our SQL Server boxes. The emergency fix performed by our LAN team was to pull the drives and pop them into a temporary server. This worked, but I now need to transfer that entire SQL environment to a newer, more capable server. The required outcome is to end up with the server environment reproduced on the new server with the new server having the same name as the old (name of the old server will, o ...Show All

  • Visual C++ Draft: How to rebuild the 8.0 CRT Library for use on NT 4.0 SP6

    DRAFT 0.2 - comments welcome  HOW TO REBUILD THE 8.0 CRT LIBRARY FOR USE ON NT 4.0 SP6 The shipping 8.0 C Runtime Library DLL (MSVCR80.DLL) does not support NT 4.0 SP6 for one reason and one reason only: someone at Microsoft added a function call to GetLongPathNameW which does not exist in kernel32.dll on NT 4.0.  You cannot delayload the CRT, therefore there's no way around it.  In order to run on NT 4.0, you must rebuild ...Show All

  • Smart Device Development Defragmented Internal Memory

    Is there a tool that can be used to defragment internal memory. Not an SDCard. I have found lots of tools for that. But nothing for internal memory. Any odeas Thanks I don't think it's a memory fragmentation then. Memory fragmentation is only an issue if application was doing numerous allocations and deallocations. As soon as device resets, fragmentation is gone and you can start all over. I've no good answer ...Show All

  • Visual Studio Express Editions Visual Studio Express SDK Question

    Hi, I'm running Windows XP Professional and have just installed Visual C++ Express 2005.  The next step is to download an SDK.  The download page says to download the files most appropriate to you: PSDK-amd64.exe 1319 KB PSDK-ia64.exe 1418 KB PSDK-x86.exe 1294 KB Are these all for Windows XP   I'm not sure what they mean by download the files most appropriate to you. Hi there: I tried to ins ...Show All

  • Visual Basic Lost my code! Need help

    I lost my code for some reason. I tried to rebuild the application from scratch but for some reason the tray icon only updates when the mouse is over it. Something that did not happen in the original when it constantly updated. I still have the original files (An exe, pdb, xml, ocx and about 3 dlls). What can I do as I don't think Ill ever be able to rebuild it again. Perhaps you can use Reflector to look a ...Show All

  • Visual Studio 2008 (Pre-release) Extension Methods: Static Electricity?

    As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System {     public static class Evil    {         public static vo ...Show All

  • Visual FoxPro Pageframe and Pages

    I have a pageframe with 5 pages. Each page is linked to different table; the table each linked by unique field.  I also have the wiztxtbtns at the bottom of the form outside the pageframe. This is what I want to achieve.When I run the form, all the pages should show details pertaining to the first record. Also, when adding a new record, I give the new key field number and it should accept details for that on all pages and when I hit Save, t ...Show All

  • SQL Server is this possible in SSIS?

    I got a OLE DB source pointing to 1 table and 1 flat file destination. currently this is how i export data from 1 table to 1 flat file. To make things easier, I was wondering whether i can have only 1 OLE DB source pointing to few tables pointing to few file destinations so I dun need to create 1 SIS project for each table data exporting. anyone can help me Unfortunately not because ...Show All

  • Visual C# Graph component

    Does anyone know a componet to generate graphs ....(just like rrdtool) but another one that can create instantly...or at the same way I've tried zedgraph but no success ! Thanks http://www.componentxtra.com/ ...Show All

  • Visual Studio Express Editions Saving data back to a database

    Hi all, Im having trouble saving changes i have made to data in one of my databases. Basically i have a form that loads data from my database into a dataset using a tableadapter. You can then make changes to the data using the tableadapter.update method etc. I can see that these changes are occuring on my form using a listbox and a datagridview, but when i stop debugging and load the form again no changes are kept! I can see th ...Show All

  • Visual C# My NameSpace available in c#?

    Does the "My" namespace of Visual Basic.NET 2.0 also available in C# Thanks Have a look at the following C# wrapper called 'That': http://blogs.msdn.com/danielfe/archive/2005/06/14/429092.aspx ...Show All

  • Visual FoxPro how can i get the current active control's name in a form?

    thank you Jet Hi Jet, if you don't don't need the name of the control inside a grid you can use code like this to get the name of the active control: IF TYPE("Thisform.ActiveControl") == "O"   lcName = Thisform.ActiveControl.Name ENDIF It's important to check the type beforehand, because the ActiveControl property doesn't exist if there's no active control. For grids this code would return the name of the grid, not the name of the ...Show All

©2008 Software Development Network

powered by phorum