edmund83's Q&A profile
Visual Studio Visual Studio .net 2003 Help does not work
Hi! I have found yet another problem. I am trying to read through the tutorials that came with this progam and sadly, it does not work either. I get a server not found error in what looks like a browser incorporated in the software. Another thing that was interesting, the registration for this software does not appear to work either. Is this why I am seein visual studio .net 2005 There is so many bugs in 2003 that they decided to release a new version as a cleanup 2 years later It doesn't give you a nice warm feeling. I am new to programming with the visual studio tools so if anyone could point me ...Show All
Windows Forms multitasking
I have get 2 questions ...about multitasking 1)is there any way to get a picture of a window content while it's minimized (i.e. :lets say I want to write to a file what's going on my anti-virus window while it's minimized) 2)is it possible to give a window inputs(from mouse or keyboards) from my application while the real user is using a ...Show All
Smart Device Development Can I use the same emulator in evc4 and PB42?
Hi, Now I can use the emulator to debug the WinCE OS image with Platform Builder4.2 and the application with EVC4.0 separately.My question is that can I debug my evc application in the same emulator in whitch I build my image. If it is possible ,can you tell me what steps should I follow Hi Sihong Yes, you can use the same emulator instance for Platform Builder 4.2 and eVC 4.0 debugging. If you have the "Standard SDK for Windows CE.NET" in your OS Design: a) Install the Standard SDK for Windows CE.NET 4.2 ( http://www.microsoft.com/downloads/details.aspx FamilyID=A08F6991-16B0-4019-A174-0C40E6D25FE7& ...Show All
Smart Device Development wake the device while he is in screen save mode
Hi All, is there a way (I’m sure there is, I’ve just have to know how to do it…) to wake the device while he is in screen save mode for example, when I got something from the server and the screen is in save mode, to wake the device with my new content. thanks, Oren. This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to o ...Show All
Visual C++ Link error in VS .Net 2003
Link error in VS .Net 2003 Linking... msvcrt.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup C:\idlr.exe : fatal error LNK1120: 1 unresolved externals I don't know what is this error.. The project compiled prefectly under debug mode but not in release mode. and the configuration is the same under both mode. Here is the highlight of the project properties: Linker->System->SubSystem: Console (/SUBSYSTEM:CONSOLE) Linker->Input-> Ignore All Default Libraries = No Please help. Thanks. Try recreating the project using File -> New -> Proj ...Show All
Visual Studio Express Editions Configuration Error in web.config line 42 after installation
Hello, I just intalled VWD 2005 Express beta-2 on Windows 2000 SP4 and I did create a new web site. Just after the creation of the web site (I haven't added anything in the project yet, I went in Website -> ASP.NET Configuration and I got the following error : Server Error in '/asp.netwebadminfiles' Application. The first thing that I would do is to remove the beta 2 product and install the full release package, since the release of the RTM version there have been some major changes. Visual studio express editions FAQ http://msdn.microsoft.com/vstudio/express/support/faq/ Visual Studio Express edition Registration FAQ http://ms ...Show All
Visual Basic How to get Stings of 8 bit Chars from Comm Port
I am using an MSDN RS232 sample VB code in VSTS2005 to read and write from/to the Com1 port. But the example uses System.Text.ASCIIEncoding.GetString which only handles 7-bit ASCII characters, not 8-bit. I don't see any Encoding format that will return strings of simple 8 bit bytes of characters from the Serial port unmodified. What Encoding code can I use for simple strings of 8-bit bytes so that I can handle 8-bit binary data from the COM1 port properly How can I convert Byte Array into Strings of 8 bit characters Thanks for your Help. Jayson's post revived an old memory cell. Try using code pag ...Show All
Visual Studio 2008 (Pre-release) When is WPF going live for Windows XP
II've posted this thread in another Vista related forum, where I was informed that ther *might* be a WPF "go live" program, which would allow for product to roll out using WPF vefore Vista is officially launched. Is there indeed such a thing There is not a WPF Go-Live program yet. We are planning on having one before Windows Vista is officially launched. More explanation on why we don't have one now can be found on my blog at http://blogs.msdn.com/arikc/archive/2006/01/18/514448.aspx -Arik ...Show All
Visual Basic pace analysis
Hi, Is anyone developing his or her own application in VB .NET or C# .NET to calculate pace ratings for thoroughbred and/or harness races Specifically, distance conversions (furlongs and feet to meters, etc.) and distance adjustments for facilities in Argentina, Hong Kong, France, UK, Canada, and elsewhere; exception handlers for data entry at various distances, and algorithms to calculate the actual ratings. Suggestions for classes, functions, and enums would also be greatly appreciated. I am a novice programmer writing the application for my own personal use. Thanks ...Show All
Windows Forms Drag & Drop
Hello, i have a user contol called container_control. The three other controls kalk_container, preis_container, ... inherit from container_control. In a Panel i have overwritten the OnDragDrop Event. Within this Event i want to change the Location of the Controls dragged in. But i just want to allow controls inherited from container_control to be dragged. My code now is&n ...Show All
Windows Forms Save a web form as mht or html
Hi there, i am developing an application using vb.net which uses Web browser control to browse web pages. i want to save the page which web browser control has loaded, as mht or html so that later i can use it, but i dont know how. Can someone tell me how Thanks in advance Maybe you can accsess the DocumentText property, and save it as html: string htmlText = webBrowser1.DocumentText; System.IO. File .WriteAllText( "c:\\test.html" , htmlText); But the pictures will not be shown I think. ...Show All
Visual Studio Orchestration Features
Hi Gareth, Thanks for your response to the text templating query. Can you please provide an overview of what the is planned to be included in the orchestration feature area Cheers Susan As program manager specifying these features, Gareth asked me to respond to this. We expect that for serious projects there'll be many, many text templates generating even more files. There will likely be dependencies between templates. For example templates can be chained, so that the output of one template may provide the input to another; the order in which templates are applied matters. In addition, the same template ...Show All
Visual Studio CR - VS.NET 2005 - Selecting the Printer
Hello, I'm trying to have a report print to a designated printer. My code is as follows: Print rptDoc as ReportDocument .. Some Code for Report Selection .. rptDoc.PrintToPrinter(iCopies, Collate, 0, 999999) The code works fine except for the fact that it prints to the default printer. Basically what I want is to show a printer dialog box and then print to the selected printer. Right now to achieve this, I have to preview the report and then the user needs to click on the Print icon which in turn shows the printer dialog. Hopefully this makes sense. I've been working on something for the past 20 hours. I'm beat and beginning ...Show All
Smart Device Development Using the Data Access Application Block in Smart Device Apps
I am writing a Smart Device App and trying to use the Data Access Application Block (Microsoft.ApplicationBlocks.Data.dll) version2 in the data layer. I have succesfully use the dll in normal windows programs without any problems. However when i add my Data layer project to the Smart client project, i receive the "TypeLoadException" exception. Is the Data Access Application Block not supported in the .NET compact framework Take a look at the recently released application blocks from OpenNETCF which were released in collaboration with the patterns & practices team at Microsoft. http://www.opennetc ...Show All
Windows Forms outlook 2003 like navigation bar
Hi! I'm new to this forum. I would ask you if someone knows where I should find a FREE outlook 2003 like navigation bar... or even some smart navigation bars... Tnx in advance Bye Hi cubeccu, Since you're new here, I thought I'd let you know that you're much more likely to get help if you ask how to create or use an existing "out ...Show All
