Software Development Network Logo
  • .NET Development
  • Visual Basic
  • Windows Live
  • Visual C#
  • SQL Server
  • Visual FoxPro
  • Microsoft ISV
  • Windows Forms
  • VS Express Editions
  • Windows Vista
  • Visual J#
  • VS Team System
  • Game Technologies
  • Architecture
  • Visual C++

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

jftl6y_007

Member List

miles2t17
DGK
Beta2User
InDelerium
tawammar
malangpc
Hugo Oliveira
frankllllll
Wim Verhaeghen
hocki101
JDFox
phrozensnow
SiliconMage
Balaam
David Bradly
Ganeshkumar S
Joku
Luca Giuffrida
Tim Williams
notinthisworld
Only Title

jftl6y_007's Q&A profile

  • Visual Studio Team System Checking in/out project does not check in/out all files as expected

    I am noticing that in a couple of our projects when I check in or out the entire project not all items are checked in/out as expected. This behavior does not happen with all projects. This seems to happen when I check in/out these projects from within Solution Explorer when right clicking the project and choosing "Check in" or "Check out for Edit..." We are using Team Server Beta 3 Refresh with Visual Studio .NET 2005 RTM. Does anyone know why t ...Show All

  • .NET Development problmes with xml attribute - parse attributes in xmldocument

    Since one can access attributes in DOM via XmlNode.Attributes or as code example ------------------------------------------- dim j as integer Dim attrNode As XmlNode If inXmlNode.Attributes.Count > 0 Then     For j = 0 To inXmlNode.Attributes.Count - 1        'strip off each attribute, one at a time          attrNode = inXmlNode ...Show All

  • SQL Server Executing SSIS Package containing Update Stmts as a Job

    I have an SSIS package containing an SQL Task that performs a table update based on values from a defined variable. When executed directly from SSIS the package, the package executes successfully but when scheduled as a job, it fails at the update statement. The job executes successfully when the sql statements are changed to either a delete or an insert Has anyone come across this Has anyone scheduled an SSIS ...Show All

  • Windows Forms How can I link my control's "Font" property to the form's font property?

    Hi I had created a control that has the (font) property; the control is working fine, but with a small problem. If you look at the normal button control for example, when you place that control on a form, the control automatically will take par ...Show All

  • SQL Server Reuse calculation later on in query

    How can I reuse the field CurrentBalance in my last AND statement   SELECT     rm.rmsacctnum AS [Rms Acct Num],           rf.rmstranamt10 as total_10,           rf.rmstranamt, (rf.rmstranamt - rf.rmstranamt10) AS [Current Balance] FROM RMASTER rm INNER JOIN ( SELECT RMSFILENUM, RMSTRANCDE, SUM(rmstranamt) AS rmstranamt, SUM(CASE WHEN RMSTRANCDE = '10' THEN rmstranamt ELSE 0 E ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3D Sprite Object

    Hello everyone, I've been using the D3D Sprite object to create a simple sprite based game.  Everything was going accordingly until it came to scroll the camera.  After trying many implementations and reading conflicting resources I've come here asking for help. My objective:  Center the camera on an object that moves around the world.  The problems: Setting the device.Transform.View matrix does nothing. Setting the sprite.Se ...Show All

  • Visual Studio Team System NUnit Category Equivalent

    From what i understand, there is not a TS Test Attribute the equivalent of the NUnit Category . Am i correct Has someone added a custom add on for this What i want to do is flag each test with a category (something word looking as opposed to using "priority"), e.g. "always", "nightly", "weekly" to enable a class of test runs. I want to be able to access these tests from the mstest.exe command ...Show All

  • .NET Development Proxy Server

    Does anyone know where I can find information on writing a Web Proxy Server. I need to write a transparent proxy server which will redirect the client only under certain circumstances (eg loss of connection) I need this to be completely transparent to the client and wish to configure the ProxyServer settings of Window to use my site. All I've been able to find so far are various tcp listeners etc but these only come part of the way to my solutio ...Show All

  • Visual Studio Express Editions Express says the registration Key that I was given is invalid?? -nt

    nt Follow the registration procedures again. Help->Register products... You can not reuse a registration key for a new installation. You always need to register if you reinstall. ...Show All

  • Visual Studio Team System Work Item Access control based on Work Item Type?

    We'd like to give our customers access to TFS for reading e.g. bug-information. Thus we would need a speciel security group that controls this access, e.g. a "Bug-readers"-group. However, what is needed is to define access to particular types of Work Items, namely only Work Items of type "Bug". We don't want our customers to be able to see Tasks or Requirements. How can an access control for Work Items be set up for spe ...Show All

  • Windows Forms nothing

    withdrawn; forum doesn't allow deletes ...Show All

  • Visual Basic ADO.net DataAccess time SLOW

    Unless I am doing something very wrong, it seems that the ADO.net dataaccess time,IE retrieving a record is extremly slow compared to Classic ADO. Now it takes between 1 and 2 seconds to retrieve the data from the Remote database (Access). Because of needing update data when I select a serial number, I presume and currently use direct access to the remote database. I load a combobox with all my serial Numbers, Currently 15,000 . Then when I c ...Show All

  • .NET Development Remoting Configuration in VS2005

    Hi there, I'm trying to configure the remoting services and channels of an application using the app.config file in VS2005. It keeps giving me an error telling me that it... Could not find schema information for the element 'application' as well an error for every other child element under the <system.runtime.remoting> element. Here is the start of the configuration.... < configuration > <!-- Configiration of t ...Show All

  • Visual C# form size

    hi,    the form i am making contains i think 60 textboxes which are hidden to check if the values being pass is correct. it almost occupy the design page and when i add the listboxes and buttons i can't put it at the lower level. i think the page is already occupied by the textboxes. is there a way i could adjust this one. i  don't want to delete the textboxes coz they're important. i have seen web pages which contain so many data ...Show All

  • .NET Development Remoting vs Web Services

    Hi I have been into .NET for Couple of Years but havent implemented anything related to Remoting and Webservices.. Can anyone tell me the Difference between them and what are their main uses with some realtime example Bose.T     Hi, I recommend you go through the following articles: 1.) http://www.developer.com/net/net/article.php/2201701 2.) http://www.thinktecture.com/Resources/Articles/REMOTINGVS.ASP.NETWEBSERV.html 3. ...Show All

©2008 Software Development Network

powered by phorum