AndrewSorokin's Q&A profile
Visual Basic Creating a program that can save in a specific file format.
Hello, I was wondering how (and if) to create a program that will allow me to type some text, make some selections, and then save it. What I need to know is how to save the program then be able to re-open it properly. Thanks for any help. Hi X, I hope you don't think me picky. I think there is a clear way to state this and the people who answer your questions will apreciate the clearly. You may enjoy the How to receive an Optimal answer to your question post at the top of the forum. Anyway... I'd ask the question like this: Hello, I was wondering how (and if) to create a program that w ...Show All
Smart Device Development Emulator communications error
Emulator used to work, but now I no longer can communicate to it from VS2005. Reinstalling VS2005 didn't help. Using DMA transport When I try to connect to the emulated device I get the following error message: To 'Windows Mobile 5.0 Pocket PC Emulator' Connection failed. a specified communication resource (port) is already in use by another application. Hello, 1. Can you please try clearing the save-state Go to Device Emulator Manager->Right Click->Clear Save state for the emulator for which you are obtaining this problem. 2. Are you obtaining this problem with each of the e ...Show All
Windows Live Developer Forums MSN Best App Competition Prizes?
Hello winners of the MSN Best App competition. Being one of the winners myself, I was wondering whether anyone has received anything (documents, forms, PRIZES) after they sent their affidavit of eligibility back to Microsoft I tried contacting Jennifer Johnson one month ago and she said that they are still in the process of sending out additional forms for us to fill out. She said that they are planning on having all of them sent out by the end of next week (which should've been April 14). On April 18 I emailed her again inquiring about the status of the documents since I haven't received any. I haven't heard back from her since. Th ...Show All
Windows Forms Crystal.net requires DB login?
I have an application that I've added a Crystal Report Viewer to. Now when I start my application I get a login screen for the database that I'm using to report on. Does anyone know of how I get rid of the login requirement I want my users to have access to the report without having to login again. &nbs ...Show All
Smart Device Development SCSI device mapping
Hi all, We have an application (written in C/C++) for management of SCSI storage devices. Through this application, we are creating a logical drive (LD) using two physical disks and this LD should show up in the list of volumes in Windows. The job of exposing the newly created LD to Windows is done by the device driver for the RAID controller. So after this is successfully done, one can right click on My Computer, then Manage -> Disk Management, and can see the new LD there. The problem is, in some cases (that is, for some version of the application) this newly created LD is not getting ...Show All
SQL Server How to set an action?
Hi, I want to link to a website (like www.google.com ) when user click any cell in cube browser. Then I set an action, the setting detail as following: Target Type: Cells Target Object: All Cells Action Content Type: URL Action expression: www.google.com But it's not work fine. When I click any cell in cube browse there is an error message. Is any problem in my setting detail especially Action expression thanks, Try the full URL: " http://www.google.com ", because certain safety options can block browsing if the UR ...Show All
Visual C# C# .NET Naming Conventions
Does anyone know where I can find a list of naming conventions for UI elements. I found a bunch of places where they have variable, property, method, event handler, formatting style, etc. conventions. But I am having a hard time finding naming conventions other than the Visual Basic 6.0 Naming Conventions on Microsoft's website. As the programming world is rapidly moving away from hungarian notation, it's easy to state that you should not use it, or any type of prefixed notation. Naming textboxes "txtThisAndThat" or strings "strThatAndThis" is unnecessary, since the IDE can give you the type and ...Show All
.NET Development Release Date
Hi, What is release date of the .Net 2.0. Currently my application is using .Net framework 1.1 and plan move to .Net 2.0 . Is there any potential threads over .net 1.1. What is advantages of .Net 2.0 over .Net 1.1 Regards, Ashish Hi Ashish, .Net 2.0 is already released on 7 November 2005, together with Visual Studio 2005. Look at http://msdn.microsoft.com/netframework/ for more information. Sandor ...Show All
Visual Studio Express Editions Function help
I am trying to get the information from textbox1 and output it into an array. I have tried this: char chrsplit[1000] strcpy(chrsplit, enctextbox->Text->ToCharArray()); but i get this error error C2664: 'strcpy' : cannot convert parameter 2 from 'cli::array<Type,dimension> ^' to 'const char *' with [ Type=wchar_t, dimension=1 ] i found on another forum that this may be b ...Show All
Visual C# Convert c++ file.h to c#.cs DllImport
Hi Does anybody know a tool where I can choose c++ header file (with function header) and it will create me C# file with DllImports of c++ function why dont you do it yourself you know c++ anyway i think there will be a problem .. DllImport need the path to the dll... is it present in the c++ header/ ...Show All
Visual Studio Team System Can't Open Team Explorer
I don't have a domain, and I have set up my server so that I can connect via SSL over the internet. I am running Beta3 refresh. I installed Team Foundation client on an external machine as well as the server. When I first finished the install, I was able to connect on both machines. Then I re-configured the server so that the Team Foundation Server website was on port 443 for SSL and 80 for TCP (although port 80 is not open on our router). The Default Web Site is on port 8080 (which is open). I can connect from an external client. Very fun :) I can also connect via the command line on the server. I ...Show All
Windows Forms How to change textbox backcolor on textchanged
I want to change the backcolor of a textbox control when the user changes the text in that box. However, I preload the textbox with data from a dataview. I don't want to change the color when preloading, but I don't see how to change the backcolor only when the user changes text, not when it is changed programmatically. Thanks for the advice. ...Show All
Software Development for Windows Vista Deriving, CodeConditions and HandleExternalEvent Activities.
Hi all, Thanks to great help previously, I'm up and cooking with my derived StateMachineWorkflow activity. Hence - another problem. In the 'dervivedWF' I want to call a common 'RunCodeCondition' method from a set of IfThenElseBranch/CodeConditions - however, the method does not display in the drop down Funny enough - from a HandleExternalEventActivity, part of the bindings for input parameters..... inData *IS* selectable for a parameter. I wouldnt have thought I'd have to create a dependant property for this (Mind you, it doesnt compile at the moment - non descriptive error - just fail, so it all could be wrong) Anyone done this or sim ...Show All
Visual C# Method being invoked not supported in release build at this time
Hi everybody ! If any body has seen and came across the error like below: "The method being invoked is not supported in release build at this time. Please use a debug build to enable this method." Please revert back..I am calling a function inside a DLL referred, it throws this error on function call. Same function was successfully executed on other remote machine. Please reply if any body knows any solution. Thanks. Are the methods you are calling a public documented feature of these DLLs It sounds like whoever wrote the DLL didn't want you to call those functions from a rel ...Show All
Software Development for Windows Vista How can I use WMV Encoder?
Well, I don’t know how to make *.wmv files in the directshow. Could someone help me thanks! A place to start might be http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmform95/htm/directshowandwindowsmedia.asp ...Show All
