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

Software Development Network >> Hossam Abdel Wahab's Q&A profile

Hossam Abdel Wahab

Member List

kitgou
Don Barber at WellCare
vivekWaghmare
Cynicszm
DAVIDZGZ
Ivo Manolov MSFT
Pratap
Mike Jones
jbullard
Sulaco
Vishantha
knowthyself
Bridgepark
Umair.it
kailass
mEt
ed dolan
scjconsulting
KevinMullin
RoyLane
Only Title

Hossam Abdel Wahab's Q&A profile

  • Visual Studio Express Editions 3d games?

    Well. you know if I creat a 3D graphic, is it possible to "move" then render the graphic in real time with Visual Basic Express or are there easier solutions to make EASY 3D games Thank you! Keehun Nam VB is not usually the language of choice for creating 3D games. Here's a tutorial on games programming in VB.NET: http://vbprogramming.8k.com/tutorials/main.htm ...Show All

  • Visual Studio Tools for Office Get the current / active worksheet

    I'd like to ask how I can get an instance of the active worksheet in order to use the AddListObject method Currently, I used: Globals.Sheet1.Controls.AddListObject... But I want to add the listobject to the active worksheet instead of hardcoding to Sheet1. (If a user create a new worksheet, then my code will not work anymore) Thanks, Hi Peter: You access the current sheet using the "Me" keyword. ...Show All

  • .NET Development Calling a stored SQL Proceedure from VB

    K, got some canned proceedures on SQL Server 2005 Express, now any thoughts on accessing them The project is pretty simplistic, but its a learning tool for me. dim IP = ...... 'got this working ok Call dbo.HitTable.Update(IP) ' speculative idea Call dbo.Hitable.Hits() 'more speculation Sorry, never tried SQL from VB before, let along any other tool. http://www.vbdotnetheaven.com/Code/Jun2003/2102.asp I provided this link ye ...Show All

  • .NET Development Copying an array

    Hi What is the best way to copy elements from ArrayList to a dynamic array of strings Specifically, I populate an ArrayList with data from file:    Dim Lines As ArrayList = New ArrayList    Dim sr As New StreamReader("C:\List.txt")    While sr.Peek <> -1       Lines.Add(sr.ReadLine())    End While Then I declare an array of st ...Show All

  • Windows Forms StopMoving() not stopping moving

    I've been playing around with a very simple herbivore this afternoon based off of the template in the tutorial. Right now I have it remembering the plants that it wasn't able to reach because it ran in to something on the way there. My&nbs ...Show All

  • Visual Studio Team System Deletiing TFS Projects that fail to create correctly

    I'm using Beta3-refresh. I've tried tp add a project to TFS using the team explorer but at some point the add fails and I get a message saying that the tool couldn't rollback the addition. I run TFSDelete to delete the porject and get told the project doesn't exist I run the explorer to re-add the project and get told the project already exists. So I have a TFS project in a state of Limbo. What steps can I use (database cleanup, removal of s ...Show All

  • Visual Studio Team System WI permission

    Hi, There is a way to give some different permission on some different WI. I mean, under one Team Project give some different permissions on different WI types. Thanks in advance, Shmulik We do not support permission based on work item type. Currently you can provide permission based on Area node only. -Mohammad ...Show All

  • SQL Server Error: Cannot impersonate user for data source

    An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'DataSource1'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors Any help would be greatly appreciated. Thank you. Can you enable remote e ...Show All

  • SQL Server Connecting to SQL 2005 from other machines

    The April CTP was working well but both the June and Sept CTP seem to be having problems with connections outside the local machine. It does not seem to matter how the connection is to be established (from code, from SQL managment studio etc) the same error comes up repeatedly. Cannot connect to SEPTCTP. A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: Named Pipes ...Show All

  • Visual Basic changing a specific line and adding a line top of the file

    I have two questions. 1- I need to change a line in the file. what is the useful way to do this 2-what do you suggest to insert a new line to top of the file thanks If the lines are fixed lengths - e.g. the file always has 20 characters per line. It sounds like they are not (regardless, I'm uncertain of the .NET framework commands to open the file and overwrite characters). You will have to read the wh ...Show All

  • Windows Forms Custom Controls...GDI to slow?

    Hy, I've been trying to make some controls (buttons) using user controls. So...I've made 2 pictures(bitmap)(actualy is a png file extension) one is the button in the normal state...and the other...is the button when the mouse is over it..... when I wrote the code...to change te pictures and clicked run to start the application everything was ok....untill I moved the cursor over the button....it flickered(made up word).....for a split ...Show All

  • Windows Forms Image Zooming in C#

    I want to zoom a selected portion of an image. i.e after an image is loaded into a form or a picture box, the user chooses a particular region and then the image is zoomed and the region that the user chooses should be visible in ...Show All

  • Visual Studio Team System Error installing TFS final release

    This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim First, I highly recommend you go though the check list in the install guide. I normally skip these but in this case there are a large number of gotcha's that the install guide walks you though (this is one of them) ...Show All

  • Windows Forms Deployment related problems Plz help. quite urgent

    Dear all, Our company has done a project for a client , I have my project and MSSQL data with me. My database consists of 10 tables and some data in them. I want all of them should load in Clients SQL server when I run a file or I don't know. I want all the tables with same name and database name and schema How can i get rid of this problem . Plz help Regards, Anil Dhiman hello, Thanks for your quick resp ...Show All

  • Visual C# playing video file in c#

    can anyone help me in running the video file in C#. If u have any links which descrips regarding "video streams and C# " tell me please. thanks and regards, Singam Hi, Follow these steps... Goto toolbox. Righ click and select the choose item. Dialouge will apear goto com components tab. There will be windows media player at near end of list select it. now windows media player control is ad ...Show All

©2008 Software Development Network

powered by phorum