paul002000's Q&A profile
Windows Forms migrating winform application to web form
Hi, I would like to migrate my winform application to asp .net (web form). Any pointers towards this will be helpful. Thanks, Amit. ...Show All
Visual Basic Small Text in Solution Explorer and others
All- I am running Visual Basic 2005 Express Edition Beta 2.0. In the Solution Explorer, New Project dialog, and other toolboxes and browse windows, the fonts are very small, almost unreadable. This only happens with VB2005 Express and none of the otehr apps on my PC. When I log in as local administrator, the problem goes away. It just seems to be for my profile. I looked at all of the possible settings and I c ...Show All
Windows Forms 120dpi and vs.net form designer
I've set 120dpi on my computer, and I open a form (version 1) created by my teammate and edit it on my computer, the forms are auto scaled up and look great on my screen. I've added some controls to the form and I haven't changed the size of form and saved it (version 2), I sent it back to my teammate. When he open the forms on his 96 dpi computer, forms are scaled down, and i ...Show All
SQL Server recover deleted data
I want to learn that if my query deleted all data in the table by mistake, is it possible recovery and how Hi Sinem, If you did taht in a transaction: BEGIN TRANSACTION <DELETQuery> --YOu Can do a ROLLBACK Here If not or you commited it’, you need a backup to restore. If you have a Full backup and kept the transaction log backups you can do a Point in time recovery to the second where you deleted it. No ...Show All
Visual C++ winnt.h(222): Error C2146 ...
All, line 222 in winnt.h reads like this: typedef void * POINTER_64 PVOID64; and creates the error message Error C2146: syntax error: missing ';' before identifier PVOID64. I am trying to throw VC++ 2005 Express on Windows 2000 Pro SP4 at a modifed version of the amcap sample program of DirectShow. This is the version I have downloaded with DirectX 9.0b on 11 Oct. 2004 and ...Show All
Visual Studio 2008 (Pre-release) New approach to 3D content in WPF
If you work with 3D in WPF you probably had some problems with defining 3D objects. I would like to present my solution to this problem. Let's say you have found a great looking 3D model on the internet and want to use it in your WPF application. Or maybe you have designed your own model in a 3D modeling application. The only thing you have to do is to get the model in 3ds file format and use my Reader3ds library t ...Show All
.NET Development using XML with Excel
I have an Xml document that is quite strait forward. I can use a XSL document to format it correctly but I now have to add in 1 more element to the XML file that I do not want to show in the Excel document. How do I go about doing this My XML is as follows: < xml version="1.0" encoding="utf-8" > <AreasRoot> <room name="Entrance Hall"> <item name="Doors"> &nb ...Show All
Windows Forms GDI+: Redrawing Controls Question
Greetings All, Just for fun I am trying to redraw the command button using GDI+. I redrew the button using the paint event as shown in code below. What I learned is that when you redraw the button it loses the hover effect (change&n ...Show All
Visual Studio Express Editions I can´t create a new Website!
When I try to create a new web site, I get this error "the number separator information specified in the numberformatinfo in ambiguous for parsing" and the project isn't created. I can create new single files but no project. My Windows is XP danish I trying to create asp.net Web Site version 2.0.50215 My mail Haniiraqi@hotmail.com you also could try to change the decimalseparator to , and groupseparator ...Show All
.NET Development VS2005: dataSet.Tables(0).GetErrors
I am finding the following code is behaving differently between VS2003 and VS2005. In VS2003 GetErrors returns all of the errors in Tables(0) but in VS2005 only the first error is returned. Is there a way to get all of the errors Try dataSet.EnforceConstraints = True Catch ex2 As System.Data.ConstraintException Dim errorRows As DataRow() = dataSet.Tables(0).GetErrors VS2005 version information: Microsoft V ...Show All
Smart Device Development unresolved external symbol __CxxFrameHandler3 or __ArrayUnwind
I am building my application targeted for the PocketPC platform. The app builds for Win32 fine. I get one linker error when I build now: LIBCMTD.lib(ehvccctr_ce.obj) : error LNK2005: "void __cdecl __ArrayUnwind(void *,unsigned int,int,void (__cdecl*)(void *))" ( __ArrayUnwind@@YAXPAXIHP6AX0@Z@Z) already defined in ccrtrtti.lib(ehvecdtr.obj) If I remove the LIBCMTD.lib by adding it to the ignore libraries, then I get this err ...Show All
Visual Studio Express Editions New to VB, this can't be rocket science... Object reference not set to instance of object
Hello, I am new at this, and am trying really hard to figure this problem out knowing there is a simple solution to it! Basically I created a form that allowed me to select an item from a list box. When I selected that item I turned it into a variable so that I can do other things with it later in the program. All I want to do now is save that variable back to a new database under a different catagory. I know I might be writing this all w ...Show All
Visual Studio VSS 2005 can not show history.
I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. Computer Comfigurations: Windows 2000 Advanced Server sp4 English Dual Monitors VSS in english mode (i think) 80 gig hd 1 gig mem p4 3 ghz Windows XP Pro sp2 same config as above Checke ...Show All
Visual Studio Team System Decent amount of memory to run Virtual PC
Yesterday I was at our local Microsoft office to watch presentation of new VS Team System feature. The speaker used Virtual PC on his notebook and it was painfully slow. Grotesquely slow. The speaker had to have QnA breaks during his presentation while his PC was executing selected action. I asked him how much RAM he had. One gig. And this is what I was going to have on my notebook to test Beta 2. Out of the question. But before I plan for 1.5 ...Show All
.NET Development Creating ASP.Net WebUserControl at RunTime and saving as a new .ascx file using CodeDom
Can anyone please throw some light on creating ASP.Net WebUserControl at RunTime and saving as a new .ascx file using CodeDom Thanks in advance. Hi! That's a fantastic question! First off, you should be able to create the web user control in code by declaring a new instance of a webuser control, and then dynamically adding your controls to it, just like you would if you were adding controls to an existing page, or what have you. Sa ...Show All
