Software Development Network Logo
  • Windows Forms
  • Game Technologies
  • Smart Device
  • Architecture
  • Visual C#
  • Visual Studio
  • .NET Development
  • SQL Server
  • Visual FoxPro
  • Windows Vista
  • Visual Basic
  • VS Team System
  • Visual J#
  • Microsoft ISV
  • Windows Live

Software Development Network >> Marcelo Uemura's Q&A profile

Marcelo Uemura

Member List

Bill Cohagan
PaddyEmmons
NaturalAnthem
ericch
objective
Brian Shay
Sranger
Odair
minimalism
Danlav
Nitto
Jean van Schalkwyk
Mark Kenworthy
Leo H
BKenitz
JamesPMoranIII
micTronic
Wajahat Abbas
sgnet20
Carolann
Only Title

Marcelo Uemura's Q&A profile

  • Software Development for Windows Vista Vista CTP on MSDN???

    I was told that the vista CTP would be on MSDN, but I don't see it yet. Does anyone here know where it is at the moment. I am dying to get my hands on this build. The winhec build ended up not showing up on MSDN. Will this one have the same fate If you don't know when it will be on MSDN, do you know who I can call at Microsoft to find the answer I tried MSDN online conceirge and they don't even know the build exists according to the person I tal ...Show All

  • Visual Studio Express Editions Production and commercial?

    Can we legaly sell software developed and compiled using Visual Studio Express Editions Yes, you can - see the F.A.Q. http://msdn.microsoft.com/vstudio/express/support/faq/ Steve Hoag ...Show All

  • Smart Device Development Very strange about Timer

    Hi, I am working on a project that uses the timer control, but very strangely when i create a timer, i try to double click on it to write its code (as VS.net 2003) but it does nothing, i don't know where to write the code!!!! however i tried to access it from the dropdown menu at the top of the code window of the form but it leads me to a part of the auto-generated code (which is generated by the form). Please HELP, i don't know where ...Show All

  • Visual C++ VC++ migration problems

    I'm trying to bring a project from VC6 to VS2005 Pro. When I first imported the project there was, not unexpectedly, a long list of compiler errors and warnings, and I modified the source code to get rid of all of them, and am now left with 2 problems I'm not sure how to fix. 1) I get an error during the html help phase of compilation to the tune of "windows can't find hcw" - that's the executable for the help workshop. I see that ...Show All

  • Software Development for Windows Vista ParameterBinding loses Value in EventSinkActivity-derived classes.

    I have a workflow with one activity. The activity class is derived from EventSinkActivity. If I pass a value via ParameterBinding to this activity, I can get the ParameterBinding object by the string indexer in the Invoked event handler, but the Value property of the object is null. If I use EventSinkActivity -- instead of the class derived from EventSinkActivity -- it works fine. Is there anything I need to do in the EventSinkActivity-deri ...Show All

  • Visual Studio Express Editions a few questions...TextBox and changing an Image

    Actually one more question to that list. I just ran the application and got an error. I'm working with a node list and it says my node list variable doesn't have a value. I'll show a section of the code, and let me know if you need to see more. I realize now by looking at it that I declared the variable, but never set it. How do you set a node list variable Dim xmlCCNodes As System.Xml.XmlNodeList Dim xmlCCNode As System.Xml.XmlNo ...Show All

  • Windows Forms My own icon

    I've winform app generated by VS.NET 2003. There's a deafult icon. I'd like to have my own so I've created one, deleted default, set Icon property in form to my own (I can see it) & set in project properties Application Icon property t ...Show All

  • Visual Studio Tools for Office "Reload" listobject after UnList()

    Hello, I'm trying to make an excel application where the user binds a dataset to a listObject. Then I'm doing a UnList() on the listObject so the data looks like an traditional spreadsheet. Then I whant the user to be able to bind another dataset to the listObject, but this can not be done after running UnList(). How can I instansiate a new listObject, or how can I solve this matter     Best Regards Carl ...Show All

  • Windows Forms More than one field referencing same table

    Hellow all, To describe the issue i want, i will go to make an analogy to the well know process Customers and Orders. Having Orders and Customers as tables, supose i want have in same table Orders an reference to CustomerID for the customer that&nbs ...Show All

  • Visual C# Variable doesn't increment

    Hi, I'm creating a Tetris game in which I have an 'x' and a 'y' variable. At first they are set to 0. I use a timer to change the 'y' value to move the figure down. Here's the code: private void timer1_Tick( object sender, EventArgs e) { y++; Graphics grfx = this .CreateGraphics(); PaintEventArgs f = new PaintEventArgs (grfx, this .ClientRectangle); DrawFigure dr = new DrawFigure (f, x, y); grfx.Dispose() ...Show All

  • Visual C# Howto create a thumbnail from a wmv file ?

    I would like to create a thumbnail (any image format) from a Window Media Video file (wmv). Explorer does it when miniatures view is used so maybe there's a API that does this Thanks. Use the AxMediaPlayer to open the wmv file and navigate to position 0, here is a little example. You can find a releted newsgroup post here . ...Show All

  • Visual Studio Team System getting select data records in a VS 2005 web test data binding scenario

    I want to create a web test in VS 2005 that logs in to the test site as an admin; and I want to pull the login info from our existing database table. So I need to query the database to return records where a particular column has the required value (admin). Given the datasource below: [ DataSource ( "XXX1" , "Provider=SQLNCLI.1;Data Source=localhost;Persist Security Info=False;Integrated S ecurity=SSPI;Initial Catalog=XXX" , Mi ...Show All

  • Visual Studio Team System Error HTTP 403 - Forbidden access when browsing to VSTFWeb

    I need to get back to this issue because I didn't get any answer yet. We have installed successfully Team Foundation Server on a Win2K3 Server box that’s part of a Win2K Active Domain. The account used to install TFS has local administration privileges (not that it matters) and is also an existing domain account. We have a Single Server installation (both Data Tier and Application Tier) being hosted on the same machine. We weren’t able to ...Show All

  • Windows Live Developer Forums Packet rate

    Just a small question about the packet rate, does the 120 packets a minute apply to incoming and outgoing, or is it applied to outgoing packages only. Would make a big difference because if it applies to the total ammount of packages it means you can only send and receive a packet per second if you are using real-time package data. -joost Joost, The packet rate actually varies depending on whether you have a dir ...Show All

  • .NET Development Choice

    How can you let the computer choice a number between 1 and 100, and save them in a variable. In C#: Random random = new Random(); int randomNumber = random.Next(1, 100); in VB.NET: Dim random As New Random() Dim randomNumber = random.Next(1, 100) You simply create an instance of the Random class and call the Next method on the instance with the bounds you want the number returned to be within, and you can cal ...Show All

©2008 Software Development Network

powered by phorum