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

Software Development Network >> Asim Zeeshan's Q&A profile

Asim Zeeshan

Member List

h1
ImagineNation
FHJJr
ShivaanKeldon
bessermt
Zapp
Tinomolloy
Airmax
Big5824
Ceds
Nick Darnell
smilyan
ky_kye
wvusaf
dez66
Mike Prilliman
R.Tutus
soundman32
dfgdrf
Greg_Dodd
Only Title

Asim Zeeshan's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. My new game running on Beta 2 (Dr. Popper)

    Just wanted to let everyone know now that I have migrated my game to XNA Beta 2, and have put it up for download at http://www.bluerosegames.com . It's called Dr. Popper and it's a puzzle game similar to Pop'em, Jawbreaker, and Bubblet. I will post full source code for the game in a few days, but for now if you have any questions feel free to ask. Thanks, Bill Hi Bill, I thought you might be interested in this thread that mentions a download link for the XNA runtimes. Bit less of a download than what you mention on your website. Cheers, Leaf. ...Show All

  • Visual Basic Help needed for beginner

    I am writing a program, of which part is to copy all files, folders and subfolders from a provided source location to destination. When I run the code as shown below, if there are more than 2 subfolders in depth, or the source is on a CD then I recieve the following error: "An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll." "Additional information: Access to the path 'C:\New Folder\Autorun.inf' is denied" I do have NTFS permissions to the folder and I am the local admin. Does anyone know why this is happening   strsrc is D:\ (a win2k cd) and strdest is C:\new folder. I hope someone can help because I am so confused by this and have spent hours trying to resolve this! Please he ...Show All

  • Visual Studio Express Editions How page posting when press enter from TextBox control?

    (C# ASP Net 2.0) I want page posting when i input some number in TextBoxt control then press Enter keyboard like click button in the page. Can you help me Thanks, How about setting the AutoPostBack property to true in designer - or through code: TextBox1.AutoPostBack = true ; Also, for future reference, the question would have been more appropriate on the http://forums.asp.net/ forums. Good luck! ...Show All

  • Visual C++ Memory allocation across the Dlls

    Hi All, I have been facing some problem with the memory allocation&deallocation across the dlls. For clarity I'm describing my problem bit elabarated: I have a COM Dll, which intern uses two dlls. (UI) <-----> COM_DLL<---->BusinessLogic.dll<--->Communication.dll. The memory allocated in communicationDll several places and freed in BusinessLogicDll several places, but when the ComDll is in release mode, and the applicatoin is crashes. But the application is built in Debug mode, everything goes fine. Also I have three versions of UI application two with MFC support and one without MFC support. I'm facing problem only with the UI-application built without MFC support, with other two absolutely n ...Show All

  • Windows Live Developer Forums Problem with PageDriving

    Hi, i have tested the page driving(to launch an url in the same window as the conversation window, e.g. encarta bot) and it works, but i dont know why, sometimes i call the function to launch an url, it says on the msn messenger: MSN Messenger is currently unable to start this program. Please try again later. and this happens a lot of times, other times i can launch it with no problems, what can be the problem it can be because is the demo bot, and when i pay for hosting and for msn this problem should persist thks erick You are using the Colloquis Buddyscript SDK and the sample that Francois provided right   Where do you live   Messenger displays that error when it cannot find the page that was requested. I h ...Show All

  • Visual Studio 2008 (Pre-release) 3rd Party WPF controls

    Hey folks, I am looking for some sites/links which makes 3rd party WPF controls from where i can buy/use them. Please Share.. Regards Hi Scubee, Infragistics has a DataPresenter controls and I can say that I admire their ASP.NET controls, however, I have not used this WPF control. ( http://www.infragistics.com/hot/wpf.aspx ). I feel I should let you know that you may be able to have your question better addressed in the actual WPF forum available here: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=119&SiteID=1 If this answers your question, please select "Mark as Answer" Thank you, Chad Campbell ...Show All

  • Visual Studio Team System Can't delete orphaned version control project

    Because of a typo while merging, I've managed to create an oprhaned project in version control. It's listed in the Source Control Explorer as a project but I can't delete it, it's not listed as a team foundation project in team explorer though. I have no pending checkouts. When selecting the project in Source Control Explorer and then going to delete I get the following error: --------------------------- Microsoft Visual Studio --------------------------- TF10169: Unsupported pending change attempted on team project folder $/LD. Use the Project Creation Wizard in Team Explorer to create a project or the TfsDeleteProject tool to delete one. --------------------------- OK --------------------------- Trying the following at the c ...Show All

  • SQL Server Only one CPU is used by the server

    How can I utilize all four CPU’s by the SQL server Configuration: HPDL385 2 x Intel Xenon 5160 3 GHz Dual Core, 4 GB Ram Windows Server 2005 SQL Server 2005 Standard Edition When running heavy SQL SP’s, the CPU load is only 25% nicely distributed over the four CPU’s as if only 1 CPU was present. Is it the operating system that creates this problem or the SQL server How does the SQL server react if the license somehow is configured wrong - is this the problem Regards You could set the processor affinity so sql server uses only one cpu and watch what happens, then allow it to use more and see the difference. http://msdn2.microsoft.com/en-us/library/ms187104.aspx (i think m ...Show All

  • Windows Forms bindingsource.addnew and .haschanges

    I have a form that loads in a new state, but the user may decide not to add a new row, but will want to edit an existing row. When the form opens with no ID for the form, my code calls: BindingSource.AddNew() Even if no changes are made to the form, calling: DirectCast (BindingSource.DataSource, DataSet).HasChanges() This will always come up as having changed. Is there any way to find if there have actually been any changes after AddNew is called. Mark Dahl Gavin, Thank you for the response. I really appreciate it. However, the following code is run when the form loads: '// Header refresh If FormHelper.DBInt(FormID) > 0 Then EmployeeTableAdapter.Fill( Me .Emplo ...Show All

  • SQL Server restoring a db in SQL Server 2005

    Hello, I received a backup Sql Server file and I am trying to restore it. When trying to restore the backup using SQL Server 2000, I get the following message: "the backed-up database has on-disk structure version 611. The server supports version 539 and cannot restore or upgrade this database. RESTORE DATABASE is terminating abnormally." After doing some research online, I figured out that the backup I received must be from SQL Server 2005. Therefore, I installed SQL SErver 2005 on my laptop (so now I have both 2000 and 2005 on my laptop).. I tried to use the restore database option in SQL Server 2005 ( SQL Server Management Studio) to restore my backup, and I get the same error message (written again below) as I did ...Show All

  • Windows Forms Case study Problems... PLEASE HELP...

    Dear people, I am getting very very crazy. I am trying to make a case study but I just cant do it. In the link you will find the requirements of the case study... I realy hope that you can help me. Its my last case and then I am done.... http://www.vbforums.com/showthread.php p=2766193#post2766193 Ken Tucker wrote: I get an error when I try and open the pdf you attached in the first post. Hello, Thanks for the quick reply. I have tried to open it and it works just fine. Can I send it to you someway Greetz, John ...Show All

  • Visual Studio Team System Load Test with Web Unit Test Problem

    I'm trying to create a load test that runs a Web Unit Test, but I cannot see the test in the list of available tests. When I remove the HostType ( "ASP.NET" ) attribute from the test, I can see the test in the list. Unfortunately, the unit test is no longer runnable without that attribute. Does anyone have any suggestions Thanks, Kris Unfortunately we do not support running unit tests hosted in ASP.NET in a load test. The amount of cross-process traffic was too high to make these useful, so we decided to not support it (rather than invest the time to fully test the solution). Ed. ...Show All

  • Visual Studio Express Editions Need help programming the delete key and overwriting in text box

    I'm having yet another issue in my Notepad clone program. I just don't know how to program the darn delete key! When I press the delete key, I want it to delete either the next character or the selected text. Because I am using tabs in my program instead of separate windows, is there a way to make the delete key so that I don't have to program the delete key for the textbox in each tab Many thanks. Another question I have is the INS/OVR (insert/overwrite). How would I go about programming that in the text box One final question, does Visual Basic 2005 Express have a CHM maker If not, where can I get one Otherwise I'll just have to resort to HTML files and run my help feature in Internet Explorer. Thanks again! You can avo ...Show All

  • Software Development for Windows Vista LogonUser returns ERROR_PASSWORD_MUST_CHANGE

    Hello I use Logon user to get logon token and run some code with specified user rights (impersonate). If account password is expired, LogonUser returns flase and GetLastError returns ERROR_PASSWORD_MUST_CHANGE. Help me please - is it possible to change Windows user password from my code using some Windows API functions Thank you. Hello Alun. As I said before there is a little problem with NetUserChangePassword when password is expired. You could refer to my detailed explanation above. The problem is that my code is running in domain A. So when password has been expired LogonUser fails and I couldn't get token to impersonate as a user from domain B. So NetUserChangePassword will be called with login name of user from do ...Show All

  • Visual Studio Express Editions about count?

    hi there how do we use or execute a command in label which you can count the number of output.... for example "Select count(*) from user" (number in query in a datagrid) and the output must be seen in textbox or label... thx in advance r u a programmer on ur company ....here i'm not a programmer i'm just only a staff(autosod administrator) but my boss wanted me to do this to improve their system...currently were using MSaccess... and i suggest to use vb6 instead....and i found this express edition it's free and easy to use.... sha nga pala kaya mo bang gawin ung instead sa datagrid eh gawin mo sya detailed(textbox, combobox,listbox,richtextbox) pero coded hindi ung sa dbase wizard...drag and drop lang sa wiz eh... tapos ma ...Show All

©2008 Software Development Network