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

Software Development Network >> Ehab EL_Gendy's Q&A profile

Ehab EL_Gendy

Member List

Andy1988
Steven J. Reed
Siebe Tolsma
Andres Citeli
Michael Morton
Trisk2
vbjunkie
Puffarbubbole
Rachel S
OmegaMan
tkeller01
Nick Mc
gofur
Hemant Kumar
ASL
PiGuy
Abhishek.itb
paso
PiGuy
J. Ho
Only Title

Ehab EL_Gendy's Q&A profile

  • Internet Explorer Development IE7, OE6 Printing problems with headers

    Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending email and highlight just one or two words in the text of the email eg Dear John and then print the email using my HP printer (not as text on Generic printer) - the headers then print and so does the selected words. Don't suggest using Outlook as often we only print the first page of emails as we already have the rest of the email on file especial ...Show All

  • Visual Studio Team System How to use VS 2003 with Team System Server ?

    How to use VS 2003 with Team System Server You need to install the MSSCCI provider for Team Foundation Server on all of your VS 2003 workstations. You can get the MSSCCI provider from here: http://www.microsoft.com/downloads/details.aspx familyid=87E1FFBD-A484-4C3A-8776-D560AB1E6198&displaylang=en ...Show All

  • SQL Server Linking back to ProClarity Analytics reports from SQL Server 2005 Reporting Services failed

    Hi, all here, Thank you very much for your kind attention. I encountered a problem when linking back to ProClarity Analytics views from SQL Server 2005 Reporting Services Server (the reports on SQL Server 2005 Reporting Services Server is export from ProClarity) . The error message is as below: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /pas/en/src/PRSQuery.asp, line 50 800401f3 Note: this error only occured when linking back using option:'data on this report', no error occured when using option'analyze in a ProClarity server page'. Would please any expert here give me any guidance and advices for that. Thanks a lot in advance for that. With best regards, Yours sinc ...Show All

  • .NET Development Get list of referenced assemblies at runtime

    Hi all, I have (hopefully) a simple question. I want to be able to get a list of assemblies (either as text or as Assembly objects) that my application references. I have seen AppDomain.CurrentDomain.GetAssemblies() used but this only lists loaded assemblies (and is missing the yet to be referenced/used assemblies). Basically I'm trying to load a Type object using the text name of the type, if the assembly that this type belongs to is not referenced by the application I have to load that assembly from a dll. Given that loading a assembly from it's dll and reading the type information is slower than just simply trying to load the type information knowing that the assembly is referenced by the application, I really need to know about a ...Show All

  • Visual Studio 2008 (Pre-release) How to position tooltip?

    I have tow controls(buttons), I want to show both button A and button B's tooltip on Button B's center and right side. I set button A's PlacementTarget as button B, and use custom placement callback to set the position, but no change was got. How can I achieve that The XAML code I used: <Grid>       <Button Margin="44,59,135,0" x:Name="ButtonA" VerticalAlignment="Top" Height="22" Content="Button">         <Button.ToolTip>           <ToolTip PlacementTarget="{Binding ElementName=ButtonB}" Placement="Right">           & ...Show All

  • Visual Studio Team System fxcop build consistancy

    I'm looking at incorporating fxcop into a checkin queue, where the primary requirement is for a checkin to build successfully, before being checked into our source control system. I would like to be able to use fxcop to add another layer of checking above a successful build, but am wondering if there is any possiblilty that a build which fails normally could succeed under any conditions while being run with fxcop. I believe fxcop runs on top of the normal build, but i don't know if there is any manipulation of the build or if fxcop operates on it's own just pulling information from the build. This is important, since the primary requirement is failed builds fail. Also how well does fxcop scale for automated builds, for example, on a cod ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Fbx File Format ?

    is the fbx file format closed format or do microsoft provide doc on the file format in the xna framework link to article that i have read http://www.3d-test.com/interviews/collada_1.htm why i am asking that is that we can adopt our own mesh format to xna framework example: our mesh format onlye ned one matrix for doing mesh animations the is bone and joint in our mesh cunstructor but when you save the final format out to xml there is one set of vertex data and one set of faces data and the magic one matrix for bone and joint and animations of keyframe per frame so if you have a mesh animation that runs 700 frame total you have to store one set of vertex and faces and 700 deffecnt matrix in a array the ...Show All

  • Smart Device Development Moving between Tabs - On click

    Development - VS2003 (VB.NET) Device - Symbol MC70 I have a form with three tabs. Each tab contains a listview (Detail view). When I click from one tab to another I would like the focus to be set on the first item in the listview of that tab. When I use a function key on my device to move from one tab to another I can keep the focus on the listview by using the code below within 'SelectedIndexChanged'. But when I use the stylus to click from one tab to another, the focus is no longer on the listview. How can I set focus to the relevant listview on clicking of a tab If TabControl1.SelectedIndex = TabControl1.TabPages.IndexOf(tabHistory) Then lstHistory.Items(0).Selected = True lstHistory.Items(0).Focused = True lstHist ...Show All

  • Visual C# Generic 2.0 and Predicats

    Hi, I have a list<MyStruct> and would like to use it find a struct in the list. let's say .. struct MyStruct { string _name; public string Name {...} } i'd like to use list<T>.Find(Predicat<T>) with the property Name of the struct. How can i do so Thanks, This webpage has a C# example. ...Show All

  • Windows Live Developer Forums display pin info

    hello is there a way to display the pin info as soon as you add the pin instead of the mouse hover over thanks. one last question, i would like to add the zoom to after that map.SetZoomLevel(13); but when i do, it takes the pop up away... any ideas thanks. ...Show All

  • Smart Device Development License control for application software

    Hi All, i would like to add a license control on my .NET Compact Framework software, for unlicensed users they have a 15-30 days using limitation but for licensed user they need to enter serial number and then unlimited user. Can anyone help me how to start and apply such function to the software Thanks Hi Jose, Sounds like a great idea and concept. Thanks for your reply. Please can you shed some light on this area "Then with that code you build up another code that matches", i am not sure how this works. Please can you explain more about this area, Thanks ...Show All

  • Software Development for Windows Vista Windows COM+ Advice (",))

    Hi Wonder if anyone can offer some advice on the following...... I am looking to increase the constructor string length in the Windows COM component services from 512 to 1024. Does anyone know if this is possible Any advice greatfully recieved Kind Regards Christoffa A more suitable place for COM+ issues not related to transactions is the microsoft.public.platformsdk.complus_mts newsgroup: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.platformsdk.complus_mts&lang=en&cr=US or the microsoft.public.dotnet.framework.component_services newsgroup. You should get a faster response time there. ...Show All

  • Visual Basic Strange Aritmetic overflow

    I am getting a weird arithmetic overflow error. tB(Offset + 2) + (tB(Offset + 3) << 8) does not work. Even though tB(Offset + 2) = &HFF and tB(Offset + 3) = &H3F but &HFF + (&H3F << 8) does work. I do not understand. Any Ideas Thanks. I have a theory troy. We dont know what the datatype of TB is. For the last year people have been explaining to you that bytes have eight bits. If tb() is a byte array (tB(Offset + 3) << 8) Will never ever work and will inevitably generate an over flow. But we can't know because you didn't specify TB's datatype. ...Show All

  • .NET Development Setting up and using Multiple config file values

    Hi, I have a question with regard to the best way to set up a config file and what code I would need to retrieve the values. My app is going to read messages from multiple queues, so I want my config file to have my list of queues and also a number of threads to use per queue. I would normally set this in xml as something like <Queues> <Queue> <Name>A</Name> <NumberOfThreads>2</NumberOfThreads> </Queue> <Queue> <Name>B</Name> <NumberOfThreads>3</NumberOfThreads> </Queue> </Queues> But how would I include something like this into an app.config as it not a straight name / value pair a ...Show All

  • Smart Device Development Tab order vs 2005 cf 2.0

    I have a form with a panel containing 3 radio boxes, several combo boxes and a text field on the 1st page of a tab control. One of the radio buttons has focus and a tab index of 1 (the other 2 radio buttons have 0 and 2 as their tab index value). The first combo box has a tab index of 3, the next 4 and then a text field has 5. The tab control has 16 as its tab index. When I hit the tab button after the screen is displayed, the focus shifts from the radio button to the tab control. If I hit tab again, it moves to the first combo box and then the tab proceeds in the expected order until the text box, where the tab causes the radio button to gain focus again and the order continues as before where it next goes to the tab control. Anyone ha ...Show All

©2008 Software Development Network