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

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

mj585

Member List

nhwebforge
brucef
TimBailey99
TimHiggison
Charles R
Thomas.AT
EBIZME
Michela
LJWilliams
DeepaSubramanian
Oliver Berris
Michael Ragsdale
Manoj Kumar31390
jeancr
mr_bert
ArtNJ
rusty coder
PaulMal
kingy0489
Younis
Only Title

mj585's Q&A profile

  • Visual C# datagrid shows null

    Hi, I had query data from an access table. Some of the field is empty. But once I put into datagrid, it shows null. May I know how to to get it show as blank Please help. I doubt it. In that case, you can iterate through your data source and replace the nulls with empty strings. You're checking for DbNull.Value ( from memory ), not null per se. ...Show All

  • Windows Forms robust listview in vb.net

    Howdy, I'm using vb.net 2003 and haven't upgraded to .net 2.0. I'm trying to implement a complex listview with capabilites like grouping, icons, etc. (see the xpListView at http://dnn.steepvalley.net/Default.aspx tabid=65 ) My problem is that this free component is a little buggy and I'm having problems with it. I've read that there is a new listview control from MS Is this in 2005 Do I need to run 2.0 to get it to work Can I get this control somewhere and run it in 2003 If so, do I have to install the 2.0 framework Thanks for any advice! -rune The .Net 2.0 ListView does support gr ...Show All

  • Visual Studio Team System MSF for CMMI Process Improvement

    What sources of information and involvement are available for MSF for CMMI Process Improvement as it evolves (NNTP, Forums, e-mail, other) We expect to provide a prerelease version of MSF for CMMI Process Improvement sometime in the near future. In the mean time, monitor this forum and the Visual Studio Team System workshop, which hosts the MSF for Agile Software Development workbench. You should also follow David Anderson's blog at http://www.agilemanagement.net/Articles/Weblog/blog.html . ...Show All

  • SQL Server Where can I download SQLServer 2005 Express SP1

    I have followed the link to download SP1 of SQLServer 2005 Express Edition, but, on that page nowhere it is mentioned that downloads offered are of SP1, it simply says that SQLServer 2005 Express edition. What is the correct link and am I really on the correct page of SP1 I guess you were right, see the instructions to update your SQL Server Express installation under point 3.1 on this link HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Basic ToolStripDropDownButton item.

    Well i have a toolstrip1 at the top of my app, i then have a ToolStripDropDownButton1 on it which i have named menu On the menu there are a couple of catagorys: Most useful, less useful etc I want them to be able to there own programs to the catagorys, so i added a button when this button is clicked it brings up the openfiledialog, here is the code i used for that: Dim myStream As IO.Stream Dim openFileDialog1 As New OpenFileDialog() openFileDialog1.InitialDirectory = "c:\" openFileDialog1.Filter = "exe files (*.exe)|*.exe" openFileDialog1.FilterIndex = 2 openFileDialog1.RestoreDirectory = True If openFil ...Show All

  • Windows Forms Problems while navigating with a DataGridView

    I'm having trouble with a the behavior on a form I'm creating to edit a simple table in a Dataset. The form has a BindingNavigator at the top to which I've added a few comboboxes so the user can specify filters on a few key columns of the table. Right below the BindingNavigator is a DataGridView that shows several rows of the table (the filter columns as well as a few others). The grid is bound to a BindingSource that is itself bound to the specific table in the Dataset. And the rest of the form (the "details section") contains ALL the fields from the table. Essentially, about 25 textboxes (across a TabControl) where each Tex ...Show All

  • Visual Studio Beta 2 VSIP - where?

    Just installing Beta 2. Now - when can we expect the matching VSIP package I have some editors to get going. soon, measured in days. people are working on posting the bits as we speak. ---------------------------------------- Update: The Visual Studio 2005 SDK beta two release and instructions for downloading them have been announced at Visual Studio Extensibility . Enjoy! ...Show All

  • Visual C++ Does anyone know how to create a template from an existing c++ project???

    I search on this forum a lot but it seems that there's no easy solution. Many people put links to page and gives their methods but they won't work with Visual Studio 2005 express and c++ (C++! not C# etc...). I need just to save the simple base template i use to write c++ app with a couple of files... No strange options, simply a copy & paste of the template. So, does anyone know the solution Thanks in advance, Are you talking about a project template or a C++ template (like vector<int>) ...Show All

  • .NET Development Adding child nodes to my xmldocument

    hi there, i have 2 functions:  the one method (serialize) must create a new xmldocument and call the other method (getxml), which will create and return an xmlnode.  the problem is i keep getting the same error message: "The node to be inserted is from a different document context." i don't want to pass the whole xmldocument to the method because of performance reasons.  here is the code, can anyone help public void Serialize() { //create xmldoc and call control's getXML method to add their xml to doc XmlDocument mainDocument = new XmlDocument (); XmlElement rootElement = mainDocument.Cr ...Show All

  • .NET Development IIS server accessible through local network but not the internet

    Hi, I'm using the IIS server on my windows Xp Pro at home. I can access the web server fine, and view webpages etc on my local network, when I ues the dns address. But when I try the same thing outside my network, it just says the page cannot be displayed. The thing is the J2EE server I have, could go though port 80 and it was accessible via the dns address outside the local network, and it viewed fine. I of course switched the J2EE server's port to 8080, to stop it from conflicting with the IIS server. On my router, i route the incoming connections from the net ip, to the local computer's ip on the network. Port  80 open for the s ...Show All

  • Visual Basic Moving things in a listbox

    ok, i have a menu and a listbox, in the form1_load i have: For Each toolStripmenuItem As ToolStripMenuItem In ToolStripSplitButton1.DropDownItems Me .ListBox1.Items.Add(toolStripmenuItem.Text) Next   In my menu i have: box1 box2 box3 The listbox displays all of these, i then want to be able to select box1 in the listbox and move it around, say under box3, i also want the changes to appear in the menu, how would i go about this I just made this.  Seems to work OK. Public Class Form1     Private Sub Form1_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handl ...Show All

  • Visual Studio Team System Question about authentication through VPN??

    Hi, We have some long term contract developers that work for us - we provide them a VPN account to get into our network and I was wondering if that will work the the TFS client   the user logs into their computer using either the domain account or local account (not sure which one) then VPN's to our network - question is, with the TFS integration with AD, does that work through only a VPN connection or does the user "really have to be logged into our domain" Also with the proxy server addition, if we place a proxy server at their site, does that have to be part of the domain   I would assume that needs a VPN connection too s ...Show All

  • Smart Device Development Execute the program by ShellExecuteEx throw the TypeLadException

    I write a program of self-update.After have download the lastest program,I execute the program by ShellExecuteEx,and the program throw the TypeLadException.But when I execute it alone,it run well. why Hi! Can you post some code you use to start your app What is the InnerException in TypeLoadException It typically have something inside to help identify where is the problem. ...Show All

  • Visual C++ Evil Error Link 2005 problem on release configuration; Debug config works great!?!

    Hey everyone, I have the following issue: I am not able to build a release version of my app, although building a debug one works great. So I looked up error 2005 and it said to put libcmt.lib & nafxcw.lib in the ignore directive... WHICH i DID (results of ignoring libcmt.lib & nafcw.lib, but still adding them to additioanl linker depdendcies) Here a choice selection of the more than 200 errors: LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in Libcmtd.lib(invarg.obj) LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in Libcmtd.lib(invarg.obj) LIBCMT.lib(invarg.obj) : error LNK2005: ...Show All

  • Visual Studio Team System Bug or Expected Behavior with Unit Testing

    Here's the situation I have (and I don't know if this is because of incorrect usage or or a bug): I have a web service that requires a username and password. The unit test runs a method on the web service to gather data before the test can complete (I know this isn't the best way to do it, but I have no choice here). In order for that to happen I have a security class which must be supplied the username and password. This only has to happen once during the entire testing run. I wanted to make life easier for testing so I created a BaseTestClass and marked it as a test class. Then I had my actual test class inherit from this class. I pl ...Show All

©2008 Software Development Network