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

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

SCRunner

Member List

nanocity
ekb0211
12HH
Sandrina
simmons
i.i
Bene_Ries
Christian Sparre
Muder
Venkatram
Vicente Cartas
ykgreene
Kendsr
Jason Sacks - MSFT
Eddy-kun
Edward1
luca90
TheViewMaster
soconne
Shirvo
Only Title

SCRunner's Q&A profile

  • Visual Studio Express Editions Custom calendar control - how to populate?

    I want to make a custom calendar control similar to the MonthCalendar control, but using a DataGridView instead, so that I can set the background color for individual days. How can I populate my DGV with dates ie. where do I get date info from Can someone show me a quick code sample that will do this Thanks... Hi, Please go through the following link. Hope this will be a good start. http://msdn2.microsoft.com/en-us/library/ms180996.aspx Also check this link: http://msdn2.microsoft.com/en-us/library/system.windows.forms.idatagridvieweditingcontrol.aspx thank you, bhanu. ...Show All

  • Visual Studio Express Editions Benefits page failing to provide any benefit

    I am trying to get to the registration benefits page ( http://go.microsoft.com/fwlink/ LinkId=52054) after registering for VSWE and get this: https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 Page Not Found The content that you requested cannot be found or you do not have permission to view it. If you believe you have reached this page in error, click the Contact Us link at the bottom of the page to report the issue and include this ID in your e-mail: d22b3b84-23f2-45cb-bb2e-a257b654d689 How do I log into the benefits page Thanks CM Same here. I have registered VCSExpress on three or four machines over the last several weeks and still no love. Is this program no more ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Accessing internet resources?

    I understand from the FAQ that the XNA Framework on the Xbox 360 will not have any support for Xbox Live, which means no network gaming, at least at this time. However I would like to know whether there is any support for accessing resource assets on the internet For example is it possible to access image resources on an internet site using a C# HttpWebRequest MagicBuzz wrote: Hello, So, if I understand well, there won't be a net support in XNA for X360. But for Windows, can we hope a net layer in XNA I'm currently working on a MMORPG, and XNA sounds good for the client software. But when I read this, I just fear we won't have any lib to help us networking, right From what I ...Show All

  • Visual Basic Open .exe from Resources?

    Is there a way to add a program to your resources and use this codes to open it Private Sub TestToolStripMenuItem_Click ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles TestToolStripMenuItem . Click Process . Start ( "C:\ Resources \Another.exe" ) End Sub What Do You Mean By The File Path should it be where the Base program is and if it is is there a way to make it pick up its own file path Like a code C:\ \APP.exe What should i put in stead of the 's to make the program find where itself is located ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. About SpriteBatch.Draw Overloads

    I was wondering if there is a performance difference between the various overloads The overloads that take more parameters may perform a little more pre-transforming of the vertices, but any performance difference would be neglible. If you are concerned about performance, the best thing you can do is make sure that as many of your Draw calls as possible use the same texture parameter. You can do this by putting your sprites in the same texture and then using the sourceRectangle parameter. When you do this, SpriteBatch is able to "batch" your "sprites" together into just one or a few draw calls which really improves performance. ...Show All

  • Windows Forms C# Printing Problem

    Dear All, I have been tasked with the following: Firstly design a class that allows the user to enter their name. The class should contain only one method and uses the console namespace to ask the user. Once the name is obtained the method should fire an event that will initiate the printing process In the event handler, a PrintDocument object will be required to initiate printing, a seperate method that controls printing of pages will need to be created. In the print handler the name entered by the user should output to the middle of the page The print page handler will need to access the name entered, this must be done via the use of a private class field. I have developed the following code, but cannot f ...Show All

  • Visual Studio Express Editions Using the Help in C# Express

    I'm using C# Express Edition, and when I do searches, I'd like to only see the C# references. Is there a reason why with EVERY link I click on it defaults to all languages, and a way that I can change that to be ONLY C# I've been through the different options that I can find, but can see nothing that will mark this as being my preferred language. Thank you in advance. Hi, These forums are meant for posting questions related to programming issues in c#.net. So, please post questions related to the same. Thank you, Bhanu. ...Show All

  • Visual Studio Express Editions Printing in vb express

    I am new to this VB.net express edition. Can you please tell me how I could print the current displayed DATA ENTRY FORM ie :- PRINT THE FORM THAT IS DISPLAYED ON THE SCREEN when the user presses the PRINT button. If you want to print a form, there is a 'powerpack' available to do such a thing. PrintForm Component 1.0: http://msdn2.microsoft.com/en-us/vbasic/aa701261.aspx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Boing v.0.5

    My first "real" game. Just a pong game but I used a different way than just having on or two files. I'll show the source after I clean up the code and summarize it for others to follow. I'll keep adding onto the game to learn other things. Rate/Comment. Boing Version 0.5 I made it go fast quickly because I wanted a quick play game. In future versions (when I get familiar with stuff) I'll have settings and such. I know what you are talking about with the ball going out (of the window at the top and bottom of the screen). The code for this game is pretty detailed (Entity class, Sprite class). Some things I just made up logically (logically in my head). There were probably ways to do it better, but oh ...Show All

  • Visual Studio 2008 (Pre-release) Suggested WPF 3D Resources

    I recently started researching 3D programming in WPF. I read over the high-level SDK docs and played around with some samples, but I don't have a lot of time to tinker with it. I'd appreciate it if some people who have solid WPF 3D experience would take a moment to provide me with some links to resources that you feel are "really good" for getting started. Keep in mind that I don't have any 3D programming experience, so it's a whole new world for me. :) Thanks for any help. If you have zero 3D programming experience just as I do, you should check out this title: Windows Presentation Foundation (a.k.a. "Avalon") 3D Tutorial Sheva ...Show All

  • Visual Studio Can't debug an ASP.NET project in VS 2003

    Hi All, I have an ASP.net project which I'm not able to debug. I don't get any error messages, but, when I try to debug using 'F5', the breakpoint in the Page_Load method changes to a " " and on mouseover, I see the message : "The breakpoint will currently not be hit.No symbols have been loaded for the document." The project compiles successfully though, and I have it in 'Debug' mode, not release, both in web.config and VS. I don't see a 'Debug' folder under 'bin' folder in the project. Any pointers will be appreciated. Thanks Hi, Does the security at the virtual directory allows Integrated Security Did you install .NET 2.0 If so, check that your application uses the correct framew ...Show All

  • Customer Care Framework Agent Desktop Error, CCF 2005 .NET 2.0

    Finished the installation, when I try starting Agentdesktop I get the following error: Error: Unable to login - make sure your domain\\user name is correctly configured in the system. Application will exit now. System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: AgentLogin: User does not exist in the database. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior run ...Show All

  • Visual Basic Service dosen't want to copy from network/vpn

    Hello, I have a small problem with a windows service that I am trying to make. The program needs to copy I file from a network path to the local computer if the file changes. The code runs fine as a program but when I try to make a windows service then I get errors about FileSystemWatcher and a error that the path not could be found. I know that the problem is that windows services are running on a different account but but is there a way to have the service running as the authenticated user This is the source code: Imports System Imports System.Threading Imports System.IO Public Class PollingService ' Keep track of worker thread. Private m_oPollingThread As New Thread( _ New System.Th ...Show All

  • Smart Device Development Programmaticaly (un)cradle a device emulator

    Hello, is it possible to programmaticaly (commandline/API) cradle or uncradle a specific (running) device emulator Thanks in advance, Peter Vrenken. I am sorry but till date there is no programmatic interface to Device Emulator Manager. You will have to rely on SendKeys to DEM to get Cradle/Uncradle scenarios working. In the future versions, there is a possibility of DEM API being provided. -Thanks, Mohit ...Show All

  • SQL Server Real size of database

    I have a database which I do not think is really big, but when it was created the initial file sizes where set to very large amounts. How do I get the actual size of the data When I do shrink database, SQL say there is no space to reclaim but when I back it up the backup is extreamly small, does this mean that shrink database will not shrink past the original size How do I resize the database to only the actual size needed Here is the result of sp_spaceused: database_name database_size unallocated space -------------------------------------------------------------------------------------------------------------------------------- ------------------ ------------------ CCCca 99863.81 MB 96318.27 MB reserved data i ...Show All

©2008 Software Development Network