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

Software Development Network >> Roadster's Q&A profile

Roadster

Member List

LenaS
Fwank79
Matthew Power
stallion_alpa
Jocker23
2162
Joseph Shulman
zdrae
Promit
Mike Culver
Zadoras
PastillaReturn
Sandro Peixoto
pioner
Casius211362
dtlinker
Vale Surfer
brad.p
Ron L
Indigo Cowboy
Only Title

Roadster's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Draw 2D circular

    Hi, all i have been few 2D problem, Hope sombody help. Q1. What function can draw circular with directX(c#), for java example g.fillarc(x,y,wdith,height); Q2. How to mirror image Best Regards,   For the circle you can use : x= R * cos (AngleInRad) y= R * sin (AngleInRad) For the Mirror of a Mesh you simple put all the Y to -Y and you have a mirror image on X,Z plan ...Show All

  • Visual Studio Express Editions Can't create new project

    Whenever i try to create a new project i have troubles. The first screen appears normally and i can choose the type and name but when i continue the next screen comes up blank and i get an error. How can i fix this Screen shots: http://img.photobucket.com/albums/v625/wandering_umbreon2/c.jpg http://img.photobucket.com/albums/v625/wandering_umbreon2/c2.jpg http://img.photobucket.com/albums/v625/wandering_umbreon2/c3.jpg One problem you have is you have managed to create a project in the Projects directory. The default location for projects is in subdirectories of Projects that have the name of your solution, with a further subdirectory that is the name of your project. That is, your blah solution sho ...Show All

  • Internet Explorer Development IE7 + CSS = No Scroll bar.....

    I recently made my page with RapidCSS and it's all fine and dandy in IE6. However when IE7 came out the scroll bar on the right side has suddenly disappeared.   Is there a workaround If so I can easily paste/upload any files needed for looking at.     http://www.mjldesigns.com/real.html http://www.mjldesigns.com/MLDesigns.css In your stylesheet html {overflow:hidden; max-height:100%; padding:0 0 101px 0; background:#666666;} should be html {max-height:100%; padding:0 0 101px 0; background:#666666;} other overflow settings you can try - overflow-x:hidden (hide the horizontal scroll bars) , overflow-y:hidden (hide the vertical scroll bars) I use the abov ...Show All

  • .NET Development Utilizing FTP to create a local network program

    Hello to all readers, I require some assistance. Any help would be appreciated. Thanks much. I am inquiring as to how one might go about writing an FTP program to back up to a local network folder, in C# of course. This has a practical application, I purchased and network-shared an extra harddrive using Windows XP for my wife to back up her data to. As she would say herself, she isn't very deft when it comes to the art of folder-clicking. I was hoping to infringe on yours and the community’s generosity in search of a cure for her woes. Such a cure would come in the form of automation. Brilliant. Again, thanks much for any assistance. Keano16FCeltic Thread moved to the appropr ...Show All

  • Visual Basic Application has failed to start

    Hello, I was hoping someone could help me out with an error message that I am getting in the following scenario: We use Syncfusion controls and I upgraded from an old version of Syncfusion to the latest and greatest version. Was a long process because I had to go into each of the 11 projects comprising my application and delete the old references to the old Syncfusion assemblies, and add new references to the new Syncfusion assemblies. That being done, I created a Wise Installer for my application, which I have done successfully many times before, but after the application is installed, I get the following message when I double click on the .exe to launch the application: The application has failed to start because the applicati ...Show All

  • SQL Server Question about Database Mirroring and Possibly NLB

    OK since my company really would not prefer to spend the money for Windows 2003 Enterprise and MS SQL 2005 Enterprise I was thinking about this idea... Server1 - W2K3 Std - SQL2005 Std - Primary Server2 - W2K3 Std - SQL2005 Std - Mirror Server3 - W2K3 Std - SQL2005 Std - Witness Server4 - W2K3 Std - SQL2005 Std - Processing OK So we have Server1 & Server2 doing the Database Mirroring. Then I have Server3 as the Witness to say who is the Primary and so forth. Now Server4 I thinking to us to create jobs that will run on a Schedule to pull data from our Ticketing system and import it into Server1 & Server2 (Yes this is a Datawarehouse).. So what I am wondering... We really wish to not have to change our connections to the DB wit ...Show All

  • SQL Server Encryption related overflow?

    Recently restored a SQL 2000 database to a SQL 2005 Server. The database contains a series of user stored procs (one calls upto 5 other sps) which are all encrypted using 'WITH ENCRYPTION' clause. When run on SQL 2000 Server this runs without error. When run on SQL 2005 Server it reports an error: Msg 565, Level 18, State 1, Procedure SPDM_MP1_SOURCE59, Line 5143 A stack overflow occurred in the server while compiling the query. Please simplify the query. Investigating the error line reported does not reveal any problems with the sp and the error line number reported is not always consistent. However, altering the stored procs so they are not encrypted and it all runs without error. Is there a compatibility issue running SPs e ...Show All

  • Visual Studio Downgrading from Visual Studio enterprise to professional

    Currently I have been using Visual Studio 2005 enterprise edition but I need to downgrade to 2005 professional. I am concerned when I downgrade by simply add/ remove I will be able to use my current work from enterprise with professional is there an application out there I can use to do this version downgrade I am a bit confused as to which version of Visual Studio 2005 you are using. There is no enterprise edition of Visual Studio 2005. There is the Team Suite of Visual Studio which is targeted towards enterprises as a complete solution for their software development,change management, configuration management, etc needs. Downgrading from Team suite to Professional (using the method you described ...Show All

  • SQL Server Date out of range?!

    Greetings! I have a data source that gets generated based on a variable with the following SQL : "select * from result where deletion_ind = 1 and when_deleted >= '" + (dt_str, 50, 1252) @[User::Last_Run_Date] + "'" But when I run my package I get an error message saying: The conversion of CHAR to DATETIME resulted in a DATETIME value out of range The Last_Run_Date variable is set to '2006-06-25 14:35:05.450' When I run the code in a QA session it works, but in the package it complains! What am I doing wrong Thanks for your help in advance. Then there is something wrong in the SQL. Use Profiler to see what is getting issued against SQL Server. Or, use this technique to get th ...Show All

  • SQL Server Queries from Excel take too long

    Hi, I'm using Excel's pivot table to query my cube. I'm also using Profiler to take a look at the incoming queries. I executed a query from Excel but it "hourglassed" on me I copy and pasted the query from Profiler into SSMS and ran it. It ran and returned results in 250ms according to Profiler The query as issued from Excel eventually completed in 264000ms  (i.e. Approx 1000 times as long) Anyone seen similar behaviour i.e. The same query taking orders of magnitude longer to execute from Excel I'm guessing there's something wacky going on in the OLE DB Provider but I don't know what and I certainly don't know how to go about doing something about it. Incidentally, I've pasted the MDX at the bottom of this post. D ...Show All

  • Visual C++ MFC DLL load from Win32 App -> Memory Leaks

    I hope i'm clear to post the problem.  I'm using Visual Studio 2003 SP1 . The main application is a simple Win32 application that link dinamically a MFC dll. In some case when a try to execute FreeLibrary of the dll previusly loaded by LoadLibrary i get a memory leaks. For example in this code : a=new int [100]; hmod=LoadLibrary(FILEDLL); FreeLibrary(hmod); delete [] a; when i execute the FreeLibrary i get this memory dump: "TestLoadFree.exe": Load"C:\.......\TestMemLeaks.dll", .... "TestLoadFree.exe": Load"C:\WINDOWS\system32\mfc71d.dll", .... "TestLoadFree.exe": Load"C:\WINDOWS\system32\MFC71ITA.DLL", .... Detected memory leaks! Dumping objects -> {60} normal block at 0x00852C88, 400 bytes long. Data: <  &n ...Show All

  • Visual C# removing program from startup

    how can I remove programs from my startup menu I don't want them to run when i start windows. There are some ways of adding program on startup. You can see ways of adding a program on startup on http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=3901&lngWId=10 It may help you. Most of them saved in registery. Open regedit and browse KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run location. There are some string which open when Windows starts. You can delete them from here. If you want to delete them programatically, you can see Registry class on MSDN. -> http://msdn2.microsoft.com/en-us/library/microsoft.win32.registry.aspx ...Show All

  • Visual Studio Team System Subscribing Check-in events using tfs api?

    Is it possible to use the TFS API to create a tool to subscribe check in events. The problem with Bisubscribe.exe has to run on the application server. For many reasons we cannot always do that. Also, running a webservice on the application server requires a lot of maintenance. But webservice is still an option. I wanted to find out other possibilities. Please reply. Thanks, Parth See http://forums.microsoft.com/msdn/showpost.aspx postid=11700&siteid=1 for examples on using IEventService. Where did you see documentation that bissubscribe can run only on application server I believe it can run in a box with team client installed, but don't have access to source to verify it. ...Show All

  • Visual Studio Team System file that contains periods in name

    I am unable to rename a file in team explorer under the \documents folder to a file containing periods. For example, I wanted to rename the file MAT 1.1 Implementation Guide.doc, but it keeps renaming the file to MAT 1.doc (eliminating the text bewteen the two periods) Is this a known issue ...Show All

  • .NET Development Access to path to the database was denied

    I'm getting a server error in my ASP.NET 2.0 application when trying to access an Access database. This is the error message: "Access to path to the database was denied. The location does not exist or is not accessible because of security settings". I'm using a GridView control with AccessDataSource. The Access database is on Windows Server 2003 with IIS 6.0, ASP.NET 2.0, and SharePoint 3.0 This is the ASP.NET code: <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/UFR_db.mdb" SelectCommand="SELECT * FROM [Projects] WHERE ([POCID] = )" OldValuesParameterFormatString="original_{0}"> <SelectParameters> <as ...Show All

©2008 Software Development Network