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

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

danskcarvalho

Member List

Thorri
Steve in Crystal Lake Illinios
haridorai
Scionwest
Leon Zandman
Gregory English
ZeePrime
Lightness1024
Kdean6869
deKay
Simmy7
shriny
jimmy_t
Bob Pokorny
Arkady Frenkel
kgs1951
Can-Ann
jim_cool
MohsinAta
Sergei Dorogin
Only Title

danskcarvalho's Q&A profile

  • Smart Device Development Embedded Visual C++ using Visual Studio 2005 running on VISTA RC1: Linker errors

    I'm using Visual Studio 2005 running on VISTA RC1 to create a simple Smart Device application. *using Embedded Visual C++(Windows CE and Platform Builder are both installed) *to access the RIL(Radio Interface Layer) of WinCE. The target device is a PPC phone (HTC with an OMAP ARM processor). I have an eVC++ source program, the RIL.h and RilClass.h headers, and Ril.lib(to import the ril functions from the ril.dll) When I 'build solution' I'm getting a ton of unresolved external symbols. I suspect that I have not sucessfully included the ril.lib into the build process, and that that is causing the unresolved externs: 'error LNK2019' and 'error LNK2001'. How do I specify that the .lib is to be used when linking my eVc++ pr ...Show All

  • Visual Studio Team System Passing Data Between Tests inside an Order Test

    I have several coded web tests inside an order test. Does anyone know away to pass data from one web test to the next Specifically I have a web test that creates an object in a database. After I create this object I now want to send the object ID (just a Guid) to the next web test in the ordered test so that test can perform an operation on the object. I plan on putting this ordered test inside a load test so having a constant wont work. Also a static variable will work across one ordered test, but I have a feeling once I switch to a load test, the static variable will be global to the entire load test not just the ordered test. Any Ideas Web tests in ordered tests don't work very well sin ...Show All

  • SQL Server Report Builder Error

    When I create a report using Report Builder I receive the following error when I click Run Report. Any help would be appreciated. (I do not have a data source named datasource1!!! ) w3wp!webserver!c!07/10/2006-10:30:39:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.RSException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'dataSource1'. ---> System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. ...Show All

  • Smart Device Development Just API of Email

    Hello, i m newbie i just want the API that will fetch the details of email contacts please help me ASAP. i m using c++ for development purpose Thanks in advance Regards Salman ...Show All

  • Windows Forms DataGridView cell value beholds an object not existing in the BindingList that is datasource of the columns Combobox...

    Hello, two problems, one I got a solution that is not perfect, and I would like to find a better way, and the second I do not have any solution and I absolutly need some help :-) Here is problem n°1 : This problem is discussed at the following link : http://www.vbforums.com/showthread.php p=2717871#post2717871 When using a DataGridView which has a BindingList as datasource and one of the columns is of the type ComboBox which has itself a BindingList as its datasource. I would like to achive that the selected object of the ComboBox is stored itself in the concerned cell, and not only one of its properties. I solved this by creating a property "self" : Public ReadOnly Property Self() As MyType Get R ...Show All

  • Software Development for Windows Vista Problems with Web folders (WebDav) in IE7

    Hi, I want to access a web folder with my IE, using a link in my portal. It seems like MS changed the way Web Folders work, since it doesn't work with IE7. whereas with IE6 it works perfectly. IE doesn't open the web folder and I get a "My Computer" window opened instead. I managed to bypass this behaviour by openning the Web Folder in an IFRAME, but still when trying to open a directory inside I get the same "My Computer" window. Please advise how to solve this issue. Download the new version of Webfolders from http://www.microsoft.com/downloads/details.aspx familyid=17C36612-632E-4C04-9382-987622ED1D64&displaylang=en Seems to be a lot of good info here about the different version of MSDAIPP.DLL. I ...Show All

  • SQL Server how do i change the domain name for users

    Hi, A friend migrated windows domain users and it happened that the users now belong to a new domain domain2, The users in sql server are still defined as part of domain1, now he needs to migrate all sql server 2000 users from the domain1 to the domain2 (just the name of the accounts, users or logins). Any idea please. if it s also to go through users and change their credentials in sql 2000 to reflect the new domain name. Thank you. The clean ways is to set the ownership of the existing users objects to sa (dbo) and drop and recreate the users. Dirty ways is to update the system tables , master.sysxlogins, master.syslogins and update the old domain with the new domain for the users, and then updating ...Show All

  • Windows Forms Problem with transparent controls on user-drawn form

    I'm deriving a class from System.Form that overrides OnPaint to draw a gradient background. However, if I include controls on this form that use the alpha channel for transparency, the transparent portions show the form's BackColor, not the gradient that I'm drawing. The same problem exists if I set the form's background image. Am I doing something wrong, or is this unavoidable (If I derive a form from this derived form, some, but not all, transparent controls work properly.) On a related note, I'm unclear if drawing the gradient in OnPaint is the best approach. Would it be better to create a bitmap and set the form's background image I could see this improving performance, but I think it would use up a large chunk of memory to ...Show All

  • SQL Server Correlated subquery in UPDATE - Where am I going wrong?

    Hi, I'm sure I'm missing something obvious, but I'm trying to get the following update to work on SQL2000, but it keeps complaining about the where clause. UPDATE Table1 SET Col_A = t2.Col_A, Col_B = t2.Col_B FROM Table1 AS t1, (SELECT TOP 1 Col_A, Col_B FROM Table2 WHERE Col_C = t1.Col_C) AS t2 WHERE t1.Col_A is Null I'm fairly certain I can get it to work with a cursor, but that's not the best way to go, is it. Do I need to use a join TIA, Menthos No, because the JOIN clause works the same as the WHERE clause so there is actually not much difference between them except for the time of filtering (JOIN occurs before the WHERE). But lets focus on the intention of the query because I think there need to be a better wa ...Show All

  • Windows Live Developer Forums T

    I'm having some trouble implementing suggestions from this WIKI entry: http://viavirtualearth.com/wiki/fullscreen.ashx I did a modest amount of experimenting. It seems to be OK whenever I have coded this way: <div id='myMap' style="position:relative; width:100%;"></div> and fails to render map at it if changed to be like this: <div id='myMap' style="position:relative; width:100%; height:100%;"></div> In other words, the presence of height in the style results in no map (both IE6 and FF 1.5.0.9). I'm not sure what you mean by "the first method" in the wiki. Maybe I misunderstood the directions in the wiki... Now that I read it more closely, it say ...Show All

  • Windows Forms Another ListView Question

    i have setup a ListView control after much hard work but stumbled onto a problem, when you add new items then close the application then run it again the items are no longer remembered should the ListView control remember whats been added and if so how can it be done thanks btw im using MS VS 2005 C++ Hi, Found this page . What it does is record the data of listview to xml. Hope it helps. ...Show All

  • Visual Studio Express Editions how to make password(login form) case sensitive?

    how to make login form password case sensitive Be careful The following code you'd think was case sensitive. If "red" = "RED" Then MsgBox("Same") Else MsgBox("Diff") End If Add the line at the top of the code file. Option Compare Text Now change the line to Option Compare Binary Option Compare can make code case sensitive or insensitive. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Link to MC2 not working again

    Microsoft XNA Build March 2006 Community Technology Preview featured at http://www.microsoft.com/downloads/details.aspx FamilyID=868fe562-5ded-4bb1-8648-708d3481bda3&DisplayLang=en has a link to the MechCommander 2 Shared Source Release download. The link is http://www.microsoft.com/downloads/info.aspx na=40&p=2&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=868fe562-5ded-4bb1-8648-708d3481bda3&u=http%3a%2f%2fgo.microsoft.com%2ffwlink%2f%3flinkid%3d63428 but it is broken leaving one at http://www.microsoft.com/downloads/details.aspx FamilyId=6D790CDE-C3E5-46BE-B3A5-729581269A9C&displaylang=en Is it possible that someone knows the correct link or can have this fixed Thx, David ...Show All

  • Windows Forms Unable to open the publish page by default

    I have my open Deployment web page after build checkbox "checked" still when I publish its not opening the publish page by default, Is there something I need to verify my IIS, I dont remember any changes but looks like its not working now... apart from that I can still manually click the page and install everything fine... ...Show All

  • Software Development for Windows Vista Urgent workflow initiation query

    I am currently trying to implement a custom workflow in Microsoft Sharepoint server 2007 and have successfully done it but the issue is that i want to have a list of my workflows on the main page, clicking on which shall make user initiate that particular flow (by displaying its initiation form) instead of the the de-facto way which in on adding an item to the document library or list Is it possible to do so If yes, any hints or help would be highly appreciated. (As i have to decide if to go for SPS 2007 or build my own custom workflow asp.net application) Please post this question on the Sharepoint forums. this might help: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=881&SiteID=1 ...Show All

©2008 Software Development Network