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

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

furjaw

Member List

Krutika
dabrosch
Sam Hobbs
Adam Uebel
Tibor Csizmadia
BPomidor
MarlAtkins
Kaos
Jimmy_fingers
thrice
Davinci_991
AlexBB
kayers
dstorch
georgeob
SidharthMalhotra
Douglas R
NetPochi
Al33327
shivavrata
Only Title

furjaw's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Some questions about directx transform

    I am a beginner on directx transform. I have some questions about it. 1. The MSDN mentioned that there is a tool named DXETool.exe, but I can not find it under VS directory. is it out of date 2. I find some codes( http://www.sworks.com/keng/da/multimedia/dtrans/c++/dxetool/ ), but it can not be compiled. There are lot of compile error in afxcomctl32.h, for example, Error 1 error C2059: syntax error : '__stdcall' d:\program files\microsoft visual studio 8\vc\atlmfc\include\afxcomctl32.h 295 Can anyone give me some help to fix it 3. I installed the lasted DirectX, but I found there is no any content about directx transform. This confused me, if I want to go further on directx transform, which material I should read. can som ...Show All

  • SQL Server Database is read-only.

    Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my IIS server and well when I run the app from the Browser tells me that he Database It's set to Read-Omly and therefore it cant update it. This happens right after log in. but then I open the App. on hte VS and it runs find. This is the error:   Exception Details: System.Da ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. About MDX and XNA.

    I heard that MDX2.0 was killed by XNA. That's the full story I thought MDX2.0 is part of XNA. I am a getting concerned because I like MDX and I don't want to see the end of it this early. Also I heard XNA does not support all the features that a MDX can do. Please, fill me in. MDX 2.0 was the base for what is now knows as the XNA framework. You are right that there are still things that were supported with MDX that did not make it in XNA Framework Version 1.0. But as XNA will be improved in the future there is a high possibility that some features will have a come back. ...Show All

  • Software Development for Windows Vista Digitally signed exe gets runtime error when launched on Vista...

    ...but when the digital signature is removed the exe is launched properly. According to Microsofts requirements for the "Certified for Windows Vista" certification all dlls, exes etc must be signed with a digital signature. We use a signature from VeriTest to sign our installation msi's according to the specifications for the "Designed for Windows XP" logo. When I sign our exe (a C++ application, not the msi) with that signature and try to launch it on Windows Vista, I get a runtime error. Has anyone ever experience a similar behavior If so, how did you solve it Thanks!! /Niklas Hi Niklas, I'm going through the certification process at the moment. We are using ClickOnce and C# but I may ...Show All

  • SQL Server Can't log in to reporting services in my browser

    I've installed the Developer's edition of SQL05 on my PC at home. I am able to open the reporting services via the Manager Studio and Windows login under my username and password, however I cannot open it in my browser when I enter the http://computername/reports address. I get a login dialog and enter "computername/myloginID" for the user and my local login password. It will not accept the login and reprompt until I exceed 3 tries. I also tried logging in with the PC's admin id and password as well as the sa account name and password. Any ideas on what I missed in the setup or security Thanks for any assistance anyone can provide mike... Thank you for responding. The answer to both of your questions is no, I ...Show All

  • Software Development for Windows Vista VS.NET Package doesn't load on Vista platform

    I created a package for Visual Studio.NET IDE. I copy the package dll in the PrivateAssemblies directory of the VS.NET install and it is working fine on all the OSes except Vista. Does anybody know is there any change in the package creation or loading for VS.NET IDE on Vista platform ...Show All

  • Smart Device Development How to Send file to development computer from target device running WinCE5.0?

    Hi, sorry to bother you! I develop WinCE Application for the first time. I was wondering how to access file between My PC and target device thank you ! ...Show All

  • SQL Server Help!!!!--Problems about the multi column report!

    I have a 2 coulmns report ,one group ,when I print the report,it does not paging correctly.For example,suppose every column can display 20 rows, if every group has 20-40 rows ,the print is ok,it can paging correctly,but if one group has 10 rows or more than 40 and less than 60,the two groups will print on one paper,how can I print the every group on different paper Any advice would be much appreciated. Thanks. Hi Did you ever found a solution to your problem I got the same now http://forums.microsoft.com/TechNet/ShowPost.aspx PostID=2720324&SiteID=17 ...Show All

  • Windows Forms Both DataSource and DataSourceID are defined in Gridview1

    By the way you guys in this C Forum ROCK. Other forums may take weeks or months before you get an answer. I have a problem using C# on a ASp.NET site. I have a Table Adapter with two queries. 1 to return all projects and the other to return projects on ProjectID parameter. I use GridViewProject bound to ObjectDataSource1 to return al projects, but have a search textBox with a button on the same page. I have included in my page_load event some code to do as follows: if (textBox == "") // I have used == null to no avail as well. GridViewProject.DataSource = myAdapter.GetProjectData(); else GridViewProject.DataSource = myAdapter.GetProjectDataByProjectID(textBox); //textBox = TextBox1.Text I have alre ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Installing C# Express Edition After VS2003/VS2005

    I waited till the last minute to install C# Express, but I wanted to point out that the download page is potentially confusing. Yes, it says beta versions must be uninstalled, but immediately following it says that any previous versions of SQL Server 2005, VS2005 need to be uninstalled. The good news is that it will install without issue, but I wanted to post this as a recommendation to change the text. Uninstall beta versions Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0 (this includes Tech Preview, Beta, or CTP versions). I was wondering about that myself. I currently have a complete install of VS2005, since I have been using C++ for devel ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. need help..

    im kinda new to xna and c# and when i tried to debug now i get some errors that i dont know how to fix lol. heres the errors i get this is what i wrote in: protected override void Draw(Microsoft.Xna.Framework. GameTime gameTime) { this .graphics.GraphicsDevice.Clear(Microsoft.Xna.Framework.Graphics. Color .Black); this .spritebatch.Begin(Microsoft.Xna.Framework.Graphics. SpriteBlendMode .AlphaBlend); this .spritebatch.Draw( this .mytexture, this .spriteposition, Microsoft.Xna.Framework.Graphics. Color .White); this .spritebatch.End(); base .Draw(gameTime); } and heres the errors: error 1 = Error 1 The best overloaded method match for 'Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microso ...Show All

  • Windows Forms Drawing multiple circles

    Hi, I want to draw more than one circle say for example 8 I know i can draw circles with the use of the following code Graphics g = this .CreateGraphics(); int x = 100; int y = 100; int r = 10; g.DrawEllipse( new Pen ( Color .Lime, 5), x - r, y - r, r, r); g.Flush(); g.Dispose(); but what i want is more than one circle. Also after i have drawn them how can i make say 7 hide and one visible with the timer set. would i have to use another interger or a string and assing it to graphics g=this.CreateGraphics() function and then on form load say that the interger has to be hidden. Could someone please help. Also please bear in mind i am a begginer so could you direct me step by step please Th ...Show All

  • SQL Server A view based on a parameter

    Hello. After upsizing an access mdb backend to SQL Server 2005, some of the access frontend queries need rewriting. One of my Access queries contains several joined tables (tables that used to live on users local c drive) and also references the value of a form control as its where criteria. When this is run against linked sql tables it is very slow. So I thought I would use a view to represent the joined tables and link to that in Access, but views don't allow you to pass parameters. How do I create a view that I can link to in my access front end whose contents will vary based on a passed parameter from Access I am OK at vba coding so I can call to this object in code if necessary. The recordsource needs to be updateable. ...Show All

  • Visual C# How do I publish to CD for computer with no access to web

    I want to publish a Visual C# program to run on a computer which does not have access to the web. This computer has 98 and XP but no internet access. I have created a CD with the program and this will only run on a computer which already has Visual C#. What am I doing wrong (I am using Visual C# express) Thanks Andrej that is a great help. I now have the CD working on my old computer. I found that the publishing system would not allow me to set the CD as the sourse but I followed your link and added it that way. Colin Z ...Show All

  • Visual Basic how to access msdn library from the help menu in visual basic 6

    i recently installed visual basic 6 stand alone, and then installed msdn library. however, from the help menu in vb, i was hoping to access msdn library. but it was not possible. any ideas or suggestions as to how to reference the library from vb. thanks in anticipation. T hese forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US Or perhaps the VB6 resource center http://msdn.microsoft.com/vbrun/ or  perhaps www.vbcity.com may be useful places to search for answers on VB6 related questions. The MSDN CD was incl ...Show All

©2008 Software Development Network