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

Software Development Network >> fathi S. Elashery's Q&A profile

fathi S. Elashery

Member List

Shimer
JeffKoski
Mike737Aviator
Tarh ik
Fahad349
moldau04
Jonathan80
Troy Lundin
chongqing
James Miles
magwo001
biffpixel
stephenl
Alfitsi
Wellnow
JarodB172890
David S L
Arda Cetinkaya
Shady9399
pc0416
Only Title

fathi S. Elashery's Q&A profile

  • Visual Studio 2008 (Pre-release) Loading Image file problem

    Hi, When loading large image file( not too large), I got Debug message and program shut down. I cannot run any program that call image file. Like that <ImageDrawing Rect="0,0,100,100" ImageSource="Blue hills.jpg"></ImageDrawing> Please advice me what the problem is it. EW Please verify that the date stamp of WindowsCodecs.dll and milcore.dll (in %windir%\system32) are the same. If not, then please uninstall .NET Fx 3.0 and uninstall WIC (follow instructions here: http://blogs.msdn.com/rwlodarc/archive/2006/05/25/607131.aspx ). ...Show All

  • Visual Studio Express Editions Where do I store a .bmp file for use in a usercontrol??

    I've made a usercontrol that uses a .bmp image. It works fine when i'm testing the control in the test container, but when I add the control to another project an error comes up and says the image cant be found. Image xyz = Image.FromFile("xyz.bmp"); is what i'm using (the actual .bmp file is in the release folder where the .dll is). Do I need to use another method, or store the file somewhere else Hi, If you use code to load a external image in the program, you must distribute the image in the right place. Otherwise, you can add the image into the resources of the project, in this way you dont need to distribute the image separately. Thank you ...Show All

  • SQL Server BCP Out each result of a query in a saperate file

    hi, i am trying to BCP out the result of a query to a seperate file. i am trying to create a seperate file for each record. could somebody please help me out Pankaj Sorry for the late answer, it's busy times ;o) It seems a very odd request from your customer... In a query, how many rows are you expecting to do this on /Kenneth ...Show All

  • .NET Development Update DataSet with the values of the inserted row

    Hey, First of all i work with an access database. In my program i made an DataAdapter with retrieves rows from the database from two tables(through an inner join). Because the dataset linked to this DataAdapter is represented in a datagridview i also wrote insert, delete and update commands. The way i solved the insert in two tables is with an transaction. In the RowUpdating event of the DataAdapter i create an transaction and manually insert the row in one of the tables. The insertcommand of the dataadapter will handle the insert in the other table. In the RowUpdated event of the dataadapter i commit the transaction. This works all fine, except for the fact that some values in the datagrid are left empty because then the defa ...Show All

  • Visual C# Security for my application...

    Not sure where to post this so I guess here Anyways, I see in new applications that they use an authorization tool. Can I get something like this for my new application If so, where and what I'm looking to help prevent piracy of my new application. Thanks, Devin Ahh! You are probably looking for some licensing tool for your application. Google will help you in this. Search for ".Net Licensing", ".Net Application Licensing", "Application Licensing" or Software Licensing. If you need to develop your own, then see www.codeproject.com and search XML digitial Signature in Application Licensing abd the other article is Application Trial Maker. If you understand well b ...Show All

  • Visual Studio Team System Need help regarding Introspection engine's behaviour towards calling of overriding methods.

    I have created a custom rule in FxCop 1.35 where I m checking for the proper documentation of exceptions thrown from a method or methods called from the method being analyzed. I m analyzing the following code using this rule. /// <summary>  /// This class is a base class which we will  /// use to derive other classes from.  /// </summary>  public class BaseClass  {   /// <summary>   ///   /// </summary>   public virtual void TestMethod ()   {    throw new ArgumentNullException();   }  }  /// <summary>  /// This class is a derived class which overrides  /// base class method.  /// & ...Show All

  • Visual Studio Team System Deleted Folder still visible- Can't remove

    I deleted a folder. Other users can't see the folder but I can. I checked and unchecked show deleted items just to be sure. I did Get Latest and Get Specific version on the entire project (with force get). I did refresh on the tree. I restarted the IDE. Still shows the folder after that. Is the folder a Team Project If not, can you dump the history of that slot (tf history $/path/to/folder;X1234 /i /slotmode -- no /r) ...Show All

  • Windows Search Technologies Desktop search does not think Outlook is installed in version 2.6.5 but finds and then will not index files in WDS 3.0

    I recently installed windows desktop search on my XP SP1 machine running Exchange 2003 in cached mode connecting to an Exchange 2003 server. Windows desktop search won't let me select Outlook because it doesn't think I have it installed. I checked from IE and Outlook is set to my default mail client. Any suggestions of other things to check is appreciated, searching through my mailbox and .PST files would be great! Thanks. I have the same issue. There are no disabled items in Outlook Help, About, Disabled Items. When I expend the "My Mail" folder, Outlook has the right 2003 icon but the text is greyed out and says "Outlook - Not installed on your computer". On the right hand s ...Show All

  • Smart Device Development Symbol MC70XX series physical assigned button

    Hi, I am working on Symbol MC70XX device. I assigned buttons from Start_Settings_Buttons to some programs but I can not find the right physical keys for these assigned keys to start the assigned programs. For example for Button 1, what key do I press on the device to start the assigned program Any advice would be appreciated. Thanks Bahman I found 193,194,195,196 for these codes (xx) and changed GreenKeyOverride in the registry, but nothing happened. Anybody knows what is wrong Please. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Custom model format?

    ok I'm very new to XNA and C# but have programming/game development knowlegde (mainly using DarkBASIC pro and BlitZBasic) but I now want to use real (I use that work losely) game development tools. my question is this, is it better to create my own custom model format, one that contains data on vertex positions, texture, normals and light properties and create some kind of model loader which converts it to the data XNA needs to display the model if so what is the best way to write a custom model loader, i'm not worried about storing animation at this time though, I've read through the documentation and came across processors, importers etc but have no idea where to start, does anyone have any suggestions and/or source code that a ...Show All

  • Windows Forms ClickOnce Only One Version

    Is there a way to delete the old version of the publication before installing the new using ClickOnce Deployment I've deployed 5 versions of an app in the last 2 month (40 mb each). That's 200 mb on the user pc. The user cannot use the previous versions because of the DB changes, so there is no point to keep these installations. also, is there a way to install one instance per pc, not one instance per user As far as I know Clickonce is installed per user. Also Clickonce keep only 2 versions all the time, this is to allow user to roll back to previous version of the install in case there is problem with current install. ...Show All

  • SQL Server Analysis Services Perfomance Issues (when open a cube definition)

    Hi we are dealing whit a perfomance issue in Analysis Server 2005 working with olap cubes. This cubes are part of a solution with a view (91 tables) and every time we try to access some meta data of the cube in the Visual Studio 2005 (i.e.: Calculations, KPIs, etc) it takes a lot of time to read the metadata of the cube. The cubes are not so big, but every time we try to get the cube metadata we have problems.In Example; it takes more than 3 minutes to get the structure of the cube in the browse section; but after this we can easily drop fields to the sections of the cube designer and watch the cube data and calculations. We have the same problem in Excel 2007 when we try to connect to the Analysis Services database and read som ...Show All

  • Software Development for Windows Vista Debugging asp.net application gives a strange error

    Hello - When i try to debug asp.net application (Framework 2.0) a strange error is logged in the eventviewer. EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'. And I ensured that the Enable Sql Debugging flag is unchecked in the project properties Can anyone please help how to get rid of this error. Thanks- Shyam ...Show All

  • Windows Forms FAQ for Winforms designer section

    shouldn't there be an FAQ for this section i have participated in this section when it was under windowsforms.net and i noticed that the same questions has been asked (like how to notify the designer host for a particular component property change, etc.) i know that online resources for designer related articles are scarce and it will really be helpful for starters to know where these links are. Peter Ritchie wrote: joeycalisay wrote: Peter Ritchie wrote: Certainly a good idea. The people who moderate these forums are volunteers; this particular forum may not have warm Microsoft body with ownership. what do you mean sir some forum sections have sti ...Show All

  • SQL Server Multiple Matrices with same grouping

    We are new to matrix reporting and have experienced a great deal of frustration in our learing curve. We have multiple matrices each grouped by employee but we cannot get them to group by employee on our report. Instead, they are goruping by matrix. i.e. Employee A | matrix one Employee B | matrix one Employee A | matrix two Employee B | matrix two How can we change this to show: Employee A | matrix one Employee A | matrix two Employee B | matrix one Employee B | matrix two ...Show All

©2008 Software Development Network