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

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

PedroCGD

Member List

Mitch Walker - MSFT
pwhitaker
dafi
m14cus
NeederOfVBHelp
wlh93
daydreamsy2k
R-Cyclone-S
Gagan Rajpal
red60man
steal
jbelisle
Rharve
Sam Vella
Nightman28
pkr2000
Ray C
TboneToo
dag.loraas
Jeremy Ramsbottom
Only Title

PedroCGD's Q&A profile

  • Visual Studio Team System Email notification per folder per user

    Hello! Is there anyway we can restrain the email notifications for only certain folders in the Team Project Also, not the every member of the development team checkin but just a particular developer checkin should instigate these email notifications. Thanks! Here's the command line that I used to configure an email notification for a path.  I've changed the email address ( someone@microsoft.com ), the server name (http://MyVstfat01:8080), and the path ($/TeamProject/A) from their original values, but it's otherwise what I've used to create a successful subscription. Give this a shot. Bissubscribe /eventType CheckinEvent /address someone@domain.com /deliveryType EmailHtml /server http:/ ...Show All

  • SQL Server How to Schedule and Run a SSIS package

    Hi Does any one know how to run How to Schedule and Run a SSIS Package for certain time intervals I have created an application which will do some data transfering from one database to another databse based on the start time and end time values(Which is been already configured in some tables). What I am exactly looking is that my application should do data transffering Based on only the time intervals(Startime and End Time) I wanted to execute my package only these time intervals. How to do this Can any one help please. Thanks & Regards Deepu M.I Hi Kirk, I have a SQL Server 2005 Advance Express Edition installed and I could not find SQL Server Agent as ...Show All

  • Visual Studio 2008 (Pre-release) Whether class library can be as the service's client?

    Hi I have a project which contains four levels: WebUI, Proxy,Host,Service, the Host project is hosted in IIS, the Proxy project is class library type which will generates client proxy class by adding service reference. the WebUI will call the method in Proxy project, now it will throw exception , Whether the class library type can not be as service's client. Thanks, Zhihao Hello Zhihao, What is the exception you are seeing Could you also enable tracing and check whether there is anything in the log that might be relevant Regards, David ...Show All

  • Visual Studio 2008 (Pre-release) Best approach for migrating projects.

    Hello All, I am migrating some VB.NET 1.1 code to WPF C# (.NET 3.0). Here is what I have done till now: Before we move on, remember that the existing application is GDI intensive application and we are migrating JUST the graphics part to WPF for performance reasons. So the approach has been, 1.) Migrate from VB.NET 1.1 to C# (I have used some conversion utility to do this job, although the result have been not so good, it has helped me get a basic structure ready) 2.) This C# code is at most .NET 2.0 compliant, because of the namespaces it uses. Namespaces like System.Windows.Forms, System.Drawing, System.Drawing.Drawing2D etc have no place in WPF based applications (or .NET 3.0). 3.) I am finding the equivalent namespace ...Show All

  • .NET Development String into Type

    Is there any way to convert back string into Type I was looking in many places, but nowhere was that what I'm looking for Well... I have a simple database in text file (something like .csv) and for each Column I want to save Type of data, which can be stored in. So I use Type type = typeof(int); type.ToString(); - and now in database it's figure as System.Int32. Unfrtunately I can't read it (I don't know how, because there is no conversion like Type type = (Type)column_type :/ ) I hope that this helps to understand what I'm talking about :D ...Show All

  • Windows Forms missing .DLL file, MSCOREE.DLL

    i finally installed the .net terrarium 1.2 when i click on the .net terrarium 1.2 launch system it gave  me a message of a missing a required .DLL file, MSCOREE.DLL, was not found how can i get this file to play .net terrarium 1.2 WinFormsUser13232 wrote: i finally installed the .net terrarium 1.2 when i click on the .net terrarium 1.2 launch system it gave me a message of a missing a required .DLL file, MSCOREE.DLL, was not found how can i get this file to play .net terrarium 1 ...Show All

  • Visual Studio Team System Computed columns in Visio

    Hello. I'm using Visio 2005 for Enterprise Arhitects edition, and it seems like the DB model doesn't support computed columns. I tried to create such columns in the DB and then reverse engineer it to the Visio, but Visio "cleverly" removes the computed column code and leave it as a regualr code. for example, in the DB I wrote: create table SNG_TTR_RESULT ( RUN_ID uniqueidentifier not null, ANALYSIS_TYPE AS CAST('TTR' AS VARCHAR(50)) PERSISTED NOT NULL ) go and after reverse engineering in Visio and code creation, I get this: create table SNG_TTR_RESULT ( RUN_ID uniqueidentifier not null, ANALYSIS_TYPE VARCHAR(50) NOT NULL ) go Do you know how can I create a computed column in Visio Failing to do so will break sync ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Applying Texture to Mesh

    I am trying to apply a texture to a mesh that has no texture. All that's happening is that only a single color from the texture file is being applied to the mesh, but the entire texture is not displaying. Here's the rendering code: Dim mat As Material = New Material mat.Ambient = Color.White mat.Diffuse = Color.White device.SetTexture(0, Nothing ) device.SetTexture(0, texture) device.Material = mat Dim matFirst As Matrix = Matrix.Multiply(Matrix.RotationYawPitchRoll(25, 20, 0), Matrix.Scaling( New Vector3(0.6F, 1.0F, 1.0F))) device.Transform.World = Matrix.Multiply(matFirst, Matrix.Translation(Vec3(iii))) Me .meshes(iii).DrawSubset(0) Here's the code I use to load the mesh and texture. ...Show All

  • Visual Studio 2008 (Pre-release) New Window and STA problem....

    Is there a way I can execute the following code without making creating new method for it ( new PhotoView(int.Parse((ex.OutputParameters["LargeHeight"] as String)),int.Parse((ex.OutputParameters["LargeWidth"] as String)),title, image, description, tags )).Show(); I'm using the following code to start a new STA thread: Thread newWindowThread = new Thread( new ThreadStart(ThreadStartingPoint)); newWindowThread.SetApartmentState(ApartmentState.STA); newWindowThread.Start(); But instead of the method ThreadStartingpoint I'd like to somehow execute the already mentioned code in the same method where thre STA thread is started. Is this possible I have tried coding ...Show All

  • Community Chat JimmyWidgets - VERSION 1.1 OUT NOW - http://sites.wickedorange.com/jimmywidgets/index.html

    --- Original Post --- Hi everyone! My current project is JimmyWidgets, a widget program like Apple Dashboard, but for PC! You can even make new widgets in DLL format and post em on the online database! When I've made more widgets (I've only got 2 at the moment), I'll post it at www.jimmyware.co.uk  . It's going to be open-source, so you can download the source from there too. Here's a screenshot: http://www.freewebs.com/robinjam/JimmyWidgets%5FScreenshot.jpg I await any comments/suggestions! (But please don't be too harsh about my efforts, it took me HOURS)   P.S. A list of problems I need to fix: The online database currently lets you download the same widget twice, making startup time longer (because ...Show All

  • Visual C# Delegate.BeginInvoke

    I am getting the build error: c:\inetpub\wwwroot\Remoting2Project3\WebForm1.aspx.cs(33): No overload for method 'BeginInvoke' takes '3' arguments Pls. help and thanks in advance, Elizabeth Bradley Code: Webform1.aspx.cs public class WebForm1 : System.Web.UI.Page { public delegate int MyDelegate( string username, string password); private void Page_Load( object sender, System.EventArgs e) { TcpChannel m_TcpChan = new TcpChannel(); ChannelServices.RegisterChannel(m_TcpChan); IAuthenticateUserService m_RemoteObject = (IAuthenticateUserService) Activator.GetObject( typeof (IAuthenticateUserService), "tcp://localhost/remoting2project1"); MyDelegate m_delegate = new MyDelegate(m_ ...Show All

  • SQL Server Radio button

    Hi, I have one report,in my report i need to display parameters like this: one radio button :Age and another radio button is Age Ranges For the Age,I have to dispaly like two text boxes named 'From' and 'To' For the Age Ranges,I have to display one drop down list contains values :20s,30s .. In Reporting Services,Putting the Radio button is not possible,i think,If possible how to achive this. Other workaround is i think Multivalued parameter which displays the Age and Age ranges When we click on Age we need to display 2 textboxes When we select Age Ranges we have to display Drop down list If we select both :both 2 text boxes and drop down list. Putting multi valued parameters for this requirement is not good a ...Show All

  • Microsoft ISV Community Center Forums Select Syntax problem in a Query

    Hi - i have a query setup that is held on a subform that displays all activities that have been logged by users.  there is a field called 'leadofficer' that displays the name of the user who logged the activity. Based on prior help from forum users I thought it would be easy enough to set criteria whereby the form, when opened would only show activity where the values in the 'leadofficer' field would equal the value of the user who has logged in - where the value of the user who has logged in is held in a global variable called 'loginname'  - but i was wrong! - ive been wrestling with the SQL syntax in the query but can only get it to work by having the query to prompt me for the name, which is no use because it al ...Show All

  • Visual Studio Express Editions USB port

    Hey guys, I've been searching for a while now about how can i connect to the USB port using C# but i found nothing so if any one here knows how can i do it can he share it with us. Hi, SamuraiJack This thread is on the topic: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=588602&SiteID=1 Thank you ...Show All

  • SQL Server Cross Tab / PIVOT problems with multiple datatypes

    I am building a system that accesses personal data in a view based on two tables. The view is there because the number of used/necessary fields changes with every import of data (which is, perhaps once or twice every week, approx. 50 weeks per year). The view is thus regenerated with every import. I have a Person table with fixed data such as name and address (see below), and I keep statistics and other variables for each person in a second table: PersonStat. Person table ID (PK) Name Address PhoneNo PersonStat keeps one record per person and statistics variable, and thus looked like this: ID (PK) PersonId (FK) StatName StatValue I put these two together in the view making the data easy to access as if it were one single tab ...Show All

©2008 Software Development Network