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

Software Development Network >> Renan Souza's Q&A profile

Renan Souza

Member List

soung
m#
tribal
Chuck Catron
ershad
Greg J. Brown
Googly_Master
Scott Chang
kminear
Bill Reiss
Brian Hsi - MSFT
Manhattan
Jangid
tempp
mrcaseyjr
Manech
Jameslee20
Niehls
citygirl
Matt1001
Only Title

Renan Souza's Q&A profile

  • SQL Server Count & LastNonEmpty

    Is there any way to make Count work properly on a measure group where aggregation for every single measure is set to LastNonEmpty Basically it's a fact table that contains periodic snapshots of data & so count only makes sense within the slice based on insertion time. Thanks! Here's an example: Product          Amount    ImportDate a                   1              Jan 2007  b                ...Show All

  • Software Development for Windows Vista Microsoft Security Center Registry-Related Operations

    Hello All I don't know whether my question is related to this forum or not. Sorry, if it isn't. As I know, Microsoft Security Center, uses two different methods to report the status of Anti-Virus and Firewall programs: 1) Through WMI (Which requires that the program's manufacturer provides a WMI provider.) 2) Through the Registry (In the case that there is no WMI provider.) My question is about the latter case. How does Security Center get information about the Anti-Virus program when there is no WMI provider Where, in the Registry, does it check What entries are checked Is(are) there specific entry(ies) which all the Anti-Virus programs use Best Regards ...Show All

  • Windows Forms viirus

    Help! Got a virus and can't get rid of it. It's called "advertismen. I've got a 98se. I already used Ad-Aware SE Personal, But it did nothing. Any suggestions Thanks Have you tried antivirus If you are not willing to buy, you can try following http://free.grisoft.com/ ...Show All

  • Visual Studio Express Editions Problem with WebBrowser1

    Well, not so much a problem, just something I don't know how to do, if it's possible. I made, wrote, what ever ya call it, a Web browser. It works fine, but on some site when ya click a link or button it opens in a new window, thats when Internet Explorer kicks in. Is it posible to how those open in WebBrowser1 and not have Internet Explorer kick in at all also, how do I add an Add to Favourites to the Browser And if posible, How would do I add an option, if posible, to be able to set the Browser as the Default browser Am still learning program and still got a long way to go. am using visual Basic 2005 Express Edition. Thanx for ya help, very much apreciated. we have ...Show All

  • Visual C++ IA64 VC8 merge module download

    I'm trying to locate the following two merge modules for IA64: Microsoft_VC80_CRT_x64_ia64.msm and policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm. Can anyone tell me where to get them I got the impression that I would get them with Visual Studio 2005 Professional. I installed it (English version onto a Windows XP system) but no luck. I've spent days looking for the silly things -- help, please! They are with the " Visual C++ Tools for Itanium-based Systems " on MSDN subscriber downloads. ...Show All

  • Visual Basic Question on DataGridView Data

    Pardon me for posting twice in quick succession, but I've always found that if I post two questions in a thread, only one gets any attention. I've got a DataGridView where each line displays information from a class called 'Flag', which has a number of variables. One of these variables is a URL for a page that the particular 'Flag' pertains to. But rather than displaying the URL in a column, I'd like to display a clickable link that just says "Video" and, when clicked, opens a new window with the URL. How can this be done The only things I'm familiar with on DataGridViews are .DataPropertyName and .Name, so I don't have any idea how to set all the text for a column to one text value, or how to handle the click event of each ...Show All

  • Visual Studio Team System How to Import/Export WorkItems in TFS-RTM

    I have two projects and I need to use Workitems from one in another. Does anybody know how to perform Export/Import operation between two projects on different TF Servers Dmitry, Are you trying export/import work items themselves This can be done with some coding using work item tracking object model. You can create new work item using the object model and copy the fields from other workitems. It is tricky though because of field dependencies and revisions. If you know the field dependency order, you can copy the values of fields accordingly and save it programmatically. There are many samples on work item tracking object model with the product and SDK. ...Show All

  • Visual C# Problem with the ModeCahnged event

    I have a problem, and I don`t now what is the cause. I have put Form view ASP.NET 2.0 control on a web page and a Button which calls method FormView1.ChangeMode(FormViewMode.Edit). When I click the button, FormView changes its mode to edit mode, but event handler OnModeChanged, or OnModeChanging is not executing. I have some part of code in this event handlers, but it can`t be executed. I started the debuger and I saw that that code is not executing. Why Main part of a problem is that I have done exactly the same thing in my previous project and that worked with no problems. Where is the problem Why it steps over this event handlers Hi, missa The ModeChanging and ModeChanged events are not r ...Show All

  • Visual Studio 2008 (Pre-release) can I bind a controls IsEnabled to the SelectedIndex of one or more comboboxes?

    I am trying to implement a UI in WPF where the user can only use a button if they have already selected a value in two combo-boxes. As such I'd like to do something like IsEnabled="{Binding ElementName=comboBox_Name, Path=SelectedIndex}" however this doesn't work, the button stays disabled, I guess because SelectedIndex is an int with -1 being the value for no selection. Is what I'm trying to do even possible with 1 combobox, let alone then making IsEnabled dependant of two comboboxes. If it's not possible is there any other way to achieve this using triggers, without resorting to code-behind. It strikes me that this is a very common UI requirement and if I can only bind IsEnabled to anothe rbinary property such as IsChecked the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Line class CPU problem

    Hi everyone, When I used Line class to draw lines with different thicknesses in 3D space, everything seems ok until I increase number of lines up to 1000 lines. My CPU is up to 100%. Any hints. Thanks. I do need line thickness and antialias features in my project. Actually I have both in my project. The one with line primitive does not look very good, but it does not have CPU problem. If i use line class, it look the way i want, but CPU is very busy. My project involve with lines and points onpy. However, it needs hundreds of lines and points. Thanks for your suggestions. ...Show All

  • SQL Server Cannot shut down VS after using report designer

    Routinely when I use BIDS to work on a report design, I cannot close BIDS because I get a message box that says: Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again. Of course, there is no visible dialog open. I actually have to terminate the process from task manager. I do not get this problem when using SSIS or SSAS. Only SSRS. Any Ideas Thanks! BobP FYI... I encountered this problem today for the first time. I was creating a new report in a project by selecting an existing report, right-clicking on it and selected COPY. I then did a CTRL-V to paste it into my project. The new report name was "Copy of...". I renamed the report and then ...Show All

  • SQL Server FTP task fails when run as a scheduled job

    I've created an SSIS package that retrieves a file from an FTP site.  When I create an SQL Agent job to run the package on a regular basis, it fails.  It seems that the password isn't kept (even though I set Remove Passwords to FALSE).  I've looked at the connection string in SQL Agent, and it seems to be missing key information, like the user name and password, but it is unclear what the correct syntax should be.  The error messages are completely unhelpful. Thanks, Warren Sounds like the FTP login information was encrypted, truncated or otherwise corrupted. IS does strip out passwords and other sensitive data from packages based on the Package Protection option you choose when saving ...Show All

  • Smart Device Development Difference between .NETCF 1.0 and .NETCF 2.0

    Hi All, Can anyone provide me the exact comparision between .NETCF1.0 and .NETCF 2.0. You can see what's new in CF2.0 here http://msdn2.microsoft.com/en-us/library/ws1c3xeh.aspx and for what's new in CF2.0 SP1 check here http://msdn2.microsoft.com/en-us/library/ms404356.aspx . HTH ...Show All

  • Visual Studio Team System How to make Team Build Server output xml documentation files

    Hello, I am using TFS Build to automate the build process of my projects. The problem is that I cannot make it output the associated xml documentation files (/doc option for the csc compiler). On my dev machine I have specified a xml documentation output for every project. But inside the drop location the xml files are never generated (I get .dll and .pdb only). What should I do to enable them in my build process Regards, Darin. ...Show All

  • Visual C++ C1001 INTERNAL COMPILER ERROR when using boost/random library

    Hi all, I am attemping to use VC++ v6.0 with boost/random library 1.33.1 for my Monte Carlo simulation but I am running into "C1001 INTERNAL COMPILER ERROR": MonteCarlo.cpp y:\fsf\proj\boost\1.33.1\common\include\boost\random\uniform_01.hpp(29) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing cl.exe. This is the uniform_01.hpp file (I highlighted line 29 in red): #ifndef BOOST_RANDOM_UNIFORM_01_HPP #define BOOST_RANDOM_UNIFORM_01_HPP #include <iostream> #include <boost/config.hpp> #include <boost/limit ...Show All

©2008 Software Development Network