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

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

Pagiel

Member List

Ganesh Next
powertechit
Todd Was Taken
harygoldie
Vegabyte
Frediano
Healthcare Network Admin Jerry
RLovelett
Malae
DrScheme
David Sloan
lisa52
MSDNuser63
Brandon Taylor
Suresh
Josh Christie
Dave12349
lovealotnana
igibbwiz
JoyceM
Only Title

Pagiel's Q&A profile

  • Visual C++ Visual c++ .net licence agreement

    A couple of months ago I bought a Visual Studio .Net 2003 Academic Edition. Unfortunately the licence doesn't allow the software to be installed on more than one pc (I didn't know at the time). Last week I tried to install it on another pc, but - of course - it couldn't be activated. The reason I want to do this is that I live with my parents in the weekend, without access to my own pc. Now I'm planning on buying Visual C++ .Net 2003, hopin ...Show All

  • Visual C++ Why CFileDialog crashed with _WIN32_WINNT defined ahead in platform SDK 2003??

    I ever used CFileDialog in a VC6 MFC application, found if define _WIN32_WINNT a new value, such as 0x500, then compiled with platform2003 SDK libraries and header files, this application will get crash after executed CFileDiag.DoModal() method, but it will ocurr in other platformSDKs, how come ps, try my test cods if interest, #define _WIN32_WINNT  0x0500  // defined in StdAfx.h somewhere  CFileDialog fd(FALSE,NULL, "disk.i ...Show All

  • Smart Device Development how to generate Setup and deployment project for PPC

    HI , I've developed an application for PPC. It's working fine . Now i want to create a setup project. But i don't have any idea abt that. my application utilizes XML lookup tables.Can i add it into setup how to add icon Kindly suggest me to acheive this!. If u know links related to it kindly post it!. Thank You! Check out this link article on MSDN http://msdn.microsoft.com/librar ...Show All

  • Smart Device Development Emulator Image AKU2

    Hello, Is anyone aware of an emulator with the Messaging and Security Feature Pack already installed I 'd like to test the new security features of exchange sp2 (direct push tecnology, wiping devices ... ) Thank you, The only Windows Mobile 5.0 emulators currently available have the original RTM release, there are no updated images for any of the subsequent AKUs Peter ...Show All

  • Visual Basic ADO.NET Hell

    There was a time in my not too distant past that I could open a database with ADO, query out some data, work with it, and update it.  I have had VB.Net for a little over a week and I can insert data into a table.  I can clear out a table.  What I can't do is is iterate through the rows and update the table.  I am close but I am missing a piece. From what I have read I want to create a connection, adapter, and a dataSet.  ...Show All

  • Software Development for Windows Vista How do you scale WWF Beta 2.2 Workflow Runtime service?

    Tom, If you suggest to start the Workflow runtime in Application_Start and stop it in Application_End in a website, what happens in a web server farm Where should you start and stop your workflow runtime service In order to scale, it would seem that the Workflow runtime service would have to service all web servers in a web server farm. How would WWF Beta 2.2 work with a web application Sincerely, John Portnov Using Application_ ...Show All

  • SQL Server Issue with FORMAT use in textboxes when null value

    SQL 2005 Dev, VS 2005 I use the following in my VS-created reports: FORMAT("ShortDate", Fields!someField.value) However, when the field returns a null field what displays in the tex box instead is the words "ShortDate". Can this be corrected Thanks in advance Please reverse the order of the arguments, and use DateTime format strings as shown in the MSDN documentation: * Standard datetime formats: http://msdn.micr ...Show All

  • SQL Server Aysnchronously calling a package

    Hello,    Is there a way to call SSIS package within another SSIS package, asynchronously.   Any pointers would be much appreciated.   Thanks   Vishal [Including Michael's answer for posterity] You can use Execute Process task to run the package using DTEXEC.EXE utility. To run DTEXEC without execute process task waiting for it, either specify a small tim ...Show All

  • Visual C++ Porting MFC application from VC++ 6.0 to VS8

    I'm porting an MFC app from VC6 to VS8, while I expect to got the same sources compiling to both VC6 and VS8, I've been successful until I face the following error in: BEGIN_MESSAGE_MAP(SkStatic, CStatic) //{{AFX_MSG_MAP(CSkinDlg) ON_WM_PAINT() ON_MESSAGE(WM_SETTEXT,OnSetText) //}}AFX_MSG_MAP END_MESSAGE_MAP() The ON_MESSAGE line causes a error C2440: 'static_cast' : cannot convert from 'void (__thiscall SkStatic::* ...Show All

  • Visual Basic custom enumerator, com interop, and vb6 client

    Context: I have a legacy VB6 application that uses DAO and Jet. The owner of the company does not want to change any of the DAO code as we move into VB.Net, so I've been working on a set of VB wrappers to present an interface that looks just like DAO. The advantage to this is that we can subsequently replace the underlying DAO code in the wrappers with ADO.Net to use SQL Server in the future. The design: I have a set of abstract classes ...Show All

  • .NET Development How to get 64-bit MIDL files to work right?

    I have an IDL file that I wrote that builds and runs fine.  Now, we have a requirement to make our server run on 64-bit.  According to the MIDL compiler docs: "Use the /env win64 switch to generate 64-bit stubs only. The default is to generate dual stubs that run on both platforms." However, I do not find that to be true.  If I specify /env win64, I get 64-bit stubs.  But, if I don't specify anything, I do not get dual stub ...Show All

  • SQL Server Attach database from network drive

    Hello, when I attach an database from a network drive in SQL Express 2005 the access permissions on the data and log files will be change. This ends in a deadlock when the user doesn't have administrator right on the network server, because the permissions will allow access only for administrators and an unknown Usergroup on the network server. I think it's the SQLServer2005MSSQLUser$xxx$MSSQLSERVER group from the local server. Example ...Show All

  • .NET Development Async sockets, receive callback problem

    Hi, I'm writing an async socket server that transport custom serialized objects. However, I ran into a problem when sending a lot of messages in a loop from the server to the client. To simplify matters I shortened my test code: Here I'm sending some data to the client... for ( int i = 0; i < 100; i++) { state.WorkSocket.BeginSend(b, 0, b.Length, SocketFlags.None, sendCallback, state); }   The client receives the data and processe ...Show All

  • Visual C++ Print Preview Crashes

    When I click close button of CPrintPreview the application crashes. Before explaining what I have done, I find it noteworthy to mention that when application was launched from VC 6.0, no crash of application watsoever occured. But after migrating to VC.NET, I am encoutering this problem. and let me focus what I have done: I have derived a class from CPreviewPrint and call OnPreviewClose to close the print preview. Since the class is ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mech commander 2 question

    i built the MC2 project and decided to play it all the way through. i bought the game in ages past and love it, so i wanted to play it again before i dive into the source code. there seems to be an issue with the mission 17 .abl file. it crashes with an error about fadetocolor at line 755 having an integer out of range. i looked at the numbers in the mission file and they were within a normal long int range. i changed them to be within a ...Show All

©2008 Software Development Network

powered by phorum