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

Software Development Network >> Welington Lima's Q&A profile

Welington Lima

Member List

Suby786
Alan Robbins
Edward1
NessDan
donkur
m14cus
Sniper167
Willempie
LuisGarcia
Tom bernard
Nerick
ps1terry
DavidThi808
hvdtol
MysTeek
Bertrand Caillet
ximadyn
Kamii47
Doogshnooglis
Terry Smith
Only Title

Welington Lima's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Where is the download? Here

    It is 12:48 pm here (GMT + 1)... in Nuku'alofa (GMT + 13) it is tomorrow... So where the hell is my download link :-D :'( Its like 1am in the states so i guess we are waiting for them :(. This is like xmas and Bill Gates is our dad, wake up Billy so I can open my XNA! ...Show All

  • Visual C# DataTable.Select (string) problem

    I am trying to use DataTable.Select (string) to filter out rows on two columns: the first column is type string, the second: DateTime. This is how the string looks: string sql = "symbol = #" + ( string )arrL1[ii] + "# AND dateTime = #" + Convert.ToString (dated) + "#"; symbol is a column name of System.String Type and dateTime is a column name with DateTime Type; dated is a variable type DateTime with a specific date and time. I verified its value. It is a valid, non null value. I get this error: The string was not recognized as a valid DateTime Type There is an unknown word starting at index 0. In other words the first character is unacceptable. I tried to remove '#', then I replaced '#' with ...Show All

  • SQL Server SSIS deployment

    Hello, What should I do to change the server name and the database when I deploy a package on another machine SHould I change the value inside the configuration file (format XML) Thanks in advance for your advices ! Marie-Therese wrote: Hello, What should I do to change the server name and the database when I deploy a package on another machine SHould I change the value inside the configuration file (format XML) Thanks in advance for your advices ! Simple answer. yes. Do a search on google for "SSIS configurations" -Jamie ...Show All

  • Windows Forms User Control with radio button

    Hi, I have a user control having table layout (two column). One column has radio button and another column has text control. Now I add multiple instances of this control on a windows form, but when a user selects radio button from each instances, all of them allows to select the value instead of one of them being selected at a time. Is there any way I can achive this I want to make sure only one radio button from all user control instances is selectable at a time. Code snippet would be highly appreciated. Thanks, Hiten ...Show All

  • Software Development for Windows Vista CardSpace Use Case - Lost or Stolen Cards

    This may be in the documentation and I just have not found it yet. As we consider using Identity 2.0 for our IdM services (so we would be a relying party or resource website), we are reviewing our use cases that were based on the 1.0 model. We plan on supporting OpenId URLs and the self-asserted Cards in CardSpace from a client's machine. One of our analysts asked what happens in the case of lost or stolen Cards So the laptop is stolen or the hard drive crashes. With OpenId we don't see a lost or stolen problem as the OpenId is stored on a website. I suppose there is the possibility that that website would close its doors. We could see a client calling our support line and telling us they had lost their CardSpace on their Vista ...Show All

  • Smart Device Development error parsing the query

    Hi, I have the following problem Code If you using SQL CE 2.0, it has no support for named parameter, you should use ' ' instead. Also, are you aware we have dedicated SQL CE/Mobile/Ev forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=152&SiteID=1 ...Show All

  • Visual Basic showing wait cursor

    alright, I know this dates back to vb6 you used to do I believe Do.cmd.Hourglass=True (maybe wrong, its been a while since I used vb6) how do you show the wait cursor and return it back to normal in vb Davids Learning 'wait: Cursor = Cursors.WaitCursor 'change back: Cursor = Cursors.DefaultCursor There was no option to use "nothing" Thanks though, you got me in the ballpark. Davids Learning ...Show All

  • SQL Server Assistance in connecting a SQL Server Client to SQL Server sitting in a shared environment

    Hi, I need to connect to a SQL server thats running in say abc.trident.com and also sits in a shared environment.. I have couple of questions 1) That SQL server is accessible from my network, yet when I swtich on my enterprise manager I am unable to view that in the list of running SQL servers in the populated list. Is it because its sitting in a shared environment I am unable to view that 2) What is the connection striing I should use to connect to the server..When I try to configure a SQL server registrations it normally asks for SQL Server name along with the user authentication Should I mention fill the Server: field as  abc.trident.com or // abc.trident.com/abc.trident.com to connect to the clus ...Show All

  • .NET Development FileLogTraceListener class - implementation ?

    Hi friends, Anybody tried using the FileLogTraceListener class for data logging to text files I've been reading this and getting more confused. If any noble, generous soul can explain it to me or better still share the code snippets to make it work I would be highly obliged. Thanks, Kunal Hi All, Thanks to Michael, Johan and Peter for taking out time to go through my problem. Well, you have to pardon my ignorance. I'm a newbie in .NET/C# and have all along been associated with embedded systems. I have been thrusted into working on this project and am learning each day and get confused easily. My requirement is to write different pieces of information to different log files from different locations in code. A ne ...Show All

  • Visual Studio Express Editions MSXML XMLReader trouble

    II have run into a problem in the following line of code. xmlReaderPtr->parse(_variant_t(&bstrDirectoryTreeXML); xmlReaderPtr is a 'ISAXXMLReader *' data type.  As best I can tell the parse function requires a 'const _variant_t&'.  bstrDirectoryTreeXML is a BSTR data type.  I checked on the MS website and it say's that the parse function can accept a VT_BSTR.  I don't really know what that means I took it to mean a variant with a BSTR inside but I guess I was wrong because that's what I sent it and it gave me an invalid argument exception.  If anybody can help me in any way please help I am stuck here. _variant_t dirXML = (bstr_t)bstrResponseText; hr = xmlR ...Show All

  • Visual Studio Documenting overloaded methods and Sandcastle

    I'm a bit of a newbie using Sandcastle, so please bear with me. I'm at a lost. I cannot find out how to document the collection of overloaded methods. For instance. Say I have four overloaded Add() methods: public void Add( string name) public void Add(string name, Socket socket) public void Add( Socket socket, RobotPart robotpart) public void Add(string name, Socket socket, RobotPart robotpart) It looks to me as though Sandcastle, by default creates a folder for all of these Add() methods, and randomly chooses one of the headers as the folder name (again please bear with me about the names I am using) Now, within a summary tag for another method, say GetSomething(), I want to place a tag which wil ...Show All

  • Windows Forms app control using only keyboard

    Hi! I'm working on an windows form application that has to be controlled only with keyboard. I have a form on which a have some controls (2 rows of 3 controls) similar to buttons. What i would like to do, is to move with cursor keys between these controls and when a cotrol is currently selected it should highlight and when i press enter it should execute a piece of code. The problem is that i can't capture the cursor keys. It seem that i can only move between controls by their tab property. It seems like the form is handling the cursor keys by it self Best regards, Nec Private Function FocusedControl () As Control Dim TheControl As Control = Nothing For Each c ...Show All

  • SQL Server Cannot create linked server

    I posted this in the Data Access forum already - may have been the wrong place... I cannot create a linked to a MySql database in Enterprise Manager. Here is the relevant info: Trying to create a linked server on a SQL Server 2000 Standard Edition Service Pack 4 running on a Windows 2000 Standard Edition server. The MySQL server is running on Red Hat - not sure of the DB or OS version. However the DSN I created connects to the server correctly. I can connect using any of the MySQL tools. I am using the latest ODBC MySQL drive 3.51...Here is the Provider string I am using... DRIVER={MySQL ODBC 3.51 Driver} ;SERVER=192.168.1.99;DATABASE=bug_tracker; USER=UserID ...Show All

  • Visual C# Method(new Object), when is the object released/disposed?

    Since there are quite a few .NET Framework methods that have a 'Method(new Object)' syntax, when is the Object get released/disposed How is the previous Object instance handled when you do this; Loop:   Method(new Object); EndLoop. Same question for 'Property = new Value' syntax. Loop:   Property = new Value; EndLoop. The object will go out of scope after the last reference to it in the called method. At this point it will be eligible for garbage collection, however there are no guarantees about when this will occur as it is not a deterministic process. The object will not be disposed even if it implements IDisposable as the Dispose() method is never called on it, however if it does ...Show All

  • SQL Server Simple query chooses clustered index scan instead of clustered index seek

    the query: SELECT a . AssetGuid , a . Name , a . LocationGuid FROM Asset a WHERE a . AssociationGuid IN ( SELECT ada . DataAssociationGuid FROM AssociationDataAssociation ada WHERE ada . AssociationGuid = '568B40AD-5133-4237-9F3C-F8EA9D472662' ) takes 30-60 seconds to run on my machine, due to a clustered index scan on our an index on asset [about half a million rows].  For this particular association less than 50 rows are returned.  expanding the inner select into a list of guids the query runs instantly: SELECT a . AssetGuid , a . Name , a . LocationGuid FROM Asset a WHERE a . AssociationGuid IN ( '0F9C1654-9FAC-45FC-9997-5EBDAD21A4B4' , '52C616C0-C4C5-45F4-B691-7FA83462CA3 ...Show All

©2008 Software Development Network