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

Software Development Network >> A.Carter's Q&A profile

A.Carter

Member List

Cpt Rick
parreg
Uli Hofer
Harshal Bhakta
xecoy
Phil Gould
gafferuk
John06053
Rajwebdev
Joe0532
Coritani
aoky
Alexei Pavlov aka BlackTiger
slash85
Sadie381943
Lawrence 007
David_Reynolds
wei hong tao
migs
yxrkt
Only Title

A.Carter's Q&A profile

  • .NET Development VB.NET 2005 - Writing files from Windows to AIX

    Hello all,   Using VB.Net 2005, is it possible to write text files from a directory on a Windows machine to a directory on an AIX server Can you provide any code Thanks Please see the list of communties at www.microsoft.com/community for a forum dedicated to AIX. This forum is dedicated to questions relating to the system.net namespace in the .NET framework Mariya ...Show All

  • SQL Server Database access by machines running SQL Servers 2005 32-bit and 64-bit

    Hello We have 1 machine running SQL Server 2005 x64 (64 bit). The other machine is backing this SQL Server up. It is a 32-bit machine, so it requires ( ) a 32-bit version of SQL Server 2005. Would this back-up machine work correctly on a database previously managed by a 64-bit machine and vice versa. Thank you! Yes, in terms of connection and administration you won’t feel any difference. But you only can install 32bit software on a 32bit system. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio 2008 (Pre-release) Encoding ASP.NET

    DLINQ does not support the coding of the other languages Only English Beside me problems when sensing given from SQL. The Project much liked! Hello all! I much liked the project LINQ! But I have problems with encoding . When I work with English - okay, but if I use russian that at displayed not correct encoding . The Data are reading from SQL Server 2000, are using DLINQ. This appears only in ASP.NET Application.  In Console Application all are displayed correct. Help me to solve a problem. Where write to developers that they have corrected this error in the following version ...Show All

  • Windows Live Developer Forums Windows Live Problems, Signing in not working

    When i sign in, it gives me and error message and says that the Windows Live Service is currently unavailable, i need help, is it me or is Windows Live not working at the pressent time. I recently got a new computer that came with the new windows vista. However, when I downloaded and installed MSN LIVE Messenger, I can't sign in. A message appears that states msn live messenger has stopped working. Is this just a network problem or is it me Is it because Vista is so new that noone knows how it works with other programs I need help ...Show All

  • Visual Studio Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

    I'm new to this forum. I hope you can help me. I'm using the Enterprise edition of VS 2005. When I debug my project an exception is raised - 'Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack'. I can't find anything about this on-line. I suspect this message is hiding the true exception. Does anyone know what this message means Regards, Andy Ham Ian, A small correction........it is Tools > Attach to Process instead of Debug->Attach to Process Thanks Rajesh Medackel, India ...Show All

  • .NET Development ReflectionOnlyGetAssemblies and mscorlib.dll

    I'm using ReflectionOnlyLoad to reflect on various system assemblies, including mscorlib. This part works fine - the information I expect is being gathered. However, later I call ReflectionOnlyGetAssemblies and all system assemblies that I examined except for mscorlib are returned. Why isn't mscorlib returned David Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter, VB to C++ converter Instant Python: C# to Python converter, VB to Python converter Thanks for your reply Ladi. I did later notice that the RefectionOnly property was false, even though mscorlib was loaded with ReflectionOnlyLoad. Thanks for clearing this up. David Anton www.tangib ...Show All

  • Windows Forms Best way to handle shortcuts ?

    Hi, I was wondering if there is a good OO-way to handle keyboard shortcuts. Atm my shortcut handling code consists of a big list of if else if else statements containing switch statements (if/else to detect the modifiers, the switch statement to handle the keys) As you might have guessed, this is ugly and not very clean. I tried using a Dictionary of Keys to Action (a simple void delegate) mapping. but the problem here is that the keys pressed never match those in the dictionary because extra modifiers and flags are present. I was wondering if anyone has any suggestions how to make a decent key to action mapping. Thanks, Ben. Are you using a ContextMenuStrip control for this Its men ...Show All

  • Visual Studio 2008 (Pre-release) WPF TextBox disable or handle paste

    If I'm deriving from TextBox is there any way to disable or override the default paste handling I've tried to attach handlers for the ApplicationCommands.Paste command, but I must be doing something wrong as none of them are firing. If you are deriving from RichTextBox, you can try the following in your derived class. CommandManager.RegisterClassCommandBinding( typeof (MyRichTextBox), new CommandBinding(ApplicationCommands.Undo, new ExecutedRoutedEventHandler(OnUndoCommand), new CanExecuteRoutedEventHandler(OnCanExecuteUndo))); Doesnt this work for you ...Show All

  • SQL Server How to pass values to multi value parameter

    Hi, I am trying to pass a url which can run my multi value parameter report. I have done similar thing for single value parameter and it worked but I don't know how should I pass more than 1 value to my parameter. Please help!!! -Rohit OK, you want to pass companyID = 1234 and Region=Kent and Currency=GBP you would do http://reportserver/report companyID=1234&Region=Kent&currency=GBP Its a while since i did this and dont have a test to run here on that so it may be you need to remove the Companyid= sections and just pass parameters, something tells me it goes in ID order of your params you want to pass so 1&2&3. Have a go and let me know ...Show All

  • Microsoft ISV Community Center Forums MS Office document and image writer print driver

    Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. Hi I did just create a port of the name "Microsoft Document Imaging Writer port" then suddenly two ports of the name existed. So I deleted the one I created..... But I can not find the "Microsoft Document Imaging Writer Driver", not on my PC, no ...Show All

  • SQL Server Why do I get the following SMTP Email Error in a SSIS Package

    I am running a SSIS package under a trusted account and I am running into a problem when I am executing a email task. The error is an operation timeout which was reported in the log. I am using windows authentication on the connection manager. Other email task configured the exact same way run correctly in the same run. Also when I execute task from BIDS the email is sent. Is there a bug in SSIS which would cause this behavior or some kind of exchange server configuration issue Any help would be appreciated. Thanks, Greg ...Show All

  • Internet Explorer Development IE unique mutex

    I'm writing an innosetup script, and it needs to detect if there is an internet explorer process is running. The script may check if some mutex is set. May you suggest some unique mutex that is set by the internet explorer process ...Show All

  • Internet Explorer Development Opeing a Folder in IE7

    Hi, I have a asp program which works fine in IE6 and now it does not work in IE7. The problem is that IE7 does not like going to a folder and I just get an error stating that this web page cannot be display. Here is part of the code that makes the call to the folder. Select Case objRecordset.RecordCount Case 0 Response.Write "<BR>No Matches found" Case 1 sUserName = objRecordSet.Fields("samaccountname") sLocation = objRecordSet.Fields("department") sLocationCode = GetSchoolCode(sLocation) If sLocationCode <> "xx" then sHomeFolderPath = "file://" & sLocationCode & "-ovr-dc-1/users/students/" & sUserName Response.R ...Show All

  • Windows Forms Programmatically setting a DataGridViewCheckBoxCell of a databound DataGridView

    I have DataGridView which I bind to a custom collection and to which I also add a DataGridViewCheckBoxColumn via the designer/manually. The problem I have is that I am unable to check the cells programmatically. If I unbind the DataGridView control, however, this problem dissapears. Below is an example of how I do this: this .dDIListDataGridView.Rows[0].Cells[0].Value = true ; I would really appreciate any help that might shed some light on the nature of the problem ie why this does not work while the DataGridView is bound. Hi, The DataCridCheckBoxCell does not represent/reflect a property of an element of the datasource - my custom collection. It is just a a manually added column use ...Show All

  • Visual Studio 2008 (Pre-release) ContextMenu renders slow in Vista

    I have an old WinForms notifyicon in the tray and when i click the icon i open a WPF contextmenu at the position of the mouse. In the contextmenu i have about 10 subitems with about 20 subitems each. When i open one of the first-level menus i animate the height of its subitems to create a nice slide-in-effect. On Windows XP this works fine, the animations run smooth without any problems. But on Vista the framerate on the contextmenu realy is crap(i estimate it's around 5-20fps). Only opening the menu without any animation takes 1sec, on XP this is instant. I've tried with both DWM activated and deactivated and it's the same problem in both cases. I've also checked with perforator and it says 0 software renderers.   ...Show All

©2008 Software Development Network