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

Software Development Network >> Alex-MyRpg's Q&A profile

Alex-MyRpg

Member List

rSchild
nils_gate
Matthew Wiggins
SavitaHK
Benedikt
jho1965dk
P R W
Adam1987
Alex Merchant
r.matteja
Pockey
KAAU
lilshorty
TonyByers
swg
Brad B
YoK
Are Haugsdal
PurdueMan
Dasa
Only Title

Alex-MyRpg's Q&A profile

  • Visual Studio Team System Comboboxes messed up in dialog?

    The comboboxes for database actions in my copy of VS2005 have gone a bit weird after installing VSTS: DBPro; The text looks as though it's been shunted off the left of the box and up, screenshot at: http://www.cryptpad.com/screenshot.jpg Anyone know how to fix this I've tried rebooting. I've received a reply via e-mail from another customer who encountered this issue after installing CTP 6; however, after shutting down and re-starting the IDE the issue resolved itself. Clearly, the solution in your case has not been so easy. I'm installing the latest build of the product now and will see if I can repro the issue. ...Show All

  • .NET Development Trying to learn website design

    Hello Ladies & Gentlemen! I would love to be able to make a website to include pictures....could someone please tell me the requirements that i need to get started... I am a complete novice so please if you reply be gentle with me! Regards ...Show All

  • Smart Device Development can not create Visual C++ Smart Device project

    Hello everyone, In Visual Studio 2005, I can not create Visual C++ Smart Device project -- when input required inputs (project name, path, etc.) in "New Project" dialog, then when I click OK, the "New Project" displays again -- without any error notifications... And I have checked the related physical location of the project path, the project is not created. I am wondering whether it is a bug of Visual Studio 2005, or I need to install some additional components in order to create Visual C++ Smart Device type project thanks in advance, George No man, hack the registry like the rest of us http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=876044&SiteID=1 vs2005s ...Show All

  • Smart Device Development Smart phone device id in standard format using GetDeviceUniqueID

    I am converting my application from pocket pc to smart phone I wants to get device id in this "3606d294-0000-0100-0008-0050bf3f5171"format for smart phone. Previously i were using KernelIoControl. Now I want's to use GetDeviceUniqueID My code for KernelIoControl and GetDeviceuniqueID is private static Int32 FILE_DEVICE_HAL = 0x00000101; private static Int32 FILE_ANY_ACCESS = 0x0; private static Int32 METHOD_BUFFERED = 0x0; private static Int32 IOCTL_HAL_GET_DEVICEID = ((FILE_DEVICE_HAL) << 16) | ((FILE_ANY_ACCESS) << 14) | ((21) << 2) | (METHOD_BUFFERED); public static string GetDeviceID() { byte[] OutputBuffer = new byte[256]; Int32 OutputBufferSize, Bytes ...Show All

  • SQL Server Creating databases on WinXP SP2 with SQL Server 2005 CE RC

    Hi, For various reasons a new desktop application I am developing is using the SQL Server 2005 Compact Edition Release Candidate to store local data. On my development machine (XP SP2, VS2005, SQL Server 2005 Developer Edition) the software is able to create the database file, and read and write to it fine. However on our test machine, which does not have any of the development tools the software is unable to create the database. A System.Data.SqlServerCe.SqlCeException is thrown. The message is: "SQL Mobile usage is restricted on this platform. To use SQL Mobile, you must install SQL Server 2005, Visual Studio 2005, or the Tablet PC SKU." Obviously this goes somewhat against the blurb for SQL Server CE. Is this somethi ...Show All

  • SQL Server Problems Creating Report

    Hi, I have only recently started playing around with Reporting Services (2005), and I am having some problems creating a basic report. What I want to display is a table which shows product names in the first column, sales for a specific period this year in the second column, and sales for the same period last year in the third column. The 'specific period' is determined by specifying a start week and an end week which I have set up as parameters. I have managed to produce the first 2 column with no trouble. However, for the third column I need to subtract 52 weeks from the parameters and use them as new parameter in the third column. Can anyone offer any suggestions Dave Some options: ...Show All

  • Commerce Server Starter Site problemos

    Hi Guys, I have finally walked through the entire installation guide, concluding all the post-install steps. I then tried to install the Commerce Server "Starter Site" [1]. When I access my commerce server site, I get the following Unable to cast COM object of type 'Microsoft.CommerceServer.Interop.PooledPipelineClass' to interface type 'Microsoft.CommerceServer.Interop.IPipeline'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{07D62D90-1E56-11D1-B888-00C04FD7A0F9}' failed due to the following error: Interface not registered (Exception from HRESULT: 0x80040155). Does anyone have any idea where I can start searching Did the installation not register something I ...Show All

  • Visual Studio Express Editions RichTextBox Images Can Stretch

    Hi, I'm using the paste method to insert images in a RichTextBox, the trouble is the user can stretch the images by dragging them with the mouse. Is there anyway to stop this behaviour Or is there another way to insert images into a RichTextBox control that pastes the images with fixed dimensions Well, I take back everything I said. After some more testing, I see that I am able to resize the picture. (It threw me initially because the 'grab spot' is hard to grasp in some places and the cursor never changes shape.) ...Show All

  • Windows Forms DataGridView - Double Click

    Hi, I'm using vb.net 2005. I was able to view data in datagridview but when I try to setup double click to find the name and ID number of datarow like 2003 version, I get an error. Dim gridPoint As Point = grdClients.PointToClient(Windows.Forms.Cursor.Position) Dim hti As DataGridView.HitTestInfo = grdClients.HitTest(gridPoint.X, gridPoint.Y) If hti.Type = DataGrid.HitTestType.Cell Or hti.Type = DataGrid.HitTestType.RowHeader Then Dim dtRow As Integer = hti.RowY Dim dv As DataView = CType ( Me .grdClients.DataSource, DataView) <- this is where i get a error (Unable to cast object of type 'System.Data.DataTable' to type 'System.Data.DataView'.) Dim ThisFieldID As String = CType (dv(dtRow ...Show All

  • Visual Basic Visual Basic Upgrade Wizard Error

    Hello: I try to open a project coded in Visual Basic V6 with Visual Basic.Net(2005). The Visual Basic Upgrade Wizard opens and after a few screens displays an error message: Error - Not able to bind to the source. Thanks for any suggestions... jes If your running the upgrade tool on a 32-bit machine check to see if you have a registry HKLM\Software\Microsoft\Wow6432 in your registry. If so temporarily rename and try the upgrade tool again. The tool is getting confused by the existence of this key on a non-64 bit machine and cannot find its registry settings. After the upgrade tool runs remember to go back and reset the name in the registry Let me know if that helps. ...Show All

  • Visual Studio Team System Team services and Sharepoint 3, .Net 3, Office 2007

    Anyone have experience using the new Sharepoint 3.0 and other recently released products (.Net 3.0, Office 2007, Vista) with Team System I'll be setting up a system in the next several days and would like to utilize use the latest and greatest for the target system. Jim I'd recommend taking a look at this blog post for information about when Team System will support "the latest and greatest" http://blogs.msdn.com/bharry/archive/2006/11/30/team-foundation-server-roadmap.aspx Today, your best course of action is to install WSS 2.0 and Office 2003 on Server 2003 and Windows XP. ...Show All

  • Visual Studio Express Editions problems with stl

    When i'm trying to include the STL library another, than contained in stdlib, i have the compiler error. The simple project, like: #include "stdafx.h" #include <vector> int _tmain( int argc, _TCHAR* argv[]) { return 0; } generates the errors: c:\rsengine\others\stdlib\include\stdlib.h(395) : error C2061: syntax error : identifier '_CountofType' c:\rsengine\others\stdlib\include\stdlib.h(396) : fatal error C1903: unable to recover from previous error(s); stopping compilation On my machine this code compiles well. Ask SGI support, or a SGI newsgroup if this STL implementation is compatible with VC2005. Or what are the requirements to use this STL ...Show All

  • Visual C++ Tool to create a makefile for g++ from visual studio 2005 solution or projects ?

    Specifically for MinGW g++. I write cross-platform projects with VS2005 as my primary dev env, so need an automated and flexible way to do this. Somebody must have done it before. Commercial (paid) or free doesn't matter, as long as I can get the job done. To be useful I must be able to transfer include directories and macro definitions from VC and set fixed options for warnings and other macros on the output files. Support for library and DLL creation would be nice. If no such thing exists I'll have to pay someone to make it, so any advice on approach, language, invocation would be helpful. Thanks, Andrew. It is possible to interface with VS using COM/Automation or whatever it is called; I think you know ...Show All

  • Visual C++ unexpected behavior with find_first_of

    I require specifically formatted text for some output logs.  One requirement is no padding on exponent fields ( E-002 vs. E-02).  I simply call find_first_of("E-0"), and use the resultant index to paste together two substrings.  I have found what seems to be random behavior with find_first_of.  Consider the following program that illustrates it.  I generate some random numbers and do my parsing and show some output: int _tmain(int argc, _TCHAR* argv[]) {   srand( time(NULL) );   for( int i = 0; i < 10; ++i ) {     float value = (float) rand() / (RAND_MAX * 10);     std::stringstream ss;     ss << std::scientific << std::uppercase;   &nb ...Show All

  • Smart Device Development Error while connecting to Web Service.

    While i am trying to connect to Web Service in disconnected mode. i.e. internet is not available. I am getting the following error description from ex.Message. "An error message cannot be dispalyed because an optional resource assembly containing it cannot be found." With stack trace as follows :: at System.Net.HttpWebRequest.finishGetResponse() at System.Net.HttpWebRequest.GetResponse() at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse() at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse() This make the PDA freeze and i have to reset it to operate. If I am connected to the internet everything seems to be working fine. Please suggest That exception i ...Show All

©2008 Software Development Network