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

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

BrunoAMSilva

Member List

zu35926
dgburton
RayCan
Drudkh
Eric Harmon
barkingdog
pmanisekaran
ChrisCurry
pat_seo
Amimoller
Fairfield
Perry Choy
Steven Syfuhs
VitaminB6
WXS123
Jon Nigrine
PedroCGD
ayeesha
Marc Lacoursiere
crash33
Only Title

BrunoAMSilva's Q&A profile

  • Software Development for Windows Vista Where is Workflow?

    I give up. Where is the Workflow Foundation I am using Vista Business (6.0.6000) and I can't figure out how to get WF working. I have an app that began on an XPSP2 box and that I've migrated to a new Vista install. I have intalled the dev environment (VS 2005), the .Net 3.0 SDK, and the VS 2005 extensions. The app compiles. But at runtime the app complains about the workflow performance counters and, when I check Perfmon, those counters are missing. They are on the XP box on which I installed WWF Beta2. But they are missing in Vista 6.0.6000. I have enabled .Net 3.0 in Programs and Features. I have nothing else in Turn Windows Features On or Off related to WF. What do I need to do to get WF working on my Vista install Wo ...Show All

  • Windows Forms Sample Code: DataGridView progress bar column

    I have a column that has integer data in it, I want to display it as a progress bar in the column so the user can quickly identify lagging processes.   I just started with 2005 and it looks great but does anyone know a quick way to do this I would also like to change the color of the progress bar based on the cells value. I found in the data sources toolbox where I can change the column to progress bar but that does not pass through to the grid.   Thanks for ANY help with this Hello, I got the same error because of the Paint method. At the design time, the value being pass in is null or whatever. What you can do is to make a quick check if the value is null or empty, then as ...Show All

  • Visual Studio Team System Web application not executing AfterCompile Target?

    I have a web deployment application which builds fine, but does not execute the AfterCompile target. I tried to change it to run the AfterCoreDropBuild (DependsOnTarget="CoreDropBuild") and it still does not run Does anyone know what I can do to get this to work Basically I want it to copy some files after it finished compiling. Thanks... Does it matter that this is a web deployment project (wdproj) within a solution (sln) file The AfterCompile target works for all of my other projects ... ...Show All

  • SQL Server Unlocking login on Status Tab always gets reset to Locked Out

    I've been having this issue lately with a new login. We have set it up to use the Windows Password and Expiration Policy and I give it an initial strong password. In testing this new account I would purposely input the wrong password into an application 3 times thus causing the login to become locked out. I would then go into the SQL Management Studio, go to the Status Page and uncheck the 'Login is locked out' flag. If I would then click the 'OK' button to close the properties, I would get an error message that the password is not complex enough. This is strange since I never changed the password in the first place, I just unchecked the 'Login is locked out' flag. That's issue#1. I then decided that I would give Management Studio the b ...Show All

  • .NET Development WinFX and Interop

    Hello everyone! Right i was wondering since WinFX (.Net 3) is part of the Subsystem in Windows Vista if its possible to use the Managed API framework to communicate with other running applications using User32.dll in .net 2.0 i have to use Interop to import the dll and manually managed the code. But since WinFX is a subsystem surely there is already a managed API for User32 or something I cant find anything about the new WinFX features or documentation on the new procedures, namespaces and classes. Does anyone have any links or ideas to some form of documentation or anything of interest Thanks .NET 3.0 is included with Vista; but it's not part of the subsystem. See http://www.grimes.demon.co.uk/dotnet/v ...Show All

  • Windows Forms TreeView scrolling

    hi, i need to have a scrollable treeview with custom scroll up/down buttons. so i do not need windows scroll bars and need to hide them. by definition treeview.scrollable is "Gets or sets a value indicating whether the tree view control displays scroll bars when they are needed". if it is set to false it is not only hiding scroll bars but override lowlevel trigger to scroll. so if i call [DllImport... static extern IntPtr SendMessage it does not scroll anyway. so how to scroll programmaticaly a treeview with hidden scrollbars. any ideas thanks The underlying Windows tree view control doesn't support what you want to do. About the only thing I can think of to do what you want to do would be to use an in ...Show All

  • Visual C++ When Vtable Create

    Tell me when vtable is create .Its dat time when controll just go inside the constructor or it come out from constructor. Plz reply me. I'll just add my opinion. A virtual function table, vtable, is not created per se. A vtable is allocated by the compiler and initialized by the linker so a vtable exists and is correctly initialized the instance your program is loaded into memory. What a constructor does is to ensure that the virtual-function pointer, vfptr, for the instance of your class points to the correct vtable - it does this after all base-classes have been initialized but before any members are initialized. ...Show All

  • Visual Studio 2008 (Pre-release) Xaml Error when using Frame in a Window "Source="Page1.xaml"

    I am getting an xaml Error when i use a Frame to Display a Page with in a Window Class....When i run the program its fine,when i remove Source="Page1.xaml" the error goes away... But as soon as i put the Source="Page1.xaml" back in the Error Returns.. 'Class' sttribute does not exist in XML namespace ' http://schemas.microsoft.com/winfx/2006/xaml ' namespace Line '8' Position '2' Here is part of the Xaml:: <Window xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns:mc=" http://schemas.openxmlformats.org/markup-compatibility/2006 " xmlns:d=" http://schemas.microsoft.com/expression/interactivedesigner/2006 " mc:Ignorable= ...Show All

  • Software Development for Windows Vista Distribution of Ntrights.exe

    I hope I am posting at the right forum. The product I am working on requires Ntrights.exe, which is part of Windows resource kit, to perform some windows configuration. As not every Windows PC has windows resource kit installed, we plan to include Ntrights.exe in the release package of my product. What I want to ask is will it cause any legal or copyright issue if we distribute this Microsoft tool in our product release. Any comments or suggestion will be appreciated. Thanks. Heck windows!!! I am also facing same problem, I created user from silent mode software installer, using "net user" command but now I need to specify rights for that user or add newly created user to &qu ...Show All

  • Visual Studio Express Editions Need Code

    Hi, i need code for connecting MySQL with .net .......................... Assuming you've already got MySQL installed and setup... I'd take a look at this tutorial , otherwise you may want to start at the beginning of their VB.NET & MySQL tutorials . ...Show All

  • Smart Device Development Compiling error C1190 while building solution for Visual C++.net project

    Hi, all, I am using Visual studio 2005 to make a Visual c++ project. I was trying to make a simple UDP socket and threading program. The device manager i am using is wm 5.0 for Smartphone, and wm 5.0 Smartphone emulator. Here is what I have in the header file: #using <mscorlib.dll> using namespace System; using namespace System::Threading; using namespace System::Data; using namespace System::Net; using namespace System::Net::Socket; When I was trying to compile it, an error message popped up:"fatal error C1190: managed targeted code requires a 'clr' option", and I was trying to find this "clr" options in the project->properties->general-> right panel, but there is no such o ...Show All

  • SQL Server Bad Gateway error

    I'm having trouble setting up SQL Reporting Services. Here is what I'm using - Windows XP Pro Service Pack 2 SQL 2000 - Service Pack 4 SQL Reporting Services 2000 IE 7 I am attempting to run reporting services to display reports that I have created and used on another machine without any issues. When I run the report I get "Bad Gateway" [code=DNS_HOST_NOT_FOUND] The host name was not found during the DNS lookup......within Reporting Services window. I'm trying to run this service locally so I am using http://localhost/reports . I have tried all my reports, all of which work fine on other computers expect this one and none of them work. I get the same error. I have re-installed Reporting Services and that didn ...Show All

  • Visual Basic How to restrict user to tab (no mouse) selection

    Hello, There are 9 numerical TextBox plus other TextBox fields on a DataEntry Tabpage. How to restict the user ability to MouseClick in one of these numerical fields The reason - to eliminate repeating if statements (which writes 0.0 s in the fields), in the case the user MouseClick into one of these numerical field but fails to enter any numbers. As it is now, data entry are into the numerical fields are limited to NumberKeys and initially the DateEntry Tabpage numerical TextBoxes are loaded with 0.0 by the Data>DataBinding>Advanced setting. Greetings, Thanks for your interest, There are 9 TextBoxes: A1,A2,A3, ASum (all decimal)    V1, EA, V2, V3, VSum (al smallmoney) Calculations ...Show All

  • .NET Development SqlConnection & SqlCommand used in VWD Express: How many copies of an SQL Server 2005 Database (.mdf & .ldf) should be stored ?

    Hi all, I am learning "SqlConnection and SqlCommand used in the VWD Express website" from a book that has Northwind.mdf/ldf stored in SQL Server Management Studio Express and App_Data Folder. I also see the following code: //////////////////////////////////////////////////// Dim cnn1 As New SqlConnection Dim cmd1 As New SqlCommand 'Compute top-level project folder and use it as a prefix for 'the primary data file in the connection string for cnn1 Dim pdbfph As String = _ My .Computer.FileSystem.CombinePath( _ Server.MapPath( "/WebCh12/App_Data" ), "Northwnd.mdf" ) Dim cst As String = "Data Source=.\sqlexpress;" & _ "Integrated ...Show All

  • SQL Server matrix: more than 1 column in static rowgroups ?

    Hello, I am working with a matrix report item and would like to display something like that : DataGroup1 DataGroup2 StaticText11 StaticText12 Data1 StaticText21 StaticText22 Data2 StaticText31 StaticText32 Data3 But I cannot find a simple way to have 2 columns of static text on the left. The only way I've found is inserting a table report item in the matrix cells, but it cannot be exported in Excel. The only samples I found do'nt have multiple colums in the static rowgroup. Is it possible Kind regards, Xavier Miller. Yes, that works for dynamic data and grouping, but NOT for static data, multiple columns by row, which was my initial question... ...Show All

©2008 Software Development Network