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

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

PAINKILLER1009

Member List

ctartman
_gcvt
MollyBos -- MSFT
melendez
Codoc
Ashu Sharma
YingZ
fd2000
gilb12
chopper
new to .NET
ppngiap
Shehzad Sheikh
Shidoshi
joseangel_yanez
riajoe
Daniel Chu
wromee
Rodrigo Chagas
Digidreams
Only Title

PAINKILLER1009's Q&A profile

  • Windows Forms treeview_AfterSelect fires after Validating Canceled

    I have a form with a treeview on the left and a panel with properties on the right. If the validating event on the panel is canceled, the treeview's AfterSelect event still fires, despite CausesValidation being set to Tru on the treeview control. Has anyone else seen this Do you know of a work-around for this problem How are you hooking the canceling of the panel's Validate event to the cancel of the BeforeSelect (i.e. you have to cancel the BeforeSelect in order for the AfterSelect to be canceled. ...Show All

  • Visual Basic including framework 2.0 in the setup/deployment for .net 2005 app

    Is there a bootstrap program we can download somewhere to bring in the framework 2.0 on machines where we are installing a vb.net 2005 app using the setup deployment project as was done with .net 2003 and framework 1.1 I have not been able to find this info. Thanks Suzanne Haig What version of VS 2005 are you using If it's Professional or above then the bootstrapper is already included. Standard or Express and you're out of luck as they only support ClickOnce (definitely for Express, I believe so for standard) and ClickOnce doesn't support that. Search MSDN for "bootstrapper' and you'll find an M ...Show All

  • Windows Forms Treeview State Image List Problem - VB.Net

    Hi, I'm using Win32 API calls to attach a state image list to a Treeview control in VB.Net, so that I can have tri-state checkbox functionality with the Treeview control. The problem occurs when I first click on a treeview node.  The Treeview loses it's reference to the state image list, the treeview appears to redraw itself (it flickers), the Before/AfterSelect events&nb ...Show All

  • Visual Studio 2008 (Pre-release) GetCustomerList() data

    In the 101 samples they make reference to a class called GetProductList() and GetCustomerList() but for some reason only GetProductList() is supplied.  Does anyone know where there is sample data for GetCustomerList() so I don't have to type my own Cheers, Clint As you can see in LinqSamples.cs, the customer data is loaded from ProgramFiles\Linq Preview\Data\customers.xml, and read into list form using XLinq. ...Show All

  • Windows Forms Outlook EMail Synchronization

    Hi, I've got a program in VB.NET which is run by a Windows Service. Since this is deployed along with the service on the file server which has an SMTP Service running and also has a mail client, as in Outlook 2000 - I wanted to write a piece of code which could simulate an F9 EMail Synchronization so that the mail client gets updated&nbs ...Show All

  • Visual C# Converting COM dll to Interop Assembly

    I am trying to create an Interop Assembly from a dll in my code using ConvertTypeLibToAssembly following the directions given in the MSDN site. This creates the Interop assebmlies. When I check the assemblies in the "ILDASM.exe" some of the assemblies do not show the methods they contain. (this happes for only some of the dlls.) I try to create assembly for the same dll using tlbimp.exe and when opened in ILDASM.exe I can see the methods. Can somebody help me on this.   Is there any rhyme or reason to which COM DLLs produce working assemblies and which don't When "some assemblies do not show the metho ...Show All

  • SQL Server Connect to remote RS in SSMS

    Got following error when try to connect to remote reporting service in SSMS: TITLE: Microsoft SQL Server Management Studio ------------------------------ The request failed with HTTP status 401: Unauthorized. (Microsoft.SqlServer.Management.UI.RSClient) ------------------------------ BUTTONS: OK ------------------------------ No problem to connect to reporting service in SSMS on RS box locally. Use windows authentication with same account in both case. How to configure that Thanks. Did you ever find out why you couldn't just us the servername in SSMS I am having this same problem. Tha ...Show All

  • Windows Forms Sorting the top level nodes in a treeview

    Hello: Anyway to just sort the top level nodes easily THanks, Mike Yup, that's what I ended up having to do... Thanks. Mike ...Show All

  • SQL Server Online Data Transform

    Dear All, I am new to SSIS, and just watched some of the webcasts and take a look at SSIS Hands on Lab on the MSDN site. I want to handle an online data transformation scenario which has some data mappings between. I want the SSIS to add each new record in source table, insert in the destination tables online. If this is possible, please let me know where can I find a sample package and configurations. Happy new year, Sassan What is an "online data transformation" What do you mean by "insert into the destination table online" Do you mean that you want each record in a source table to be inser ...Show All

  • Smart Device Development Emulator Errors

    Hello guys, hope you're all doing fine these days. i have 2 errors while attemptng to run my PPC 2003 SE emulator 1st) Error: No VPC network adapters enumerated or no host network adapter with provided MAC address found (eventhough it detects my networks cards, and 10 days ago it was working fine but since then i dunno what happened and it suddanly stopped working, i get the same with WM 5.0 emulator and i have re-installed netsvwrap.msi) 2nd) im getting this new error : the emulator couldn't start possibly because of incorrect startup parameters how to fix these errors (i have uninstalled the emulator and reinstalled it again ...Show All

  • .NET Development Process.StartInfo.Arguments

    I am trying to GET the arguments that were used to start a process (console app). But it always seems to be returning empty string. Is there a way to get the command line arguments that were passed to start a process Example: Lets say I opened "notepad" using a file name on the command line. Then I need a way in .NET to get the file name value that was passed to this process. string sProcessName = "notepad" ; foreach( Process oActiveProcess in Process.GetProcessesByName ( sProcessName )) { // Get the parameters passed to the process when it was started Console.WriteLine( " => " + oActiveProcess. ...Show All

  • .NET Development how to show string of data in text box using parmeter query

    I am tryin to input an ID number and retrieve all the information from that particualr ID Private Sub btnSubmit_Click(Byval sender As System.Object By val e As System.EventArgs)Handles Button1.Click connClass.Open() Dim cmdStudents As New OleDb.Command Dim sStudents As String = Select Student Name, Information From ClassName Where Student ID = cmdStudents.CommandText = sStudents daStudents.SelectCommand = cmdStudents Dim cbStudents AS New OleDb.CommandBuilder() cbStudents.DataAdapter = daStudents Here is where i run into the problem Dim ol As New olet2() 'This is my other form with a textbox1 If textbox1.Tex ...Show All

  • Windows Forms Another DataGridView Background Row Color question ....

    I'm writing a simple app which goes through a folder, takes each file thats in that folder, and sees if it's in a database. If the file is found in the db, then I do a DataGridView1. Rows.Add( False , file.Name.ToString, folder.Name.ToString, "kb" ) , which adds the file name and folder name to the new row and keeps it unchecked. If the file can't be found in the db, then I do a DataGridView1.Rows.Add( True , file.Name.ToString, folder.Name.ToString, "kb" ) , which is the same as above, except that the checkbox is column 1 is checked. Now, what I'm wondering about, is how to set the background color of the newly added row I've tried ...Show All

  • Visual Studio Team System Code Analyzer - XML Comments

    Is there a way to get the Code analyzer to flag warnings/Disallow code to be checked in where its missing XML comments for Methods, Properties etc Currently, code analysis for managed assemblies operates post-build against binaries. This means the analysis cannot detect anything meaningful that's expressed in source but does not exist in IL. We are looking at expanding source-based analysis in the next version of the tool, and I will add this scenario to the list, I think it's a good one. Thanks for the post! ...Show All

  • Visual Studio 2008 (Pre-release) MSMQ error opening queue

    Hello. I'm trying to use msmq to establish communication between and indigo client and an indigo server. I've set the endpoint like this on the server: <endpoint                     address="net.msmq://localhost/private$/indigotests"                     binding="netMsmqBinding"                     contract="ProgrammingIndigo.IWeather"      ...Show All

©2008 Software Development Network