473,750 Members | 2,170 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
1
1,676
thread by: syntheticpp | last post Feb 28 '06 by: Carl Daniel [VC++ MVP]
Here a compiler bug of msvc 8 (14.00.50727.42): fatal error C1060: compiler is out of heap space Without the virtual inheritance it compiles fine. GCC has no problems. Code (tested with Loki 0.1.3):
1
1,551
thread by: tlemcenvisit | last post Feb 28 '06 by: Bruno van Dooren
Hello, Please, what is the equivalent code of if(e.Button == MouseButtons.Left) in VC++.NET Thanks in advance
1
1,853
thread by: poojapatel22 | last post Feb 28 '06 by: Bruno van Dooren
hi all, i had created a Windows NT service in VC 6.0 and i want to develop sasme thing in VC++.Net as per my Requirement. In VC 6.0 we get the Notification Like SERVICE_CONTROL_DEVICEEVENT by Registering through "RegisterDeviceNotification" and for that we r using RegisterServiceCtrlHandlerEx. i want to get same type of notification in...
0
1,619
thread by: AndyB | last post Feb 28 '06 by: AndyB
I'm using xsd.exe to generate a typed-dataset. Then using typed dataset tables (datatables containing two columns--a name and a value) to bind to ASP.NET dropdown list controls (for the dropdown list option values). All was fine with the binding, until I moved the dataset to a different assembly, as I found out that the DataColumn property...
3
1,969
thread by: Ubergeek | last post Feb 28 '06 by: Bruno van Dooren
I have a project (Win32 application) that I want to change to a console application. Does anyone know what to edit in which file, to implement the change?
3
1,385
thread by: Tobias.Bischof | last post Feb 28 '06 by: Joe Kesselman
Hi, i'm using xerces2 to deal with XML files my JAVA app stores data in. Now i have my schema located in %program-path%/resources but want to be free to store my XML files wherever i want and also don't want to hard-code %program-path%/resources into the XML file. I think Xerces looks in the Java-Classpath for the schema but this didn't...
1
3,702
thread by: midnight madness | last post Feb 28 '06 by: Jay B. Harlow [MVP - Outlook]
I tried but failed to implement a template class that support IEnumerator<T> interface using C++/CLI in VS 2005 Professional version. I could not figure out the proper syntax to implement the property "Current". The challange is that I need to implement two versions of the property: one of type System::Object as required by...
0
279
thread by: gad | last post Feb 28 '06 by: gad
How do i make an update to a dll after installing it at a client?
0
970
thread by: MedDBA | last post Feb 28 '06 by: MedDBA
VB.NET v. 7.1.3088 Framework 1.1 v.1.4322 SP1 IIS v.6.0 Development PC uses Windows XP Prof v. 2002 SP2 Using a web applicaiton. Added COM reference to Microsoft Word 11.0 Object Library.
0
1,022
thread by: Herby | last post Feb 28 '06 by: Herby
Im having a problem with dates when using SQL. I am using C++\CLI so thought i would post here too... I have something like: effective_date = '1/1/1990' Iv then tried things like effective_date = {ts '1990-01-01 00:00:00'}
1
956
thread by: davidw | last post Feb 28 '06 by: Martin Honnen
so xml could look like <field>test</field> or <field><test>this is a test</test></field> thanks!
1
2,729
thread by: russell.lane | last post Feb 28 '06 by: Steven Cheng[MSFT]
I've established user login identity impersonation and delegation for a multi-tier web application. I'm running into a case where authentication fails when a user accesses the app from a browser on one machine, but not from another machine. The relevant details -- in both cases, all of the following are in effect: Same user account....
1
1,166
thread by: Dharmaraj | last post Feb 28 '06 by: Vadym Stetsyak
hi i am doing project in VC++ .net. i need to communication 2 system using winsock or any other methods aviable.
2
1,276
thread by: Steve | last post Feb 28 '06 by: Steve
Hi, I'm currently teaching myself about XML schems at the same time as specifying the XML document for a project I've been given to write. (I'm new to the XML world, so progress is a little slow at the moment!) I find myself needing to restrict an element to contain either an integer in the range of 01 - 99 OR the value "*9". Because of...
0
1,378
thread by: Ubergeek | last post Feb 28 '06 by: Ubergeek
I noticed this bug ever since I installed VC7.1 on the same machine as VC6. Sometimes when I am working with VC6, when I do a build, after the build finishes, the various menu items/toolbars remain disabled and I cant do another build - or even quit VC. Everytime I try to quit, I am informed that I cannot Exit whilst a build is in progress,...
0
774
thread by: MiniMe | last post Feb 28 '06 by: MiniMe
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=4617063717
1
304
thread by: gad | last post Feb 28 '06 by: Tim Anderson
what is the use of registry key in the setup deployment project? For what purpose it is?
1
4,108
thread by: Peter Nofelt | last post Feb 28 '06 by: Frans Bouma [C# MVP]
Hey All, I'm wondering if I'm able to have create generic user controls in .net 2.0 much like one can create generic classes. I would like to do this so that I can handle a set a types derived from the same base type within a user control Consider the following scenario:
0
1,023
thread by: gerry.brennan | last post Feb 28 '06 by: gerry.brennan
Hi, Does anyone know if it is possible to turn just "Vertical gridlines" a different colour in a datagrid. Gerry.
3
5,473
thread by: Andre Nogueira | last post Feb 28 '06 by: Patrice
Hi guys I am developing a program which draws stuff on the screen (outside of the form). For this I use the GetDC function of user32.dll to get a handle to the desktop, and then use GDI+ to draw. So far so good. The problem is that before drawing, I have to erase what I had previously drawn. I tried using the InvalidateRect API function,...
7
2,583
thread by: Pieter | last post Feb 28 '06 by: Pieter
Hi, I'm looking for a DateTimePicker that supports 100% databinding (and support null-values)... It's a shame that the normal control doesn't, but when searching on the internet, I didn't find any solution that works without problems. Does anybody know where I can find an inherited DateTimePicker that supports databinding and...
6
1,292
thread by: kate2006 | last post Feb 28 '06 by: guy
hi guys, I am having problem reading binary file ? I dont know what is written inside the binary file ( prob numbers) , but i tried so many times with different parameters but not able to get the output... any idea??
12
1,533
thread by: Greg | last post Feb 28 '06 by: Bruno van Dooren
For all new desktop apps is managed/CLR recommended? I.e. Native MFC/Win32 not recommended in general for new desktop apps? Speaking in general, not referring to exceptions (e.g. drivers) -- Greg McPherran www.McPherran.com
1
1,043
thread by: snicks | last post Feb 28 '06 by: Luke Zhang [MSFT]
I have a couple 2003 projects that I'm maintaining. I just got a new computer and would like to forgo Studio 2003 if I can maintain the ASP.NET 1.1 sites without upgrading them to ASP.NET 2.0. Can I use Studio 2005 to develop/debug/maintain ASP.NET 1.1 sites? Thank you.
0
1,135
thread by: herbert | last post Feb 28 '06 by: herbert
How do I set the start position of the window containing a console app? Specifically I run multiple startup projects in VS, each being a console app. They should read the size of the desktop and then divide the desktop up equally. I think this is called tiled windows (versus overlapped). thanks herbert

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.