Software Development Network Logo
  • Visual C#
  • IE Development
  • Visual Studio
  • Visual FoxPro
  • Visual C++
  • Smart Devicet
  • Game Technologies
  • VS Team System
  • Windows Vista
  • Audio and Video
  • SharePoint Products
  • .NET Development
  • SQL Server
  • Visual Basic
  • Windows Forms

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

LouArnold

Member List

Albion Simon
Philip Coyner
mobigital
jonesbrasil
Gianluca Colucci
Paulo Reichert
Alois
x868
VinceG
Angelo_f
Hayashida
Derek Baird
Miroslav_shrek
chris445
Krenshau75
dstock
phyton3D
Tom Hallmark
Nate_NC
RainyDayz
Only Title

LouArnold's Q&A profile

  • Visual Basic searching for & highlighting text

    hi, i am trying to make my application search for text (in a combobox called "comboboxfind") in a listbox ("showbox") when i click on a button (called "findnow") can someone help me Public Class Form1 Dim search As String = "" Private Sub ComboBox1_SelectionChangeCommitted( ByVal sender As Object , ByVal e As System.EventArgs) Handles ComboBox1.SelectionChangeCommitted search = CStr (ComboBox1.SelectedItem).ToUpper End Sub Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim line As String For Each line In ListBox1.Items ...Show All

  • Visual Studio Team System SP1, TF30059, TF53018, inconsistent tiers

    Hi, this is the second system that got knocked out by SP1. The SP1 really raises my blood pressure. The SP1 installation went through smoothly. No error messages. Client Side Symptoms On the client side I can access work items, reports, documents and team builds as always but get an error message when trying to access source control. The error message says: http code 503: TF30059: Fatal error while initializing web service Client Side Analysis All web services are up and running. Server Side Symptoms The app tier’s event log shows the following error entry: Event Type: Error Event Source: TFS Version Control Event Category: None Event ID: 3014 Date:  29.01.2007 Time:  10:44:19 User: ...Show All

  • SQL Server why OPENXML returns only first row?

    whats wrong with the following code,its compiling but returning only first memberid. i want all memberids to be returned DECLARE @memberList VARCHAR(4000), @hDoc INT SET @memberList = '<MemberList><MemberID>7136</MemberID><MemberID>7137</MemberID><MemberID>7138</MemberID></MemberList>' exec sp_xml_preparedocument @hDoc OUTPUT, @memberList SELECT MemberID FROM OPENXML (@hdoc, 'MemberList', 2) WITH (MemberID BIGINT) EXEC sp_xml_removedocument @hDoc sorry it was SELECT MemberID FROM OPENXML (@hdoc, '/MemberList', 2) WITH (MemberID BIGINT) ...Show All

  • SQL Server My God, who can help me optimize the sql?

    the sql of  create table is below: CREATE TABLE [dbo].[Examp] (  [LocalNetID] [int] NOT NULL ,  [BSCID] [int] NOT NULL ,  [SiteID] [int] NOT NULL ,  [CellID] [int] NOT NULL ,  [StrTime] [varchar] (30) COLLATE Chinese_PRC_CI_AS NOT NULL ,  [M1] [int] NULL ,  [M2] [int] NULL ,  [M3] [int] NULL ,  [M4] [int] NULL ,  [M5] [int] NULL ,  [M6] [int] NULL ,  [M7] [int] NULL ,  [M8] [int] NULL ,  [M9] [int] NULL ,  [M10] [int] NULL ,  [M11] [int] NULL ,  [M12] [int] NULL ,  [M13] [int] NULL ,  [M14] [int] NULL ,  [M15] [int] NULL ,  [M16] [int] NULL ,  [M17] [int] NULL ,  [M18] [int] NULL ,  [M19] [int] NULL ,  [ ...Show All

  • Windows Forms How to bind a DataGridViewComboBoxColumn?

    Hi! I'm trying to add a combobox in my datagridview, but i can't show any value. I have two DataTables, A and B. I want that the DataSource of my DataGridView be A, and the DataSource of the DataGridViewComboBoxColumn be B, so i can select any value from B in any value in A. I try: dvg_variantes.DataSource = A; DataGridViewComboBoxColumn col = new DataGridViewComboBoxColumn(); col.HeaderText = "Nexos"; col.Name = "Nexos"; col.DataPropertyName = "ID"; col.DataSource = this .B; col.ValueMember = "ID"; col.DisplayMember = "NOMBRE"; col.ReadOnly = true ; Debug.Print(col.Items.Count.ToString()); // --- > 0 dvg_variantes.Columns.Add(col); }   I think that the problem is DataPropertyNa ...Show All

  • Smart Device Development Stacking Notifications

    Hi, I need to stack multiple notifications. Documentation says that by setting "grfFlags" of SHNOTIFICATION structure to "SHNF_SPINNERS", notifiactions can be stacked. I tried but of no use. Pls help me resolve this issue. Thanks & Regards, Lakshmi. This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati '. ...Show All

  • Visual Studio Express Editions Writing text from textbox out to a file

    FYI: I'm new to VB. I made a VB program to run a bat file that is created when you select a file. 1. I have a textbox1 that displays the address of the file and writes out the full address and file name to a bat file. 2. A button labeled browse to find the file to display in the textbox1. 3. A button that runs the bat file that is created by the textbox1. My problem is that I want to append static text before the full address of the file and after too. So the bat file would look like this: "static text that never changes" "dynamic text that changes with info from textbox1" "static text that never changes" I'm using " My.Computer.Filesystem.WriteAllText" to write the contents of t ...Show All

  • Windows Forms Publisher certificate not recognised when installed

    When we attempt to deploy our application to client machines using ClickOnce, we are prompted with the dialog asking if the application should be trusted even though the public portion of the digital certificate used to sign the manifests is installed in the Trusted Publishers store (with fully trust chain - CA is Thawte). Most importantly once our certificate is installed in the Trusted Publishers store, the dialog says the publisher is unknown. Without the certificate installed it states the correct publisher name. Why is this happening How can it be corrected ...Show All

  • Visual Studio Team System Data Compare against a blank db or project

    Why is it that I can do a schema comparison against my project but I can't do a data comparison against the same project (The option isn't even available in the data comparison wizard.) I could easily be missing something since I'm quite new to this. Thanks for any info or help on this. Sincerely, Steve Mayhugh GweiloMacau - We don't store any data inside the database project, so any comparison would always result in a big set of insert statements. Let me back up a moment and try to better understand the problem you're trying to solve here. How would you use the ability to compare your database to a project thanks, ...Show All

  • Windows Forms A real challenge!

    I have a real challenge. My software is basic a front-end for a database that I created in SQL 2005. That’s the challenge: I don’t want to use the "BindingNavigator", instead of this I want to put the code myself to go to next record, first, etc, in the new icons that I created. But this is not all. Here is the biggest difficult. I have "TabControls" too. So when I click, for examle, next record, the application need to show me the next record, not only in the form, but in the TabControl in the same form and at the same time Did I explained clearly Thanks for those how at least will read this. THANK YOU VERY MUCK OmegaMan! ...Show All

  • Visual C# Vb.Net in C# application

    hi all Is it possible that we can use vb.net Form in a c# application , i have a Vb form and i want to integrate in my c# desktop application i am using visual studio 2003 with Framewrok .1.1 Thanks Zubair Sure you can do it, Compile that VB code into dll (Class Library Project), add a reference to that created library in C#. And you can use that! Any further help needed Best Regards, Rizwan ...Show All

  • Windows Forms this.Close not working but this.Hide is working

    Dear All, First I have a login page upon verification of the user name and password I will take me to my main form. Currently this how my code works upon verification UserName.Text = "" ; Password.Text = "" ; this .Hide(); Form formMain = new Form (); formMain = new fMain (); formMain.Show(); Then I notice that I should not be using this.Hide cause it uses up my memory and my program is always appearing in my task list of my computer. So I decided to replace this.Hide() with this.Close(). Once I replace my formMain.Show() doesnt show up can some one help me pls. Thanks. Believe it or not... close is actually working, just not how you are expe ...Show All

  • Visual Studio 2008 (Pre-release) PerCall storage

    Hi, Can anyone tell me if there is someway of creating a per call storage area. What i have is and object that is passed using a message header on the operation call. On the service side the object decodes the message header to rehydrate it's and then become available for service code. What i want is for service code to be able to call MyClass.Current, what i had at first was upon access of the static property it checks to see if a static variable is null, if it is it then decodes from the message header and stores the decoded object in the static variable. The problem with this is that the static variable is shared across all services & operations. So if another client changes a property of the object that is passed across the m ...Show All

  • Visual C# Multiple types in an array

    Hello! I'd like to put two different classes' instances into an array. (Both are child classes, derived from a base class.) The problem is, you have to specify a type for the array itself, but I don't know what to do if I have to store more then one type in it. Will it work if I use the base class as array type, and if yes, please give me an example. Probably it won't since the base class doesn't contain the child classes' fields and methods. I also would like to know if it's possible to store even more types, like "string", "int", "instance of a class" all in one array. I tried to understand structures, but I couldn't get closer to the solution. Anyway, I'm in college and we didn't learn anything about structures yet, so please don't p ...Show All

  • Software Development for Windows Vista How to succeed in getting Vista Startup?

    Hello everyone, I have a big problem that my program will be blocked of Windows Vista's Windows Defender. The UAC setting is on and I found it so stange that both my program and Spyware Doctor need UAC confirmation to run, but why does not Spyware Doctor get blocked but only mine get blocked The registry entry is "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", the same as Spyware Doctor. And I can see the obviously difference is Spyware Doctor get a signation, mine doesn't. But I made a simple program that is just a window, it can run at Windows Startup and it will not get blocked. By the way, MS supporter said the manifest file is a way to resolve this problem, so how to do it Or can you tell me the wa ...Show All

©2008 Software Development Network