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

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

Donaghy

Member List

bikram_singh
barkingdog
StuartLodge
Boris Zakharin
Sandy Place
sennekeennes
Mastroyani
Eissing
pdurbha
mesh2005
FassaBortolo
logitree
AliOmar3333
AydinCinaRli
Sandy Place
JJ77
Paul Paschedag
TejasP
Duncan Woods
roadresident
Only Title

Donaghy's Q&A profile

  • .NET Development Ascii - EBCDIC

    Hi, Can someone help me out. I'm trying to save the eurosign (€) from a c# windows-application (ASCII) to a AS/400 database. But it give me the next error. Error [22018][IBM][iSeries Access ODBC Driver]Column 1: CWBNL0107 - Converted 30 bytes, 1 errors found at ... Error [22018][IBM][iSeries Access ODBC Driver]Error in assignment. Does somebody knows how to translate ASCII-code to EBCDIC and vice-versa Have you considered storing all the strings encoded as base64 That would help you store other non-EBCDIC characters. The down side is you’ll encounter a performance hit doing encoding/decoding every time you read/write. Zlatko ...Show All

  • .NET Development ERROR : ISessionIDManager.InitializeRequest has not been called for this request yet.

    Hi, Can you Please help me on this error. When i refresh the page, its loading fine. Any guess please. Server Error in '/public' Application. ISessionIDManager.InitializeRequest has not been called for this request yet. In each request, please first call ISessionIDManager.InitializeRequest before calling other methods. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: ISessionIDManager.InitializeRequest has not been called for this request yet. In each request, please first call ISessionIDManager.InitializeRequest ...Show All

  • Windows Forms TableLayoutPanel - Label: Can't tighten Margins

    Hi: I'm trying to display some records dynamically, using the TableLayoutPanel. I'd *really* like to see an HTML style table maker that was designed to be dynamic. I have to recreate this table for every display. myTable.ColumnCount = 10 only works the first time. After that it just adds rows and starts acting erratic. Anyway, I'm trying to tighten the rows in a TableLayoutPanel that's holding a Label. I've set all the margins in the label & the panel to (0,0,0,0). The app. ignores it. http://www.softlinksys.com/toohighrows.jpg Is there any way I can tighten up tthe blue rows [code] private void dispRecs() { daOrder oDaOrder = new daOrder (); daShipment oDaShipment = new daShipment (); DateTime d ...Show All

  • Visual Studio 2008 (Pre-release) PropertyGrid

    I'm using a Windows Forms control in my WPF app and would like to get grid of it actually...is there a control replacement for the PropertyGrid :) Nicolas, You are right it's merely to have a pure WPF application because of all the differences between WPF and Winforms a Winforms PropertyGrid doesn't really make things easy to create a designer for a WPF application....actually I am finding that I have to do more work to adapt System.Drawing and System.Windows.Forms types over to their WPF counterparts and probably could have developed a rudimentary propertygrid in WPF. :) ...Show All

  • Software Development for Windows Vista Methods of base workflow not visible in Intellisense of derived workflow

    I created a base workflow class "MyBaseWorkflow", derived from SequentialWorkflowactivity. this class defines some methods, like "MyEntity GetEntity(Guid string)", to get a certain entity from a database. Then I created a workflow which derives from "MyBaseWorkflow". The problem ist, the GetEntity method is not visible in any Intellisense window, e.g. in the rule declaration wizard. That means, I cannot provide the workflow developer with easy-to-consume "helper" methods to accomplish this task. Is there any way to do this better, or can I attach an attribute or such in order to let these base class methods appear in the designer Thanks for any help, Urs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DepthStencil array

    What is the use and the conditions of use of a DepthStencil array ( SetDepthStencilArray ) Could someone also give an example of application Thanks. Well as the FX file could contain an array of depth stencil view objects you need such a function to set elements of this array. ...Show All

  • Audio and Video Development WMP 11 Artist information

    I am currently beta testing WMP11 Beta 2...and am using the online database to categorize my music collection. I would like the artist/song information to be loaded into the tags of my files, as well as MP change the file names to match...I have set these settings up as such, but the problem is that the first "contributing artist" is appearing in the filename/artist tag...so now a large part of my music has the 'contributing artist'(but not the actual artist) listed under the filename and the artist tag... I would consider this a bug...but could anyone explain to me a workaround for this if it isnt This is a WMP question, so you'll probably have better luck if you post it here: http://www.microsoft.com/windows/windowsmedia ...Show All

  • Visual Studio Team System Get specific version (history) after a rename/move

    Early this week, I moved all elements off the main trunk to a child branch. This move did not go as smoothly as I would of liked. The first problem is that when I moved all the folders all sub-elements also got renamed as well not just the folder element itself (which would have been the case with Rational ClearCase. What this has caused is that we are unable to get a specific version that is before the move/rename version. We do have a work around, where we just get the details of the version we want copy & paste it over the latest version. While this does work I do not like. Is there a way to get an older version after a rename/move has been preformed FYI, when we try to get a version of the element previous to the move, it u ...Show All

  • Windows Forms MultiThread Visual Application

    I have TreeView on my Form. This application has 2 threads and I want to make changes with my treeView in 2nd thread, but here is such exception: name: InvalidOperationException and Message: "Action being performed on this control is being called from the wrong thread." what can I do with it thanks for your help Thanks for the fast reply. I've tried what you suggested with no luck. I'm a seasoned C++ programmer but very new to C#. If I may show you the top of my class file program.cs and hopfully you can shed some light on my probably very dumb problem. using System; using System.Collections.Generic; using System.Windows.Forms; using System.Net; using System.Net.Sockets; ...Show All

  • Visual Basic Inernet Browser

    How can I make it that the current page you are on in a internet browser will show up in the address bar ...Show All

  • Windows Search Technologies PDF FIlter installed but WDS not seeing it

    I have the Adobe PDF Ifilter 6.0 installed. Just went to options and file types and this filter is not found I know I saw it in here when I upgraded to this filter. Perhaps install of TR update to Office 2007 broke somehting. Will try to reinstall and see what happens. Hi there, I am having the same problem. i have installed office 2007 TR and I can no longer search within my PDF files. Could you figure out the origin of the problem. Thank you in advance. Al ...Show All

  • Windows Forms DataGridView doesn't display the data however rows.count returning correct numbers of rows

    Hi all, I have a very weird problem. I have a dataview that I have populated with DataRowView through the Rows.Add() . I debug it line by line and all the results are correct (rows.count and also values in each rows are correct), the only problem is the DataViewGrid doesn't display the data, it just showing empty. The code above works fine when I put it in the Load() method, but when I place it to public method and call it outside the control. The data doesn't get displayed at all, while the counts and values are correct when I debug it on the watch window. Any extra step that I should do This is really frustating me... Thanks ...Show All

  • Visual C++ Openmp programming issue

    I have recently started writing programs in OpenMP.But according to the tutorials and examples the threads that i create should run parallel and at the same time.My serial as well as parallel code takes same time ,Although each of the 2 threads are free for the half of time. Say if i write a program to print hello world it prints (hello world hello world) instead of (hehelllolow ....).A program to calculate sum of an array and multiplication of an array (using omp sections) in 2 separate threads gives the correct final output but time it takes is same as a serial code executed one after another .Why such a thing (I use Visual Studios 2005 . CPU:Core Duo T2300) Please help I am on a project(Btech-V sem-MNIT,Jaipur) ...Show All

  • SQL Server Crystal Report

    I would like to automate the printing of some Crystal reports that I run daily and was thinking about setting up a scheduled task to automate the printing. Any suggestions Cheryl ...Show All

  • SQL Server Restoring database from MS SQL 2000 to SQL Express 2005

    Hello, I tried to restore a database which I backuped from MS SQL 2000 to SQL Express 2005 but it always failed with the following error message. What could be the problem Restore failed for Server 'SERV\SQLEXPRESS'. (Microsoft.SqlServer.Express.Smo) Additional information System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing 'gtp' database. (Microsoft.SqlServer.Express.Smo) Thanks hi, Kira_26 wrote: hi, i still encounter the same problem after i have followed all your suggestions and help. Do I need to create a blank database in sql 2005 express edition prior to backing up Thanks a lot ...Show All

©2008 Software Development Network