Bradpatt's Q&A profile
Visual Basic Update and RowState
I have some personnel data in a SQL database. I’m trying to use VB.Net 2003 to set up a front end for it. As a start, I created a form with just key value, name, SSN, and payroll number. I set up a data adapter which retrieves one employee’s record at a time. Using my SSN as a test field, I was able to fill the dataset, make changes to the SSN field, and use the data adapter’s Update method to save those changes ...Show All
.NET Development NS Declaration
The WS namespace is currently defined as xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/07/secext" I need to change this to xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext" I just have to change from '07' to '04' in the NS declaration. Can this be done If so, how can i achieve this Thanks. ...Show All
Windows Forms Is MDI the way to go to implement a Back/Next forms stack?
I want to design an app that starts from a main parent form and can take various paths to a child form. I click on a button to go to a child form and click on a Back button to walk backwards to previous forms to ...Show All
Visual C# C# Windows Control
hey ppl, i am having a problem with a control, my control is a background with a label on it, then when i use my control on my form i use the on click event, and it only happens when u click the control itself and not the label, so i was wondering how can i do that no matter where u click inside the control , fires the click event. pls post me some code :( mig16 thx In your UserControl you are handling the Click ...Show All
Windows Live Developer Forums Server side scripting ?
Just a little question, I could not find out if server-side scripting is allowed with the World's Best App competition. If so, what kind of server side scripting will be allowed ASP, ASP.net PHP, MySQL - joost Ps. congratulations with the release of this great idea! Hi Joost, You can absolutely use server side scripting. While we would *like* to see you use ASP or ASP.NET, the contest rules don't  ...Show All
Windows Forms Adding password to form controls
Hey guys, I'm developing an application, and I would like to add some password functionality to it. On the form that I am creating, there will be an edit button, that will allow someone to edit the data that is used on the form. However&n ...Show All
Visual Studio 2008 (Pre-release) Problems with WCF
Hi everybody, I have a problem with Indigo. I have installed the WinFX following the instructions. Then I try to build the first application. I open VS2005, new WinFX service and I have the defaul application. Run application and I receive that I am not authorized to view this page. Instead the other applications (ASP.NET and Web Services) run right. Where is the error Thanks, luca Hey Rich I have i ...Show All
.NET Development Tcp buffer
Hi, Client applications for my application are sending about 1500 short messages/second via Tcp sockets (local sockets, I mean on local host). Besides, my application is running on more than 60 PC, routing commands also via Tcp sockets. I fight againt my colleagues (programmers of these client applications) asking for using ACK but they did'nt want. So, I rely on the Tcp buffer and read (and handle commands) as fast as I can this Tcp stream. Wh ...Show All
Visual Studio Express Editions Publish Settings and Questions
Hello! How do I change the name of the program group when I install an instance of a program that I published Also, I honestly can't find where the setup install my published program after I install it. I see it in add / remove programs but can't find a path. Thanks, Brian Hi Brian, The Publisher name property determines the name of the program group; by default it uses the computer's Registered Organiz ...Show All
Windows Live Developer Forums Windows Media Player and Messenger
Where do I find the plug-in for Windows Media Player that lets me show contacts what music I'm listening to on Windows Live Messenger Open Windows Media Player. In Tools menu you'll see Plug-ins. Check Windows Live messenger Music Plug-in. And in Live Messenger, under your status you have <Type a personal message> and a down arrow. Click the arrow and select Turn On "What I'm listening too" ...Show All
Visual C# RichTextBox : Text color
hi.. i have a richtextbox in which im displaying some messages, i want to change the color of some text . is there any way to that thanx Hi, yes you can, select the text and use the SelectionFont and/or SelectionColor property: richtextbox.SelectionFont = new Font("Verdana", 10, FontStyle.Regular); richtextbox.SelectionColor = Color.Blue; ...Show All
Visual C++ "Find in files" stops working for no apparent reason
Hi folks, The (heavily used) command "Find in files" from the Visual Studio 2005 IDE just stopped working for me for some reason. Attached below are the search parameters that should return most of my files: Find all "A", Subfolders, Find Results 1, "c:\", "*.*" No files were found to look in. Find was stopped in progress. Looking around a bit, I've noticed that this problem was also present in previous ...Show All
Windows Forms column width
i'm trying to set the width for a column in my grid, and get an error that thew index is out of range. does someone knows the solution this is the code: Private Sub FillCustomersGrid() Dim S As String &nb ...Show All
Windows Forms Problems with stdole.dll
Hi, I made an application and use the MapPoint ActiveX Control. When I start the app I check for the presence of MapPoint and if it is there it shows a map. This all works fine. But now I tried to deplay the app to a clean machine. XP SP2 / .NET CF 2.0 (downloaded dotnetfx.exe) are on the machine. The app deployed fine on the machin until I added tha ActiveX Control. Now after some installation work it brings a MessageBox: System Update Required ...Show All
Visual C++ Error while compiling (C2664)
Hi, I have this piece of code which I am trying to compile in VS 2005. ///////////////////////////////////////////////////////// TCHAR * strGuid = NULL; UUID myUUID1; UuidCreate( &myUUID1); UuidToString( &myUUID1, &strGuid ); ////////////////////////////////////////////////////////////// This compiles OK in VS 6.00 but it gives an error in VS 2005 (The project setiings has _UNICODE & UNICODE defined). An ...Show All
