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

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

rEaXX

Member List

jborland
amanzoor
AlexY
BZM
jbellan
Catherine Sea
Kyle Pike
Edra Buckles
LemX
Casey0001
Peter Schmitz
Jim Parish
wqmao
deepshikha
MSDNMAN
mobiledev1
Edi Buslovich
Rupesh Bhurke
phita
larspl
Only Title

rEaXX's Q&A profile

  • Smart Device Development In embeded vc++ 3.0, I can compile the project ,but it is hard for me to download the executive into Pocket PC, what can I

    In embeded vc++ 3.0, I can compile the project ,but it is hard for me to download the executive into Pocket PC, what can I do is copy the release file into specified destination. Please tell me why and how to fix this problem Thank you very much! Before I can answer, I like to have some information from you: 1. Have you installed Visual Studio .Net or Visual Studio 2005 after installing eVC++ 2. What kind of problem are you facing while copying the executable on the device Please elaborate a little 3. If possible, can you mention what steps are you performing to copy the executable on the device After getting the answers to the ...Show All

  • SQL Server SP1 Installation Failure for Reporting Services Instances

    The upgrade was alright for my first/default instance of reporting services but failed for the other 3 non-default instances. I was running SP1 using remote desktop connection. I got the following error at the report manager and the reporting services configuration's initialization. Is there any way to get around this The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'C.0.8.40'. The expected version is 'C.0.8.43'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportS ...Show All

  • Visual FoxPro TreeView label edit.

    I want to prevent threeView.item.text property from being edited manually during manipulations like clicks, etc. I tried many things but so far could not prevent it. How is it being done here It is a Microsoft OleControl treeView. Thanks. loTreeview.LabelEdit = 1 && tvwManual Yep, it worked. One more problem has been resolved. I actually stared at this parameter quite a few times but semantically could not believe it would be helpful. I thought "automatic" meant "from a program" but "manually" when you operate the mouse. Well, so much for educated guesses. Thanks. ...Show All

  • SQL Server oledb source issues with parameters

    Hi, I been having issues trying to use the OLE DB Source in the DataFlowTask.  If I use the SQL Command to build a SQL Statement, i.e. "select * from tablea a join tableb b on a.column1 = b.column1 where column2 = ", I can't get the query to parse and it won't allow me to set a value to the parameter.  It seems to be a bug as the only way I can see to get around it is to use a variable to place my sql statement into and use the "SQLCommand with Variable" option in the OLEDB Source.  This seems pretty clunky to me as I should be able to just put my select statement in the SQL Command window, right   Is this going to b ...Show All

  • Smart Device Development wldap32 for Windows Mobile 2003

    Hello I am trying to write native code using eVC++ to access LDAP. I am targeting Windows CE 4.21 pocketpc. Installing the Mobile 2003 SDK, I don't see the existence of the wldap32.lib. It is present in the Mobile 2005 SDK however. Does anyone know how I can accomplish this Should I be looking at another library that has this LDAP implementation Please let me know. Thanks Amit Talking with our company's Microsoft rep, I found out that Microsoft has by mistake missed out packaging this library from their SDK. The rep sent me this library for Mobile 2003 and it worked like a charm. If you need the file, I wo ...Show All

  • Windows Forms Popup window

    Hello everyone, I want to learn how to create my own popup window control like the one's in (windows messenger, office 2003). If anyone could please help me get started I would really appreciate it. Thanks [CDH] Thanks Joey I will let you know how it goes... [CDH] ...Show All

  • Visual C++ Cannot copy Visual C++ items within the same project?

    Cannot copy Visual C++ items within the same project when "Show All Files' is turned off... Does anyone know what this means I tried doing a ctrl+c followed by a ctr+v to copy some code and paste it else where..... If I go to the menu items it all works fine. I am using VS2005 C++ beta 2..... Hi: I just tried the following: with "Show All Files" turned off I used CTRL-C/CTRL-V to copy some code from one source file to another ... and it worked. It is possible that I am missing something so could you list the exact steps you use when you see the problem. ...Show All

  • Windows Forms Drag and Drop exception using design surface

    Martin, I have an application that I created that has a design surface. I am getting an exception when dragging and dropping a component on the design surface. The component is already on the design surface before dragging it. The exception locks up the GUI thread and it is not easily repeated. Here is the exception: System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.Design.Behavior.BehaviorService.AdornerWindow.StartDragNotification() at System.Windows.Forms.Design.ControlDesigner.OnDragEnter(Object s, DragEventArgs e) at System.Windows.Forms.DragEventHandler.In ...Show All

  • Visual Basic Shortcut for Dropdownlists

    I really like these DDL’s above the code to quickly create event handlers. This is the thing making VB superior to the C# IDE. The only thing I find a little disturbing is the fact, that I have to remove my hands from the keyboard. Is it possible to assign a Shortcut to switch between the DDL’s and the code If not, then I make it a wish for the next version Ctrl+F2 will move focus to the LHS dropdown where you can select the class you want to work with (or the events node under the class).  Pressing Tab will then move focus to the events dropdown where you can use up/down arrow keys to select the event ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Lighting and Rendering

    I am just learning DirectX in C#, I have been through many tutorials on the net, gaining a bit from each one, but I can't get the rendering quailty right. I'm sure there is just some little property setting somewhere, but I can't find it. I'm trying to render a simple teapot- right now, it looks like this: http://www.magentastudios.com/cp/teapot.jpg here is the code: http://www.magentastudios.com/cp/teapot.txt I'm using C# 2005 Express, DirectX 9 December 2005, A good Vaio PC. What am I doing wrong :) Looks like your teapot aint normalized correctly. Try loading the teapot mesh file instead (<DXSDK&g ...Show All

  • Visual C# Adding a .cs file to vs.net solution and Inserting code into it

    hi , iv created a application to have a custom menu item "MyAddin" in the tools menu in the vs.net ide.....when any new .net project is opened "MyAddin" will be available on the click of which a windows form with a simple text box and OK button gets launched...... Now my requirement is that when text is entered into the text box and when the OK button is clicked a .cs file has to get added to the solution of the project that i have currently opened with the text from the text box inserted into the .cs file newly getting added.... can anyone help me out with it..... Thanks and regards... Pavithra... ...Show All

  • SQL Server Restore a Database with Differential

    Hello All, I'm new to this forum after read a few question error it given me little bit more understanding. But here's my problem I was create a database implement some tables than make a 'Full Backup' and input information on the table before make a 'Differential Backup'. I don't want restore a full database and just want to recovery specific table were deleted or removed. Please help........ Message show error: Restore failed for Server 'SALES18'. (Microsoft.SqlServer.Smo) Additional information: System.Data.SqlClient.SqlError: The log or differential backup cannot be restored because no files are ready to rollforward. Th ...Show All

  • Visual Studio 2008 (Pre-release) next linq release

    Any comment on roughly when the next Linq release is scheduled, and what kinds of changes we can expect Keith, I'm guessing that what Henrik was asking is if it will be easy to do something like do a DLinq query in a Web Service to get an object out of a database, send this object (or a graph or list of objects) to a Web Services client, modify the object in the WS client, then, send it back to the WS and have DLinq update the data in the database. I guess it's more of a Web Services question. But, it would be interesting to know if the ability to do this easily is something that Microsoft is thinking about. I haven't had a ch ...Show All

  • Visual Studio visual studio 2005 beta 2 could not work with visual source safe 2005

    Hi folks Please help me with the following problem I was using visual source safe 6, and recently I've installed visual studio 2005 beta 2 with visual source safe 2005 but now when i open a project or solution from the repository the following message appears: The source control provider associated with this solution could not be found.  The projects will be treated as not under source control. After this message the code is loaded but menus don't show any option related with source safe. I tried uninstall and reinstall the entire package but the problem persist. Any advice will be greatly appreciated Thanks and best regards ...Show All

  • Visual Studio VS 2005 Integration with MSBuild

    Let me ask the question and then provide some background... How much can we customize an initially VS 2005 generated .csproj msbuild project file without "breaking" the VS 2005 <-> MSBuild integration Background... Forgive me if this this overly general question has been answered elsewhere, but I didn't see anything.  I have just recently begun investigations related to migrating our existing NAnt build scripts to MSBuild for when we move to .NET 2.0.  In our current system, we ask developers to maintain the .csproj files and the nant build files.  However, only the nant build files are really important.  Our bu ...Show All

©2008 Software Development Network