N.S. Farr's Q&A profile
Smart Device Development How to use SD card as real Secure card?
Hi! Could someone point me to info how can I use SD card as real Secure storage of data What I need to do - to use it under Win Mobile platform is Any 3-rd part software available thanks for any information. Actually we wanna do a simple thing. we wanna put our application and data on SD card and allow access to this storage only to someone who have right to do it. SD category 3 of l evels of SDMI ...Show All
Visual Studio Express Editions Mdi bug?
Situation: Mdiparent with menustrip. The Mdiparent has children. THE BUG The first load of the child , the child will be partly hidden by the menustrip . When I minimize my parent en reactivate the program from the taskbar, the child is fullly visibile. My Code: Code for loading the children into parent: Static frmProductWijzigen As New frmProductWijzigen If frmProductWijzigen.IsDisposed Then frmProductWijzi ...Show All
Visual C++ Can not add control based variable in Add Variable wizard
I have a wierd problem. For some reason I am unable to add a member variable that is a control.. the check box is disabled when I click add variable. Some context here: I have a project that has a rc file included in the projects rc file. i.e. resource.h myprojectname.rc The commonresource.rc is included in the myprojectname.rc file. commonresource.h commonresource.rc Also the to prevent compliling the commonresource.rc we have ...Show All
Visual Studio Image in localreport
I want to display in every page header an image determined at runtime not at designtime (so i can't embed it in the report). How can i do this (I'm always fpsoft , i've changed my nick to Fabio Pagano which is my real name). Found it, created a reportparameter and passed the path (eg. "file:c:\MyImages\MyLogo.gif"). Anyway, i've found a problem about Page Header vertical accomodation, i've opened a thread on it. ...Show All
Visual Studio Team System Manage Change request & symbol using in visio file !
I can see you have Establish Product Integration Procedures, Establish Verification Procedures activities in ProcessBootstrap.vsd and I wonder what you want to show here Can you explain more detail about two activities Why do you put them in "Change request control" In my opinion, I think Manage Traceability of requirement and Perform Configuration Audit is response to Configuration Management in CMMI, right If right, why do you put them in ...Show All
Visual C++ Send HBITMAP with CSocket
Hi all, How can i send a HBITMAP through CSocket and then to receive it and convert back to HBITMAP or CBitmap and maybe to open/read the hbitmap with CFile in binary mode its also good, because I succeeded to send binary files. can I do that.. thanks. If you use an IPicture Control via OleCreatePictureIndirect, you can easily query for the IPersistStream interface and stream it out. The same way can ...Show All
.NET Development Relation between DataTables
Hi, I have Order and OrderDetail tables in my database. Can I create a DataSet based on the two tables in such a way that whenever I fill the Order table, OrderDetail table also automatically get filled by related order detail items Thank you, Alan Hi, I think what you need is to set a relationship in the dataset upon filling the two datatables. Here is a pseudo ...Show All
Windows Forms Resizing and Repositioning Control on a Windows Form at runtime(.Net)
Hi Is it possible to resize, repositioning controls like (TextBox, Label, ....) during runtime on window Forms in (DotNet). How to proceed with this. Thanks Sriram Do you want to do it something like the VS.net designer If not,you can set the Location property and Size property at any point of time. ...Show All
Smart Device Development Visial Studio 2005 migrating issues
Hello, mr. All! I try to migrate to VS2005, I've successfully compiled my project, but I can't run it on my target CEPC-device by Active Sync because of this device has no SERIAL or COM port. And this device can't be a USB target device because of it has 2 USB ports only. But on the other side an EVC done this well - it uses Platform manager to connect to device. In one's turn Platform manager can use not only ASync it can load binaries to th ...Show All
Smart Device Development /clr:oldsyntax not available for Smart Device Projects?
I am trying to convert a eVC++ 4.0 application to Visual Studio 2005 we get tons of compilation errors that have to do with the new C++ syntax. Is there a way to compile the application using old syntax. There does not seem to be an option to set /clr:oldsyntax and adding it to the command line gives an unknown option error. The application is too large to convert all the problems to the new systax. Thanks in advance. ...Show All
Visual Basic How To Add Coulmn in table MS Access database
I'm using VB2005 , 2003 I have created my database, but with time I need to add or delete some columns in my table, How can I do it You can do that With ADOX. 'note this class depends upon two COM MDAC v2.8 References ' made in Project References ' Microsoft ActiveX Data Objects 2.8 Library ' Microft ADO V2.8 for DDL and Security Protected Const cNoConn As String = "No Connection has be ...Show All
Visual Studio Express Editions Error adding web reference
Trying to add a web reference to a program yields: ERROR: Some of the files required for web references are not installed. I've tried re-installing, but no dice. Help Awesome. I had the same problem. I reinstalled VisStudio and still had the same problem. After I found this post I followed the help instructions for Windows Update and that fixed it. I'm pretty sure the line that fixed it for me was: regsvr ...Show All
.NET Development Very Real Problem: Example Code Included: MS Devs PLS READ!!!
Hi. I am definitely having a problem with x64 gear. I have recently tried to migrate a project that was working and had been independently tested. I was working with: Server 2003 Standard x86 Visual Studio 2003 Enterprise (inc .NET 1.1 x86) DirectX SDK Early 2005 (x86) I now have a fresh install of the following: Server 2003 Standard x64 Visual C# Express 2005 (inc .NET 2.0 x64) DirectX SDK October 2005 (x64 I guess...) DirectX is functional, as ...Show All
Software Development for Windows Vista Beta 2 question: Why did local services change?
I have a question as to why the ExternalDataExchangeService class was introduced in Beta 2. What is its function that is a benefit over, or difference from, the way we added local services in Beta 1.2 For example, if I had a local service named Foo, which implements the IFoo interface (the IFoo interface is marked with the DataExchangeService attribute in 1.2) and I wanted to add it to the runtime I just did: Foo myFoo = new Foo(); workflo ...Show All
Visual FoxPro use the reccount
hello all I use "set filter to" and want to know how much record is match the filter condition. I use the "reccount()" but it return the result is not I want. it is all the record count Hi, i think you will need to use COUNT command instead. RECCOUNT() is not affected by SET FILTER. ...Show All
