vitagoni's Q&A profile
Smart Device Development PocketPC Desktop -Synchronizing issue
Hi, Well ,I am working in PocketPC (eVC++,VC++6.0) I have to Synchronize the PocketPC and DesktopPC . For Synchronizing am using ActiveSync I have a Folder in the desktop for example D:\Temp\ I have a Folder in the PockePC in the Device Root for example: \Temp . I am coping a text File from desktop and placing it in the Device (PocketPC), say for example \Temp\Text.txt in the device. when i do this i create a .dat file (say Test.dat) ,now what h ...Show All
SQL Server SAN Replication
I'm wondering if the technology exists to use SAN replication for sql server 2005 disaster recovery. I have a bunch of prod servers I want to add to a san, I then want to have another bunch of servers at a dr site connected to another san. Is there a technolgy ( non sql ) to enable full ( real time ) san replication of the data ( for SQL Server databases ). I don't need alternate suggestions, this solution has been proposed to my client ...Show All
Visual Basic Getting pdf files
Hi, this is a very simple question, I know I've done this before but I juste can't find how I did it :-( I have have a global table named gtblFileList and the path of a folder ex : C:\Folder this folder has some subdirectories What I want is to fill gtblfileList with the names of all the PDF File I can find in Folder AND his subdirectories AND their subdirectories etc... thanks for your help Public Function GetFiles ( By ...Show All
.NET Development 64-bit beginner can't get 32- or 64-bit .NET apps to run on 64-bit machine
Hi, Please forgive this dumb question, but I *just* got my 64-bit (AMD Athlon X2) machine two days ago and am trying to test .NET apps under it. I've gone to Windows Update and installed all available updates. I'm running Windows xp Professional x64 Edition. The problems I have are this: I used Visual Studio 2005 Release Candidate on my other, 32-bit machine to build 32-bit and 64-bit binaries of a little app that does nothing but sh ...Show All
Windows Forms How to generate <Form>.Designer.cs files for old projects?
We converted our solution from Visual Studio 2003 to Visual Studio 2005. Soon we noticed that our forms do not have 2 depended files <Form>.Designer.cs and <Form>.resx. I really want to generate the <Form>.Designer.cs files for all my projects. Do you know how I can do that At least is there a way to do it manually Thank you for you help. Suiram One of the ways is to manually shift the Windows Forms Generated C ...Show All
SQL Server SSIS Designer freezes/hangs in debug mode
My control flow consists of 1 task - A data flow task. The data flow task consists of: 1. OleDbCommand Source - reads from table A 2. Conditional split task - splits on one column (say col1) of table A. Condition is: FINDSTRING(col1,"UUU",1) != 0 FINDSTRING(col1,"VVV",1) != 0 FINDSTRING(col1,"WWW",1) != 0 FINDSTRING(col1,"XXX",1) != 0 FINDSTRING(col1,"YYY",1) != 0 FINDSTRING(col1,"ZZZ",1) != 0 where col1 is guaranteed to ha ...Show All
Visual C++ API, Windows Services and Management Console
Hi, Is it there any API function that will allow me to notify the Management Console that my Service has started I'm working on a windows service written in a different language and on starting the following error pops up: "Error 1053: The service did not respond to the start or control request in a timely fashion." Many thanks Vali It sounds like your service isn't calling StartS ...Show All
Visual Studio 2008 (Pre-release) Indigo Installation Problem ( Very Urgent)
I downloaded the software from MSDN Subscritpions WinFX SDK - Community Technology Preview 1) winFx Runtime Components – September 2005 CTP(English) 2) winFx SDK for the WinFX Runtime components – September 2005 CTP( English) I downloaded these two , First One contains Setup,when I run that one iam getting setup Error. Iam getting the same error which is mentioned in this site( http://www.ureader.com/message/867599.aspx ) but they su ...Show All
Smart Device Development how to write a homescreen program
Hi i am writting a new program that i want to be able to write the same prog ram for the homescreen too. I am using studio .net 2005 and i got smartphone 2003. Is it possible to do this thanks. No, homescreen plugin needs to be a COM object that can be activated (CoCreated). This is not supported in CF 2.0, because of the lack of CLR hosting support. ...Show All
Visual Studio Express Editions System Tray Entry in VB .NET Express 2005 Beta 2
Hi. Can anyone tell me how to give my programs an entry into the systray Thanks, The Digital Pioneer Digital Pioneer - This should be possible using the NotifyIcon control from the Toolbox. There is a good article on how to do this at: http://www.developer.com/net/csharp/article.php/3336751 Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All
Visual Basic How Can We create Stand Alone Application(Running without installation from CD)
Dear All, I actually want a application to run on user's pc's from CDrom only. bcz I have lot of images in a .mdb and I don't want users to install all these mdb and application into their pc's. Just I wanted to run my application when the CD rom is inserted into pc without installing it. Just Like macromedia flash Projector.exe. Is there any solution in VB dot net 2003 Please . Also my application has some features which will be lost, if ...Show All
SQL Server SQL Express user permissions?
I'm trying to build a web application using SQL2005 Express and Visual Studio Express. It all works OK on the local machine, but gives an error "Login failed for user xxxx\ASPNET" when used remotely. I can't find where I can set login permissions for SQLServer 2005 Expresss - can anyone help, please Thanks John Remote connections are disabled by default. You can use the Surface Area Configuration t ...Show All
Visual Studio Report Control / Writer
Hi, Is there any report control or report writer that goes with VB.NET Express Anything you can recommend that might be free or cheap Regards, Cesar ...Show All
Visual Studio Express Editions required field validator HELP
I am trying to make the two fields as required fields, but whee filled in and the submit button is pressed, it comes back to the form asking to fill in the two fields. You can check this problem out at www.exedy.com.au/contact1.aspx , could someone please tell me how to fix this thanks As requested here is the code: Thanks for this <% @ Page Language ="vb" debug ="true" %> ...Show All
Windows Forms how to deny the movement of windows forms by user?
hi in windows forms , users can click on the frame of forms , and move them to any position of the page . but i want to fix the position of forms. how thank u Hi, if you set the formborderstyle of your application to none the user cannot move or resize it, but you will have no title bar etc. . http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformsformborde ...Show All
