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

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

VBtje

Member List

GRK
xavier.oudin
WJW
Alessandro Camargo
MAwais
AndersBank
Nlepor
gkostel
bman34234
Rick_Parker
cverdon
Madhur Bhardwaj
flash.tato
MrPerez
SalmanSheikh
Juszluv87
Jimbo44
Creighton Kagey
raq
MYVB
Only Title

VBtje's Q&A profile

  • Visual Studio Team System Best practices for installing SP1?

    Is there a list of exactly what steps to perform in order to get SP1 installed correctly in a two-tier environment I ran across KB919156 and given the number of issues people seem to be having with their SP1 installs it seems that we should have a sticky for how to proceed. Are there other hot fixes that should be applied before starting Should I run this on my data or application tier first Should I send my developers home until it's completed or can they run disconnected while the service pack is installing If it fails, what is the best way to recover to pre-sp1 conditions, short of ghosting both servers... Thanks, Chris Lively Chris, Here are my recommendations: If you have a SQL Cluster configured fo ...Show All

  • Visual Basic Tooltip only works the first time

    Tooltip only works the first time. I have a form with a button and tooltip, when I hover over the button the tool tip appears. If I do NOT move the mouse, after a timeout the tooltip disappears, that is how it is suppose to work. My problem is that when I move the mouse away and then back over the button the tooltip never reappears. If I don't let the tooltip timeout it works, also if I have another tooltip somewhere on the from and activate it the button tooltip will work again, but if I let it timeout I have to goto another tooltip before the button toolitp will work again. Any help walter123, It is a pity that such kind of problems happens in your project. I this situation, I suggest you ...Show All

  • Visual J# library.xml not created when called from MSBuild

    Hi; If we build out J# based DLL using VS 2005 or nant - it created WindwardReports.dll and WindwardReports.xml. If we build it using MSBuild, no WindwardReports.xml. We have a C# library also and it does have the .xml file built. Any ideas thanks - dave Hi; You need to fix this. And in the meantime you need to clearly & loudly document this. I probably spent 2 - 3 hours trying to get this to work. Very frustrating to then find out it doesn't do it. thanks - dave ...Show All

  • Windows Forms Current Value From DataGrid Cell

    I know i can get the Row number and the Column Number of a datagrid...but how do i get the actual value in the row in a particualar column Like if i have a column names ID and a row with 12 in that row....how do i go about getting that 12 out of that row within my ID Column Maybe one of these will help. C# example VB example ...Show All

  • Visual C++ How to contain a modeless dialog in View Frame

    Hi, I created a modeless dialog (it's just a common one created with CDialog::Create). The dialog is located at a random position in the desktop window each time when it is created. I want to have it restricted within the View Frame though. Does anybody have any ideas about a solution Thanks in advance. I have figured out a solution to the problem: the Style of the dialog should be set as Child instead of Popup or Overlapped, and the Clip Siblings option true. Thanks. ...Show All

  • Visual Studio 2008 (Pre-release) How to improve DrawingBrush texture

    Hi all. These are my first days in 3D programming, so bear with me. I'm using WPF to display a 3D view of a geographical map of a site. The map is 2D vector art (so not a bitmap), and was exported as a DrawingGroup resource from Expression Graphic Designer (so as a XAML file). I apply this drawing as a DrawingBrush'ed material to a 3D plane. When the camera is close to this plane (like in a physical camera position), individual pixels of the texture get clearly visible (the closer, the more annoyingly clear). I understand vectorial textures are pixelated at some point, so I partitioned the 3D face up in a number of smaller triangles, hoping closer faces became finer textured. Yet this didn't seem to help. Do you have any ideas how I ca ...Show All

  • Visual Studio Team System Cant install TFS

    Hello I got an error on tfs setup. I will paste the last lines of both log files. === Verbose logging started: 02/12/2006 23:20:28 Build type: SHIP UNICODE 3.01.4000.1830 Calling process: E:\Documents and Settings\Administrator\Local Settings\Temp\SIT40817.tmp\setup.exe === MSI (c) (18:78) [23:20:28:703]: Resetting cached policy values MSI (c) (18:78) [23:20:28:703]: Machine policy value 'Debug' is 0 MSI (c) (18:78) [23:20:28:703]: ******* RunEngine: ******* Product: d:\software\utilidades\tfs\atdt\vs_setup.msi ******* Action: ******* CommandLine: ********** MSI (c) (18:78) [23:20:28:703]: Client-side and UI is none or basic: Running entire install on the server. MSI (c) (18:78) [23:20:31:703]: Failed to grab executi ...Show All

  • Software Development for Windows Vista oscilloscope over running video

    I am trying to display an oscilloscope (aka audio scope) over a running video. The directshow filter i am using to produce the audio scope is in: http://virtualvcr.sourceforge.net/html/virtualvcr/filters/scope.php. This filter creates its own window and produces the scope. What I want to do is, instead of creating its own window, it should display the audioscope over a running video. Please point me in the right direction. Can you please give more detail on one of the three dots listed above Ie, fundamental classes, methods, etc. Right now, I am trying dot point 2 without much successs. Don't know if it is the easiest of the three. ...Show All

  • Visual Studio 2008 (Pre-release) WSE 3.0 CLIENT + WSE STS + WCF SERVICE

    Hi, I am want to connect wse client with wcf service and to use Saml token for authentication. I had no problem to connect wse client and wcf service with mutual certificate security, but now I need to switch mutualcertificate with samltoken security. Can somene help me with this Thanks, Indigo Cowboy Hi Gudge, I am asking what binding and behavior do I need on the WCF server side. On the client side I use SamlPolicyAssertion, like in the wse 3.0 sample. I retrieve st from sts using client certificate. On the server side I tried with custom binding and security, like this < customBinding > < binding name = " TrackingBinding " > < security authenticationMo ...Show All

  • SQL Server Questions about reportBuilder

    Hi ! We have made a webApplication that use ReportServer. Some of our client would like to be able to make some basic report. They can't use Visual Studio so i thought that reportBuilder will be a good idea. I've tried to create a Model for them but it doesn't work. I have followed the instruction on this page: http://msdn2.microsoft.com/en-US/library/ms345313.aspx I have created my datasource. When i click on Generate and put the name for the model i click on OK and then i always got this error: (rsModelGenerationError) A relation already exists for these child columns. Did i forget something to do Also i would like to know how to do to install ReportBuilder on a Client computer. Those client already have a server wi ...Show All

  • Visual C# copy a form inside a c# project

    I have a form and I need to make another one 90% same as the first one. Is any way to copy the form and code in order to make to later make some little change . I try to use copy/paste over the form's name, actualley is copied and seems that aeavrthing is OK, but when run the project i get the folloing error: Error 1 The item "obj\Release\Project1.Invoice_Lst.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. Project1 thanks in advance for your help, Edward Hello All. Edward1: In a situation like this, I would look at whether or not the changes between the two forms lend themselves to ...Show All

  • Windows Forms VB.NET-BindingSource/DataGridView

    Hi, I've a DGV on my form application. The DGV.Datasource is set to Me.MyBindingSource. I this the right way I'm using the Filter Method of the BindingSource to show only the rows I want of my DataSet. When I delete some rows at run time in code (...rows.delete) and even after I update the Table, using the TableAdapter.Update method, not always this changes are reflected on the DGV, why is this happening Must I do some kind of refresh to the DataSet/BindingSource maybe a new Fill to the DataSet I not sure how to solve this... Help please. Pedro. I have similar situation, but this solution dont work in next case: One form have un DataGridView for edit one table with some records, ...Show All

  • Visual C# Define attributes for a property

    Hello! Does anybody know how do I define an attribute for a property Like this: public class Test { [myproperty's attribute - how to define it ] private string MyProperty; } After defining it, I should use it via Reflection. Will it be shown in Attributes collection of PropertyInfo class Thanks! First off, in your example, you're using a field , not a property. so FieldInfo would be the correct usage. Secondly, no it will not appear in PropertyInfo.Attributes or in FieldInfo.Attributes, but will appear in PropertyInfo.GetCustomAttributes or FieldInfo.GetCustomAttributes, depending on whihc one you choose. Note that many Reflection items implement ICustomAttributeProvider, whi ...Show All

  • SQL Server Install SQL Server2005 Error:[Native Client]Encryption not supported on the client

    Product: Microsoft SQL Server 2005 -- Error 29515. SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Encryption not supported on the client. Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" in SQL Server Books Online. Hi, I also hit this error and applied the REG hack and then clicked on retry in the installaler and hay preseto it carried on and installed. Thanks saved me hours of work re-building the server. Gary ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX problem,,,please help

    i'm learning to program games, i found a great place for tutorials (xna101.com), and when i start w/ the first one or even w/ the sample game that c# gives us i go to build and it always ends up w/ an error at Run() saying that directX is not installed, i went to the website and i downloaded everything that said directX on it, the Direct3D and i believe the DirectX SDK and nothing is working to solve this problem, is there any advice anyone could give... please! thank you... yes... sorry i forgot to mention that... yes to all of them... well i don't know about the xna.framework.... but i have xna and c# express ...Show All

©2008 Software Development Network