cyphorous's Q&A profile
Smart Device Development Basics of emulator connectivity with database,Internet and desktop
Hello Friends i am newbie in mobile development world,i have to peform following tasks connection of SQL Mobile with Sql2005 ,present on desktop my project requires webservices,so i need to connect web service on my local machine and on Internet i launched Active SYnch from Desktop,it detects All ports likr COM,USB etc,but i dont know how to connect it with my Emulator,my questions are: i am using standalone PC,means it dont have a ...Show All
Visual Basic A complex coding for me
Ok this is some kind of thinking. I tried thinking of a way to structure the code but couldnt. Maybe this is not even possible Items on my Form: MonthCalendar1 Label1 Textbox1 Button1 Ok this is a kind of to-do-list. So everytime i select a date on the monthcalendar1, it should show me what things i have to do on label1 like "today collect laundry" Now how do i set the to-do-things. I select a date on the monthcalendar1, i type som ...Show All
Windows Forms multiple forms and datagridview question
Hi all :) New problem today for me :( I have a form where users are allowed to insert some data. On another form, i have a datagridview that filter records. On this form, im trying to select a record on datagridview, and bind results to another form that is already opened and active. Thx at all in advance. I would create properties on the Data Entry form and when an item is selected in ...Show All
Software Development for Windows Vista Persistence services
Hi, I've looked into the examples on persistence services and made my first attempt on my own service that saves the workflow states to files. It seems to work fine and it is able to unload and load workflows as they go idle. (much like the CustomPersistenceService example) How do I make the workflow runtime reload all workflows that was in progress last time the application shut down Do I have to make my own system to keep track o ...Show All
Visual Studio Team System deleting a team build
hello, Is there also a way to delete a team build (not a build type!) I always read about "deleting a team build type" but never about a team build. Is there also a way to get rid of old builds somebody mentioned that this feature is not in beta2 but should be in the realeased version. is it true -- remo Yes, there is. You need to use the TfsBuild.exe delete command: Microsoft (R) TfsBuild ...Show All
Windows Forms Binary serialization to a shared store, is it possible?
Hi I am in the middle of writing the second part of my free control library that I hope I will post on my web site at the end of this week, if I solve this problem of course :) I am trying to create a common theme store  ...Show All
Windows Forms How to set parent/child relationship between old frame and new form
I have mixed managed/unmanaged C++ MFC application. The mainframe is MFC window and we added new managed form. How can I set parent/child relationship between the new managed form (System::Windows::Forms::Form) and old mainframe (CWnd derived) Thanks. ...Show All
SQL Server CTP June - Where are Integration Services?
I have just installed the June CTP, during the installation it says that it is installing the Integration Services but they do not seem to be there. I am happy to admit that I am being dim but I cannot connect using the object browser, nothing is listed if I search for services and there is nothing in the Services list in computer manager. Can someone explain to me what I am doing wrong I don't have Visual Studio installed, is that r ...Show All
Visual Studio Team System TFS Beta 3. When?
When TFS Beta 3 will be released I read Somasegar's blog that points TFS Beta 3 will be released simultaneously with VS2005 RC1. At this time VS2005 RC1 already is released but TFS Beta3 is not. where are your information from from the blog http://blogs.msdn.com/somasegar/archive/2005/08/22/451026.aspx Simultaneously with Visual Studio 2005 RC1, we will also release Beta 3 of Visual Studio 2005 Team Foundati ...Show All
Windows Forms Exceptions at design time -> why only the message?
Hi, You've probably seen them before. You open a form in design mode, and suddenly you see errors in the task list. The task list item only displays the Message of the exception. Is there any way to see all details of those exceptions if& ...Show All
Visual Studio VS2005 is there an [!output {SymbolName}] list
Does anyone know of a good list of the stock symbols available in a wizard's [!ouput {SymbolName}] command http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/vclrfCustomizingCWizardsWithCommonJScriptFunctions.asp I found a _partial_ list here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/vclrfpredefinedcustomwizardsymbols.asp Many thanks to anyone who replies (and double thanks ...Show All
Visual Basic system Shutdown
How can i shutdown the system using vb codes when the time is get from the user Hi, Just place this on the code: System.Diagnostics.Process.Start("shutdown", "-s"); Note: this would just work at XP cheers, Paul June A. Domag ...Show All
Windows Forms Service writing text file
Hello all, I just wrote my first Windows Service using VB.NET 2003 and i have a small problem. In the service i am trying to write a text file to a mapped drive but it doesn't work. I know the service works because if i change the&nbs ...Show All
Visual Studio Express Editions Whois programm
Hi, I am making a whois programm. I have the following function: Public Function SocketSendReceive(ByVal server As String, ByVal request As String, ByVal port As Integer) As String 'Set up variables and String to write to the server. Dim ascii As System.Text.Encoding = System.Text.Encoding.ASCII ...Show All
SQL Server Back-up DB but keep the files for 3 days?
Hi I have created a job to backup all our database. It works fine and creates .bak files in default folder. I have scheduled the task to run every 4 hours. My question is how can i modify or program this backup plan to keep the backup files for only last 3 days and delete older backup files Mits That's simple. I assume you are using SQL Server 2000. If so, in Enterprise Manager, Expand Management node, ...Show All
