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

Software Development Network >> Justin J Smith's Q&A profile

Justin J Smith

Member List

Roro
mhawb
BenniG.
ibrahem
atmaj.desai
hmeunier
Bill Glover
uzy
MilkMover
Adolfo Wiernik
Sylvain Trépanier
MKemp
Nahar
Carina S
rgreiser
helious
Trevin Chow - MSFT
justingrant
TwoSixTwo
vikedal
Only Title

Justin J Smith's Q&A profile

  • Visual Studio Unable to unregister the AddIn

    Hello, I'm creating a simple AddIn project. By the way, I'm unable to deregister it from the IDE. I tryed to run devenv /setup but the IDE still contains the AddIn. I searched for .addin file but it never appear on the file system (except to my project folder). I need to run the OnConnection on ext_cm_UISetup connection mode. How can I unregister an AddIn Thanks, Pierre Hey Gene, The best way to find the "How To:" is ALWAYS just use G ...Show All

  • .NET Development Get CaptionFont in VB.NET

    Is there any 'relatively' simple way to establish the what current system form caption font is in VisualBasic.NET (using studio 2003), similar to SystemInformation.MenuFont for the current menu font,  without having to back-track to API calls or hacking the registry, or trashing everything and going back to VB6 Hi, try SystemFonts .CaptionFont;   ...Show All

  • Software Development for Windows Vista Developer Permisions.

    This maybe the wrong forum, but as failed to find the right one, I want to ask that "simple" question here. The problem I am facing on Vista 5308, is to find a way to login into the system with full System Administrative privileges. Maybe that is easy and someone will know how to do that. What I'm talking about is not just playing with UAC settings, I know pretty much how to set them up. What I'm talking about is to be able t ...Show All

  • Visual Basic Launch and control a command line program from VB form

    I can launch a command line program such as cmd.exe from a VB form using: Shell( "cmd.EXE" , AppWinStyle.NormalFocus) How do I write data to the program as if I were typing at the keyboard How do I capture the response of the program so I can parse it I assume I have to redirect its IO streams. Can't figure out how. Dave, That gets me most of the way there. Thanks alot for your help. ...Show All

  • Visual C# Just-In-Time Data Loading For DataGrids

    Hello! I have a database with 2 million records and I want to display these records in a data grid, but I do not want to load them all into memory from the database. I want them loaded "just in time," maximizing performance and minimizing memory load on the application. Version: Visual Studio 2005 SO: Windows XP proffessional Thank you in advance On Windows dev center there is a gre ...Show All

  • Visual Basic How to change a pic??

    i put like this     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)     Handles Button1.Click             PictureBox1.Image = "1.JPEG"         Label1.Text = "what text"     End Sub when i clck this button, the text "what text" will appear. but the picture stil can;t be display. th ...Show All

  • SQL Server Importing dBase files with the SSIS Import/Export Wizard

    I saw this post by dterrie in the Wishlist thread and I just wanted to second it: " How about bringing back a simple dBase import. The SSIS guys are clearly FAR out of touch with reality if they think people who handle data no longer need to work with dbf files. I've seen alot of dumb stuff in my day, bit this is just sheer brilliance. I just love the advice of first importing into Access and then importing the Access table. Gee, why did ...Show All

  • Visual C++ How to Convert a UnManaged class to a managed one?Or the oposite?

    The project process is: C# -->C++/CLI -->C++'s DLL(Exporting some classes) There is a parameter of Class Type in the DLL. How to use it in C# What will be done in C++/CLI Thank U! Does it just contain data members, or does it also contain code If just data members, then you can look at www.pinvoke.net for examples on how to marshall structs between C# and C++. ...Show All

  • .NET Development Adding rows to table in Dataset

    VB 2005 express beta 2 I've set up a dummy project to learn how to insert rows into a database, and i'm having some trouble. You'll see the naming convention right away.... Here's the code that looks like it should work... the warning that pops up is that the variable NewTestRow is used before it has been assigned a value. i want it to be a new row in the table, but can't figure out how to set it as a new row. Private Sub TextBox1 ...Show All

  • Windows Forms Getting the reference to the containing Form for a component

    I am working with a user control based on the ToolTip component. From inside the component, I need to get a reference back to the form on which the component resides, but cannot find it. Does anyone know how to get a reference to the containing form from a component Not sure if this is what you are after, have you checked out the Control.Parent property You might need to loop through until you find the form. Control ctrl = ...Show All

  • Visual Studio Team System Is Team Project Creation Wizard configurable?

    When trying to create a custom template, the framework or wizard is forcing me to to specify at least on doc library, one folder, and one file for WSS.  What if I don't want to use WSS   Basically, I want to know if I can modify how the wizard flows for a particular template type.  In addition to not wanting WSS, I don't want Reporting Services reports, but it looks like I'm stuck creating a bunch of unwanted stuff (as well as unw ...Show All

  • .NET Development Two .NET based softwares creating problems for each ohters

    I had a .Net application with Oracle backend. After installing second .NET based software (which did not install .Net framework again because it was alredy present there ) the second software installed successfully, the first application was running when second was installing then first application refused to open without any error message. Even after uninstalling the Second software problem is still there. plz send me a valuable solution ...Show All

  • Windows Forms Problem in double click event of datagrid

    Hello        i have some problem in double clik event of datagrid. i am using dragdrop functionality in datagrid to another control when i active this function then double clikc event not fire what can i do for this functionality ...Show All

  • SQL Server SSIS Tutorial - Package configuration issue

    I've been working with SSIS (RTM version) and I have a problem adding a package configuration of the SQL Server type. Upon completion of all steps in the wizard, the "Target Object" and "Target Property" attributes of this configuration remain empty. Hence, the package cannot set this configuration when being executed. Does anyone know if this is a bug or have I missed something Thank you Karch ...Show All

  • Windows Forms tab control + validation

    Hi there,  I am using a TabControl with 5 tabs. Is it possible to disable some of the tabs and make  them available i.e. if the application is connected to the  server Also I was wondering if there is something similar like the  validation con ...Show All

©2008 Software Development Network

powered by phorum