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

Software Development Network >> Arvind Robin Kumar's Q&A profile

Arvind Robin Kumar

Member List

bdkf13
Darren Tao
Trochon
Asif Aziz
xeondev
Tryst
dlcollison
R.Tutus
cosminb
Siggy01
bboylen
Shyam Sundar
prawin
Afzala
Randal Greene
olelar
Itzik Katzav
PeteJM01
joeycalisay
Lakshmi N
Only Title

Arvind Robin Kumar's Q&A profile

  • Visual Studio Team System MSF Essentials book: natural vs. planned vs. externally facilitated checkpoints

    Hi all, What are natural checkpoints, planned checkpoints, and externally facilitated checkpoints I found them in MSF Essentials book, Chapter 3, p.36, which says: "MSF builds in natural checkpoints ... help a team reflect and assess successful and not-so-successful aspects of a project. Planned checkpoints throughout the MSF Governance Model help teams to make midcourse corrections... MSF emphasizes the importance of organizational-level learning from project outcomes by recommending externally facilitated project checkpoints and post-project reviews." Would anyone explain it for me Thanks in advance! Checkpoints are a chance to sync up and/or compare plans with reality. The main differe ...Show All

  • Visual Studio Subtract the value of 2 textboxs

    Dear friends, I need to subtract the content of 2 textbox inside a ReportViewer and insert the value in another one. How can I do it Thanks Doesnt work for that I want to do... The error message: Error 1 The Value expression for the textbox ‘textbox45’ refers to the report item ‘Textbox43’. Report item expressions can only refer to other report items within the same grouping scope or a containing grouping scope. G:\Trabalho CGD\WS_GestaoDesktop\Reports\rptFactura_Normal.rdlc 1 I inserted the textbox in a table, but returns error, because texteboxs return data from diferent dataTableadapter inside the same DATASET1 Could anyone help me ...Show All

  • Visual C# Stop Thread and exit program

    My program has a form and another worker class. Worker class has a thread that receiving data, in loop: socket.ReceiveFrom(....) When I close the form the program (thread) is still running. How to stop everything and exit Peter Ritchie wrote: Handling the form close/closi ng events in an ApplicationContext won't help much unless references to the thread objects are available in that scope. I concur with that wholeheartedly...I am just playing color man to your commentary and throwing out suggestions. <g> ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ClientBounds Problem

    I'm having problems with deploys to my 360. More specifically, the resolutions that the games are displayed in. I can deploy programs fine, but when I run them, my ClientBounds don't seem to match up with the DisplayMode.Width and Height. It basically means that the resolution I'm expecting to run in runs out at about 3/4 of the screen width and height. I'm sure it's something silly I've overlooked, but I can't seem to find the problem. I also noticed the device PresentationParameters reporting a backbuffer size that didn't match the client bounds. Default setup was reporting backbuffer at 800x600 and client window of 1280x720. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where do I buy the whole devkit for XBOX 360

    I am working as a leturer in a University, and my department would like to developing game for XBOX 360 ,it's all for teachings only. So I am asking what do we need to develop a XBOX 360 game, and how much will it cost Is there any beta devkit including the devBox Any clues Thanks  a lot. Game Studio Pro does not even exist at the moment, and no details have been released about it, what it will be capable of, or who it will be made available to. You may (or may not) have to be a registered developer with a proper dev kit - the FAQ originally stated that the pro version would be for registered developers only, although I'm not sure if it still does. Right now, having a dev kit and thus being a registered develo ...Show All

  • Visual Studio Express Editions How can I adjust my program for any resolution?

    I low resolution like (600*800) I can't see all the form that I created in resolution(768*1024). So there is an option to adjust the form for any resolution and if I know the resolution of the user can I shrink the form in precent like 70% Best Regards, Yaniv Hey, Me .Height = Screen.PrimaryScreen.Bounds.Height * 0.75 Me .Width = Screen.PrimaryScreen.Bounds.Width * 0.75 Best Regards Cathrine ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. FX Composer and DirectX Extensions for Maya (and Sas?)

    I am writing my effect files with FX Composer, it's a really helpful tool. I'd like my artists to be able to apply the various effects from within Maya 8. In another thread, someone very helpfully provided a Maya 8 version of the DirectX Extensions, but I am still encountering some difficulities. The documentation of the DirectX Extensions are extremely sparse and I can not seem to find any independant tutorials or anything on it. I'm beginning to wonder if anyone else really even uses the extensions and why or why not. In any case, I'm able to load an FX file and it shows the parameters, but I can not get any sort of binding to work. I've tried normal semantics, I tried a SasBindAddress annotation, and a few other things, but not ...Show All

  • SQL Server Problem with package.Execute passing variables

    I am having a problem with passing variables into my SSIS package from C#. The variable names match ("Variable1, ...), however they do not seem to be assigned the proper values once the package is executed. The package does run and returns a FALURE notice saying there is a problem with my expressions. When I added a new data flow, derived all the variables into columns and wrote their values to a flat file I noticed that the values still contain my default values from the SSIS package itself as though nothing was passed in from C#. I am hoping that it is a simple configuration/user error. Any ideas ---- C# ---- Reference to Microsoft.SQLServer.ManagedDTS using Microsoft.SqlServer.Dts.Runtime; Application ...Show All

  • Windows Forms DataGridView - LastDisplayScrollingRowIndex ?

    Hi To get the first displayed row index you use dgv.FirstDisplayedScrollingRowIndex. But how about when you want to get the last displayed one I want to have a certain row displayed, if it is NOT already displayed: if (rowIndex < dgv.FirstDisplayedScrollingRowIndex || rowIndex > dgv.LastDisplayedScrollingRowIndex) dgv.FirstDisplayedScrollingRowIndex = rowIndex; Kind Regards Maybe this will help using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace VisibleRowsCS { public partial class Form1 : Form { public Form1() { InitializeComponent(); } ...Show All

  • Visual Studio 2008 (Pre-release) Set the SignedInfo id attribute

    Hello, I am building a Client-side web service that must output the following SOAP Header. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/07/secext"> <wsse:BinarySecurityToken valueType="wsse:X509v3" encodingType="wsse:Base64Binary" id="X509Token"> MIIEZzCcA9cgwaABQfd86afd2g... </wsse:BinarySecurityToken> <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod> Algorithm="http://www.w3.org/2001/10 ...Show All

  • Visual Studio Express Editions open new form

    i need the open new form code. it looks something like this: "Dim clone new form1" well you can use the Clipboard class to copy items to. the textbox/input controls have a cut copy and paste feature also but you need to select the text you wish to cut copy or paste on to. http://msdn2.microsoft.com/en-us/library/system.windows.forms.clipboard.aspx in regards to CTRL+F, I believe you need to implement the keydown event for the, well, which ever control you are wanting to catch the key inputs for and handle them. from the keydown event, check to see if Control key is pressed AND the Keys.F and if these return true, then show that search box. if e.Control AND e.Keys = Keys.F the ...Show All

  • Windows Forms Error result returned from Resgen.exe

    Hello. I have some kind of strange problem during compilation process. ------------------------------------------ Technical Info: IDE: MS Visual Studio.net 2003 Language: C++ (Managed) ------------------------------------------- The Situation: I have a simple windows forms project which contains a single form and some Janus UI components (Outlook navigator panel). If I compile the project with the Form1.Localizable property set to true it gives me the error message "Error result returned from 'Resgen.exe' " but if I make it false it works just fine. this problem disappears if I remove Janus Components. The Question: What's the problem and how I could solve it ------------------------ ...Show All

  • Internet Explorer Development IE7 Tabs

    I am looking for a way using the SendMessage API or something along those lines to activate a different Tab from an external application, so I can detect if a URL is already open and restore that instance of IE and automatically switch to the proper tab. Hi Michael, There are not specific APIs for automating tabs in IE7. You can you accessibility APIs to activate different tabs. We are looking at this area for future development and it would help to understand exactly what you'd liek to see here. Thanks -Dave ...Show All

  • Windows Forms C# How to make a form click-thru-able (hard to explain in one line!)

    Hi, I was considering making a cursor replacement application in C#. To do this i made a form with a PictureBox and a Timer. The Timer would synchronize the form's position to the cursor coordinates. The form was using a TransparencyKey and was TopMost. However, when I click anywhere, the form handles the mouse event, meaning that I can't do anything with the computer other than click on the cursor (not really that useful!!).... how can I make it so that clicks "go through" the form OR! Is there some way in C# of drawing images, etc. beyond the form's surface Thanks in advance! - Javawag Sorry, I think you've misunderstood my question... As the application I am making is just a cursor replacem ...Show All

  • Visual Basic VB.NET FTP

    Hi!!! I have a program that i do in VB6 where i have to send files to an FTP server, and Receive other from there.... - It Works Fine... When in ReWrite the program in VB.NET i use the same COM component, its the Microsoft Internet Transfer Protocol (Inet)... It Works Fine too... Now In VB.Net 2005 i cant use... gives me an error: Error 1 Overload resolution failed because no accessible 'Execute' accepts this number of arguments. D:\Teste .Net\Vendors\fUpdate.vb 239 13 Vendors anyone knows whats happen ! or another solution ! Renee is correct int hat there are methods in the framework that implement netowkr functionality and these are probably a good bet to look at for .net development. That said for ...Show All

©2008 Software Development Network