Mostafa Omar's Q&A profile
SQL Server Parse error
Can anyone tel lme why this does not parse in 2000 but works fine in 2005 ALTER TABLE Segments ADD CONSTRAINT PK_Segments PRIMARY KEY CLUSTERED ( SegmentsUniqueID ) WITH ( STATISTICS_NORECOMPUTE = OFF , IGNORE_DUP_KEY = OFF , ALLOW_ROW_LOCKS = ON , ALLOW_PAGE_LOCKS = ON ) ON [PRIMARY] thanks. The WITH clause for constraints is new to SQL Server ...Show All
.NET Development OPC Automation
Hello, I'want to create an OPC Client for any OPC Server in VB.NET. I use Visual Basic 2005 Express Edition. So, I add a reference to my OPCDAAUTO.dll. And at this time, there is just this part of Code : Public Class Form1 Dim WithEvents g_OpcServer As OPCAutomation.OPCServer Dim WithEvents g_OpcGroups As OPCAutomation.OPCGroups Private Sub Form1_Load( ByVal sender As System. Object , ByVal e As System.EventAr ...Show All
.NET Development VB.Net 2003 Asynchronous Socket Problem
I am currently reading the book Nework Programming in .NET with C# and VB.net. I am reading chapter 3 and working on the last program in that chapter. Creating a none blocking TCP Server. Basically what happens is when you run it, you can telnet to port 808 of the server type something and then quit telnet and it shows up in the TCP Server box. I am having a problem with the Asynchronous CallBack Part. For one I do not havea clear under ...Show All
Visual Studio Visual SourceSafe Internet... ?
Ok... I was just wondering... I need to implement the web pages of the SourceSafe all by myself ! Isn't any default pages for that Hopefully I'm wrong... Please tell me that there is some web-interface with SourceSafe without me having to do it all by myself... ok Moshe. I did install certificate either on the server or on the client. I tried to connect from another client machine and then I've got this error: "The SourceSafe web service ...Show All
SQL Server SQL Configuration holding connections to DS
Hello All, I have about 160 packages in my system, all using about 20 shared datasources. When changing one of the datasource's connection (changing the server name), I need to open every one of my packages and press OK to allow the remapping to the new server. (this is something I don't understand: wasn't this the meaning of using a share datasource in the first place what's the advantages in that case ) So, I have heard about Package co ...Show All
Software Development for Windows Vista Beta 2 & Nvidia Geforce go 6200
Hi, I have just installed Vista Beta 2 and cannot get Windows to display the much-hyped glass theme. I find this puzzling given that the Nvidia Geforce go 6200 is listed as one of the "Vista ready" graphics cards. Does anyone have any suggestions Kind Regards, Ben. Hi, Well, I'm using Colorful GeForce 6600, with 512MB of RAM, and I got all the glass effects, the animation effects (as we mi ...Show All
Visual FoxPro Hyperlink to launch VFP8 executable program with parameters
Hi, My client has asked me if I it's possible to start his VFP8 exe from say, a hyperlink in Word and get it to open the relevant item on a certain screen. So I need to pass a parameter to the program with the ID of the item he needs to open. I've tried various formats such as ... c:\Program Files\Company\AppName\Program.exe -001 and "c:\Program Files\Company\AppName\Program.exe -001" but I can only get the program to start and the f ...Show All
Windows Forms MultiSelect ListView & SelectedIndexChanged
When a listview's multiselect property is set to true, the selectedindexchanged event fires once for every item removed or added to the set of selected items. Is there any way to determine when the selecteditem collection is done being updated &nb ...Show All
Game Technologies: DirectX, XNA, XACT, etc. SDK Error when running (Debugging) application
Howdy All, Upfront Info : Windows XP Pro SP2, DirectX 9.0c (w /August SDK) C# 2005 Express IDE I have created a simple little DX app using the MS tutorials and other information that I have found on the internet. All works well until I add a Dialog to the app. private Dialog myDialog = null; myDialog = new Dialog(framework) There are no controls added to the Dialog only the creation of the initial instance. The app compiles without complain ...Show All
Visual Studio Tools for Office Is it possible to program PowerPoint Presenter's view?
In VSTO 2005, I would like to check whether it is feasible to program the Presenter's view for Office 2003 and Office XP: I would like to know the answers for the following 2 questions 1. Is it possilbe to know whether the Check box for "Show Presenter's View" is checked I could not find the value for this setting in the PowerPoint "Application" Object, e.g. the "SlideShowSettings" object. Does anybody know how to read this value ...Show All
Windows Forms DataGridView - slow
Hi, this DataGridView is really giving me headaches like you can see in all the topics I start :) This time it's about performance. I'm using a DataBound DataGridView and performance for painting on it, etc. is good as long as it contains no data :) However, as soon as I load 10 columns in it with about 200 rows, performance really drops. Resizing the form that contains the grid becomes real slow even with column auto size off. Painting selectio ...Show All
Windows Forms changing index of combo box items
Hi, How can I change the item index in a combox I want certain combo box items to appear in a certain order. Thanks You would need to change the underlying data. So change the Items Collection or the DataSource depending on how&nb ...Show All
Visual Studio Team System VS team edition latest version download size..?
Hi,what is visual studio team edition lates version download size for msdn site or another alternate web site.. Right about the same size as the beta, 3.7 GB. Took about 12 hours to download at 740 kb. ...Show All
Visual C# parallel to an ActiveX control or Applet in C#
Hello, I wanted to know how to build an application in C# that is parallel to an ActiveX control or Applet i.e it should be able to run on Internet Explorer. Thank You. using windows.forms controls in internet explorer WM_FYI thomas woelfer ...Show All
SQL Server Converting AS2000 DSO from VB6 to VS2005
I have a VB6 program that uses Analysis Services 2000 DSO to Automatically Process an AS2000 Database. I ran the Upgrade Wizard in VS2005 for Visual Basic on this VB6 program but the result has an error I can't find how to correct. Here is the original code - Dim mdDatabase As DSO.MDStore Dim dsoServer As DSO.Server Set dsoServer = New DSO.Server dsoServer.Connect ("CubeServer") Set mdDatabase = dsoServer.MDStores("TestCu ...Show All
