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

Software Development Network >> Sherif Mahmoud's Q&A profile

Sherif Mahmoud

Member List

DrFlick
lazut4ik
Mills
bairdm
mingming
Markus Wöß
Karthik Hariharan
mbakhodir
SWingard
TimBW
Jean-Michel Bezeau
IS dude
Xenolith
sandeeppatwardhan
white_r
Gary W
Andrew Williams
ahmedbenabdallah
snakey_tv
Kemety
Only Title

Sherif Mahmoud's Q&A profile

  • Visual Basic DLL Files

    I wrote a text to speech Windows application program in VS.NET using VB on my computer at work.  I have followed all of the steps on my work's computer- it worked fine.  Now when I have tried to create the same application at home (using the same code and steps); I am getting errors when I try to run the application.  I do not receive any build or task errors.   Please advise what I should do.  I have already installed the Microsoft Speech SDK 5.1 file available at http://www.microsoft.com/speech/download/sdk51/   Also, I have installed VB6 on my computer.  Finally, I have tried to change the permissions ...Show All

  • Visual C# Recovering AssemblyInfo.cs

    Hello! I accidentaly removed my AssemblyInfo.cs file, so my project won't run. I copied the file from another project, modified the information and put it into my project but now it won't run. What should I do If there's no way to recover the file I've wasted many hours... But that can't be the case, can it Cerasti, What is the error that you're seeing when your application tries to run You can add back the assembly info file in a few different ways. You can right-click on the project and select "Add | New Item" and choose "Assembly Information File." You can also right-click on the ...Show All

  • Visual Studio Express Editions How to suggest a value

    Hi, I have a windows form with some textboxes and other objects connected to a table adapter and I'm using a binding navigator. When the user presses the new item button, I want to suggest a value in textbox1, but the value doesn't appear because the binder deletes after I put hit there. Is there a way for me to put a value (a calculated one) in a binded textbox Thanks for your attention. Romeu Hi Romeu, the datatable columns bound to your textboxes have a 'DefaultValue' property that can be used when creating new rows. You could change/compute this DefaultValue in the BindingNavigator_AddNewIte ...Show All

  • Windows Forms MSFlexgrd unicode problem

    We have developped an application using vs.net 2003 (C#), we are using MSFlexgrd.ocx control comming with visual studio 6.0(we use it as an ActiveX control). When we come to the deployment phase, when we install it on another machine rather than the development machine the arabic letters appear as " " in the flex grid only but the forms arabic letters appear correclty,this happens when the target machine does not have visual studio 6.0 installed Note :Using hierarchical flexgrid is not an option thanx in advance...... I'm not familiar with the MSFlexgrd.ocx but it seems like a unicode issue. You need to set Arabic regional settings ...Show All

  • Software Development for Windows Vista User Administration

    I am not a programmer by any means, I've been a Help Desk tech for a couple of years now and have a question about the way Vista is going to handle permissions. In my job function and as a Domain Admin i regularly have to log on to end users' PC's to install software, make changes, etc. We have pounded security into our empoyees and they are all quite good at locking their workstations when they leave their desks. We would love to see the ability for an administrator to log on as a user with proper administrative credentials. We would then have the ability make sure, say, that all of the user's documents are saved and applications are close ...Show All

  • Windows Forms copying rows of one dataset as a table of another dataset

    Hi, I have a dataset, dstSource, with one datatable that has, say 100 rows. I want to pass a filter expression to the dataset that would extract, say 60 rows out of it. I want to add the returned rows in another dataset (dstDestination) . Is there any easy way of converting dataRow array into a datatable, as all extracted rows form dstSource form a table in dstDestination Also, I want to pass a filterexpression that does something like this Select * from dstSource where Column1 = 10 and Column5=20 order by Column1,Column5,Column3 How can I pass this filterexpression in DataSet's DataSet.Tables(0).Select() function Thanks, ...Show All

  • Visual Studio Express Editions Opening a child form from a child form

    Heh hi again. I'm trying to open a MDIChild form from a child form, but I seem to be having trouble. How can I designate the parent by calling from a child At first, you must write a clear title for your question, everyone here has questions, the second thing is you must explain your problem, you didn't said what is the problem... ...Show All

  • Windows Forms Deploying applications and the .NET framework

    Hello all, I have created a vb application which i will be rolling out to machines that do not have the .NET framework. I'd prefer not go to each PC and install the framework first if possible. I though it would be good to create a framework Launch Condition and if it's not there install it before installing my application. Is this possible and if ...Show All

  • Visual C++ Link problems for Dll

    I just started using Visual Studio 2005 and tried to merge a project that previously was built using Visual Studio 6. I get lots of linking errors regarding stuff that should be in the runtime librarires, like this one: 1>IVSTD.obj : error LNK2019: unresolved external symbol __imp____iob_func referenced in function "void __cdecl iv__assert(char const *,char const *,int)" ( iv__assert@@YAXPBD0H@Z) This has to be in the run-time library but even if I add the one that seems reasonable (msvcrt.lib since it's a multithreaded DLL) I get the same errors. So I tried to create a dll project from scratch without adding any code ...Show All

  • SQL Server How to get a left function in MDX language?

    We know in T-SQL, left(str,n) function let us get n characters in str, I want to get it in AS, but it seems not such function in MDX. can we write a self-define function as "left"     Hi, Chris, I have tried left as you say in AS2000 and it succeeded, thank you, and I also write it in calculated members. As you said in another question about member, I have some misunderstanding between children and members. After I modify it as xxx.dimension.members, I can choose every level I want to select from. Thank you for your help. ...Show All

  • Visual Basic Debugger is extremely slow

    Has anyone else experiance really slow debugging in VB.Net Beta 2 Yesterday was the first time I used it to step through code line by line and I was shocked. It's a simple project with one form using a datagridview and it was horrible. We are talking a 3 - 5 second delay every time I hit the F10 key to step over... Thanks, Aaron I have found a workaround posted here: Would this be sufficient for your team to try out (or have 1 of them maybe try this out to see if it solves the problem) http://lab.msdn.microsoft.com/ProductFeedback/ViewWorkaround.aspx FeedbackID=FDBK31126#1 The other workaround is to reset y ...Show All

  • Visual Studio Team System Renaming files under source control in VS.NET

    Is there an issue with this at all anymore In other words, if I rename a file under source control from within the VS.NET 2005 environment, will the file: a- be renamed correctly (and not deleted+created) in VSS b- retain it's history in VSS Thank you, Sammy In Team System Source Control, the item would both be renamed/moved correectly (i.e. rename is not a copy/add/delete old), and history would be retained. ...Show All

  • SQL Server Sql Server 2000 connection problem

    Hi all... I'm getting some problem while am connecting to my Sql Server 2000. I have design an application in vb.net and using remoting (Tcp Channel). But while connecting to the server am getting "your server is not confiured to allow remote access" can anyone help, thanks.... Im also behind a Firewall specifically WINGATE 6.1..i tried to add port to the firewall and have it redirect to my actual database server say 192.168.0.111 but nothing happens at all. any similar problem ...Show All

  • SQL Server Execute SQL 2000 DTS package from VB.NET 2.0

    I'm building a simple application that must import a text file and export a text file in a different format. I've created the Transact-SQL routines that modify the import and the export. Since the database must run under SQL 2000, I assume I have to create DTS packages and then run them from buttons on the Windows form. What is the recommended procedure for executing DTS packages from a VB.NET 2.0 form PS This thread has already been moved around, so please just answer the question if you can. Thanks. ...Show All

  • .NET Development Application level Dataset and the form designer

    What is the best way to do an application level dataset that all forms can share and at and not break the form designer   Using the DataSource to drag controls on really works nice but the dataset is local to the form. However if you point the dataset of the form to point to a Global/Application dataset the form designer does not work.   I have used conditional compilation which seems like work around but you have to add and remove the conditional flag, kind of a pain.   private void InitializeComponent() { ... #if Designer           &nb ...Show All

©2008 Software Development Network