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

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

PJune

Member List

Arjan Pot
Aknght
William Nordgren
ALi YUKSEL
mountairy
Matthewsnape
mj888
Jules
Shadowlock Holmes
Adrian Johnson
stanford
Wuzz
ram krishna tripathi
forum389
Ron Weston
Claudio Aguilar
Jason Hillier
MkJnr
Dave Perry
msraja
Only Title

PJune's Q&A profile

  • Windows Forms TextBox, decimal field and null values

    Hi all, As the username suggests, am new to all this- so appologies for what seems to be a silly question... Working on a small application on VS 2005, I've noticed that when binding a textbox to a table ('price') column of decimal value that accepts null values, whenever I erase the contents of the textbox, it gets 'locked' till I fill it back with a numerical value. In the "price" column's properties in the TableDataSet.xsd I've changed the dataType to string and changed NullValue to (empty), which ends with an FormatException thrown since the attempt to convert an empty string (Nothing or "") to decima ...Show All

  • Windows Forms Exceptions seem disappear during the runtime of the application

    Hi, I've had two cases in which exceptions were thrown but instead of the error message which usually comes up (that also shows the stack trace), nothing happened.  In one case the exception was thrown in a thead (which was not the intial thead) in a windows forms application In the other case the exception was thrown in an office shared add-in. I did& ...Show All

  • Visual Basic Help on Update String

    MyCommand.CommandText = "UPDATE PATIENTS SET LastName='" & tboxLastName.Text & "',FirstName='" & tboxFirstName.Text & " ' WHERE PatientID= '" & Val(tboxPatientID.Text) & "'" the application throws in another exception saying "No value given for one or more required parameter" and the debugger was displaying WHERE PatientID = '1", instead of '1' so I think its in the WHERE statement, I had tried different combination of quotes but to no avail.... You're not specifying any quotes at all. What does Val do It's completely superfluous here. If the ID is a number ( and it should be ), ...Show All

  • Visual Studio Team System FxCop vs PREfast Rules

    If you click on your C/C++ project properties and select Code Analysis, you can configure a number of rules including: Design Rules, Globalization Rules, Interoperability Rules, Maintainability Rules, Naming Rules, Performance Rules, Reliability Rules, Security Rules and Usage Rules. Some of the rules, such as CA1050: Declare types in namespace, specifically target FxCop. They seem to correspond to the .dlls found in this directory: C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\Rules\ Can someone please confirm whether the Rule configuration settings (Project Properties > Code Analysis > Rules) onl ...Show All

  • .NET Development how get custom property(dhtml dom) in container

    in my html page, i put some custom property to a html-element window.newProperty = myObject; and i put a WebBrowser Control on my application(vb or c#), then use it open the page that contains above content, how can i access window.newProperty in my application from WebBrowser control thanks in advance ...Show All

  • Visual Studio Express Editions Small textbox, read file error

    Hello I'm testing a code verification (people entere a code and then the code gets written to a file and read by the program to change labels and acces to certain parts of the program). This is the code I used: Dim var1 As String TextBox1.Text = var1 My .Computer.FileSystem.WriteAllText( "c:\test.txt" , var1, True ) Dim filereader As String filereader = My .Computer.FileSystem.ReadAllText( "c:\test.txt" ) If (filereader) = ( "12345" ) Then TextBox1.Text = "testuser1" But when I press the button that makes this run, the file is created, the text but the text (var1) is not written. I ...Show All

  • Visual Studio Express Editions Problem getting Makefiles to run

    Hi, Can anyone point me to a tutorial for importing a makefile into VC++ 2005 Express I want to compile some samples in the Platform SDK (there don't seem to be compiled versions available anymore).  There are no .sln,.dsw, .prj files in the folders, just files called "makefile"... Thanks, Philip nmake 8.00 and some other useful tools are included in the VC++ 2005 Express VC/bin folder (where the "Visual Studio 2005 Command Prompt" puts you). I suggest watching the video on "Editing and Compiling Existing C++ Files in VC++ Express" near the bottom of the page at http:// ...Show All

  • Visual Studio Team System Review - CCMI Process Improvement

    Process Guidance\Supporting Files\Concepts.htm Is "etangible" a new word or just a spelling error   Process Guidance\Supporting Files\Tester.htm Second sentence should have “testers” as possessive (tester’s).   Process Guidance\Supporting Files\Sponsor.htm Last sentence should have “there” instead of “their”.   Process Guidance\Supporting Files\DevelopmentManager.htm Third sentence should have “advocates for” instead of “advocates of”.   Process Guidance\Supporting Files\QualityofServiceSpecialist.htm Second to last sentence should have “quality of service” instead of “qualities of service”. ...Show All

  • Visual Studio Licensing & pricing

    I thought I should start a thread on licensing and pricing where we can give some feedback to MS on the type of scenarios we intend to implement and how various licensing & pricing schemes would interact with that. As I see it there are two separate questions here: 1) What license is required to author a DSL 2) What license is required to use a DSL For 1) I guess the main question is which edition of Visual Studio will be required, and whether one will need to join the VSIP program in order to author and distribute a DSL widely. For 2) a lot more questions come to mind: a) Which version of Visual Studio will be able to host a DSL b ...Show All

  • Visual Studio Team System Need help with reconnecting sharepoint databases for TFS!

    Hi! I'm currently trying to upgrade my TFS server from BETA3 to the Refresh version, but it dosen't work that well :( My problem is that I uninstalled all old TFS related things (SQL Server, TFS, Sharepoint) to reinstall it together with the new TFS. And when I tries to reinstall everything and reconnect all dependent databases I'm not able to connect to the sharepoint part of TFS! I have reconnected the database before I installed TFS, but when TFS creates it's sharepoint database, it creates a new one instead of the one I added to the database (which works correctly inside the SQL manager).. Does anyone have any ideas how to re ...Show All

  • .NET Development problems with xsl: memory management

    Hi all :) I have a problem  with an app i'm developing. This app is a WebService which uses XSL transformations and it uses the library System.Xml.Xsl to do them. when the app is in a production server, the RAM memory begins to grow and it does not get freed properly, so the IIS application pool has to be reseted each 12 hours aprox. in these transformations, i use a code snippet msxsl, which contains code snippets in vb .net language, so the vb compiler is launched in execution time. Can you help me Are these code snippets in vb .net inside the XSL file which are causing this memory not to be freed System.Xml.Xsl can cause this b ...Show All

  • Windows Forms ClickOnce file extension registration

    In the ClickOnce FAQ at http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=17&CategoryID=24&tabindex=2 it says: "Some low impact tasks such as file type registration can be achieved with first time app-startup logic in your application" How can I register a file name extension which will invoke my ClickOnce deployed application If one can find the .exe on disk and register this one then ApplicationDeployment.IsNetworkDeployed is false. So this seems like a dead end. Any help would be appreciated.   /Lars Given the restrictions, how about an MSI file as a prerequisite which w ...Show All

  • SQL Server Import/Export data with SQL Server 2005 Express

    Hello folks! I have installed SQL Server 2005 Express and SQL Server Management Studio Express. Everything looks ok and works fine, but I can't find the Data Import/Export Wizard.  Can anyone tell me how to Import/Export data Thank you!!! SQL Server 2005 Express Manager does not offer Import/Export functionality as it is dependent on SQL Server Integration Services (SSIS) and SQL Server Agent.  You will need to optain the full version of SQL Server Management Studio. Peter ...Show All

  • SQL Server Sql Sever 2000 Reporting Services

    Hi,   I wanted to know if there was any way of setting the SMTPAuthenticate in the RSReportServer.config file, so i could connect to a remote SMTP with username and password thanks in advance kered In order to send emails you need some SMTP server that you have permission to send email to.  If you currently have RS set up to use the SMTPServer setting then you can make your local SMTP server relay messages to that server.  If you do not currently have an SMTP server that can send emails to the internet then you will need to set one up for that.  I am not sure how you do that, I ha ...Show All

  • Windows Forms datagrid zorder bug

    I have two forms each of which contains a datagrid.  When either one of them update their datagrids' underlying data source, such as insert a row or delete a row, it will become the top most form although it doesn't appear to be the active form (its caption not highlighted).  Therefore, when the updating is happening, the two forms are fighti ...Show All

©2008 Software Development Network