Home All Groups Group Topic Search About

Score DataTable foreign key
Emre DÝNÇER - 26 Nov 2007 12:52 PM - 8 messages
Dear All, is it possible to extract the DataColumn which is a foreign key of another table. foreach (DataRelation dr in dsIlce.Tables[0].ParentRelations) { Console.WriteLine("123"); console.WriteLine(dr.ParentTable.TableName.ToString()); } prints nothing unfortunately.. thanks in advance ...
Score Will You Use LINQ?
Jonathan Wood - 28 Nov 2007 5:14 AM - 15 messages
So, VS2008 is now available ([link]). One thing I'm now wondering about is how much sense LINQ makes. I've been reading of all the advantages of stored procedures: more secure, more efficient, and better organization of code associated with a database. ...
Score Performance Monitor / Database Storage using ODBC
PetitGosaimass - 28 Nov 2007 11:47 AM - 10 messages
Hello, i am trying to to store some performance monitor counters into a SQl Server Database (SQL 2005 Std, on a W2K3 cluster environment). It seems to be working, using an ODBC Datasource with the SQLServer driver (th native client is not compatible with an odbc feature according to a ...
Score Need More ADO Suggestions
Jonathan Wood - 28 Nov 2007 2:41 AM - 11 messages
I'm still trying to get a handle on ASP.NET and ADO.NET. Since there is a bit of code involved in executing a procedure, I thought I'd stick it in it's own routine. So I tried the following. I was able to determine this does not work ...
Score Reading a SQLCLR Stored Proc. Result
Scott M. - 12 Nov 2007 7:48 PM - 15 messages
How do you consume the result of a SQLCLR stored procedure when it returns a SQLDataRow? Thanks. ...
Score Linq2Sql issues
gerry - 26 Nov 2007 4:40 PM - 8 messages
I am looking at Linq2Sql in VS2008 and have run into a couple of things : <Short Version>     1 - Linq To Sql designer has problems with multi-level namespace.  View Code generates error "The name SimpleNS.SubNS is not a valid identifier. ...
Score Getting error 0x80004005 while retrieving the public folder table
san - 14 Nov 2007 9:38 AM - 17 messages
I am getting error 0x80004005 while retrieving the public folders from exchange 2003 using the GetPublicFolderStore table of the IExchangeManageStore. I could not able to get the public folder table.  Also the mapi profile used to get the public folder table has the sufficient rights. ...
Score Error in Treeview with Checkboxes and Vista
Dieter Pelz - 31 Oct 2007 10:40 AM - 17 messages
Hallo, there is an error in the TreeView control when checkboxes are enabled. When the checkbox is double clicked the node is visibly not checked, but the Checked property is still true; I'm using Visual Studio 2005. Windows Vista und Vista 64 has this error. ...
Score EWS: using ExtendedFieldURI to retrive calendar customs properties between 0x8000 and 0xFFFE
Dom - 5 Nov 2007 4:53 PM - 10 messages
Hello, I try to get a Gid23 from an appointment, using this XML: <GetItem xmlns="http://schemas.microsoft.com/exchange/services/2006/ messages">       <ItemShape>         <t:BaseShape>IdOnly</t:BaseShape> ...
Score Use Mapi in web service
arsenmkrt - 18 Oct 2007 1:48 PM - 8 messages
Hi. I develop an ASP.NET web service that calls COM Interop function which do some work by MAPI (change properties of some mails in a given users mailbox) .. The problem is when I put my web service under IIS the exception is thrown ...
Score Adding disclaimer
Ralfeus - 3 Oct 2007 11:37 AM - 18 messages
Hi, all I want to add a disclaimer to each outgoing mail message in Exchange 2003. Is there any ways to do it? Thanks Mykhaylo ...
Score Event Registration error...
Alan Jackson - 26 Jul 2005 6:39 PM - 7 messages
I am new to creating event sinks, so please forgive the newbie question.  I am trying to create an event sink that checks public folders for new messages and sends a notification to a set group of people.  I have a VBS scrip that I am using that I want to run against ...
Score Store Event Sink in Exchange 2007 using CDOEX
knutl - 2 Oct 2007 11:07 AM - 8 messages
Hi all I'm making an event sink (asynchronous) that will process e-mails, appointments and tasks that contain some custome parametres set with an Outlook add-in. 1) Currently I have problems finding the right cdoex.dll file. I'm developing ...
Score migrate 2003 to 2007
Ricky - 17 Oct 2007 8:02 PM - 12 messages
Hi I want to migrate from Windows / Exchange 2003 32bits to Windows 2003 64 bits / Exchange 2007 64 bits but I don't have any experience doing this type of operations so I really need your help. 1) What type of arquitecture (load balance? ; other?) should I implement ...
Score WebDAV change appointment
Dmitriy - 15 Oct 2007 3:07 PM - 10 messages
What is the best way to change existing appointment? Let's say we stored urn:schemas:calendar:uid and want to update it and add new property or something. Thanks, Dmitriy ...
Score Creating an appointment using CDO
Patrick_Stählin - 27 Apr 2007 12:45 PM - 3 messages
Hi! I'm trying to create an appointment using CDO and C#. The target-system runs a Exchange 2003 Server. Using the code from kb310557 [0] (full code below) I was able to create Appointments for the "Administrator" user. Changing the URL to point to ...
Score Exchange 2007 - problem retrieving timezone
GvO - 28 Sep 2007 2:18 PM - 7 messages
I try to retrieve the timezone of a user in exchange with WebDav. In exchange 2000 and 2003 it worked with a simple propfind [link] Now, in exchange 2007 this property is not created for a new user. Even if i ...
Score Exchange 2007 appointment creation using a POST request return HTTP 403 (forbiden)
Dom - 28 Sep 2007 3:09 PM - 10 messages
The used request works fine on Exchange 2000 and Exchange 2003, but there is no way to make it works on Exchange 2007, always the same answer: HTTP 403. I don't think it's an authentication problem, because all the other ...
Score cdo SMTP errors in Vista -- (worked) in XP
Tech_vs_Life - 19 Mar 2007 5:58 AM - 8 messages
After switching from XP to Vista, I'm having problems with some code that makes use of cdo (I'm using my ISP email account to send mail via smtp). Initially I got back an error: The 'SendUsing' configuration value is invalid. ...
Score MAPI proptag reference?
billmersjr - 18 Sep 2007 7:48 PM - 9 messages
Hi all, Is there a reference available that lists all properties available in the [link] namespace?  In particular I'm looking for properties that might not be completely obvious, such as Free/Busy data, etc. ...
Score Events not treated :(
D.Hinnen - 13 Apr 2005 8:43 AM - 3 messages
Hi guys ! We are currently developping an application to synchronize data between    a Public Folder (Exchange 2003, Contacts) and a database. By using "regevent.vbs" or "Exchange Explorer" we can configure to treat an event (OnSave) by a simple vbscript. ...
Score Extracting attendee status from calendar entries
Stephane Barizien - 11 Sep 2007 9:04 AM - 9 messages
I'm desperately trying to extract the list of attendees with Accepted/Declined/Tentative/No answer status from a calendar meeting object. I've started from the code at: [link] in order to avoid starting from scratch. ...
Score How to create hyperlink in the page already opened?
Jack - 21 Nov 2007 10:45 PM - 26 messages
Hello,            I am looking for the way to invoke hyperlink functionality when the user clicks on selected word. Is that possible? I can use javascript to retrieve the word clicked on. How can I embedd that ...
Score How to bind text box to the table?
Jack - 22 Nov 2007 10:40 PM - 8 messages
Is that possible? In design stage when I change the table position the text box which was placed inside it will not move with it. Is there any way to permanently anchor text box to the table? Jack ...
Score unable to create new pages
nickcrowder@gmail.com - 10 Nov 2007 4:13 PM - 8 messages
I posted earlier on this and I am still having a problem. I loaded FP2000 on my computer with xp -- I am able to pull up my pages with edit with microsoft FP - I am able to edit pages. However, when I go to page and press new - and when I am ready to save ...
Score <a href ...> not working
Trevor Lawrence - 10 Nov 2007 12:09 AM - 9 messages
I have a button with an <a> tag which works on the web, but not locally It is:   <a href="../" target="_parent">    <img style="border: none;" src="res/up.gif" onmouseover="this.src=up1.src" onmouseout="this.src=up0.src" width="31" ...
Score widescreen monitors
mcg - 30 Oct 2007 5:27 PM - 12 messages
How do I set up my FP2000 built site to show up the same on all monitors?  When viewed on a wide monitor all of my settings are off.  It is configured for a 800x600 view. ...
Score MS Frontpage
Lorean - 11 Oct 2007 6:33 AM - 17 messages
I have just used Front Page to publish my web.  After all my hard work, My web is not showing my images.  I have tried all the cures posted on the self help site and still cannot see images.  I also made sure my front page ...
Score Values of Dropdown Boxes
John Ciccone - 26 Apr 2007 7:34 AM - 4 messages
How in the world do I get the value of a dropdown list box? If the list options are: Apple Orange Banana and I select Orange, what is the value? e.g. I have a function sendform() {   with (document.form1) ...
Score loss of traffic overnight
Lee - 22 Oct 2007 1:28 PM - 19 messages
Problem with loss of traffic overnight and this address keeps appearing in my statistics  20th September 2007 westcountrylinks.co.uk/_vti_bin/_vti_aut/author.dll I have not changed anything on the site. can anyone help please, I have been running the site for 6 years and have ...
Score Form spamming
Skimbleway - 25 Apr 2007 11:30 PM - 18 messages
We are having some difficulty with a spammer who uses the Contact us! Form on our website.  The spammer uses the same letters in the 'Name', 'E-mail address', 'Location' etc boxes followed by the usual spam rubbish in the ...
Score can't find largest database record
Dave Lagergren - 15 Sep 2007 4:10 AM - 8 messages
I am using the following code to find the largest record number in a database.  I have an include file that handles getting the database open.  The "ordernumber" column of the database is sorted in ascending order.  This ...
Score Finding next "ordernumber" in database
Dave Lagergren - 14 Sep 2007 6:02 PM - 7 messages
I have a database where I store orders.  One order may have multiple records. Because of this I cannot use the "Key" to assign order numbers.  I have a column "OrderNumber" that needs to increment with each new order.  I was ...
Score Re: front page 2003 running on small business server 2003 r2 issue
Ronx - 31 Aug 2007 8:36 AM - 14 messages
You are mistaken. FrontPage will create sub webs in an existing web site that has FP extensions installed.  It will create disc based webs on a hard disc, where there is NO web server.  It cannot create a brand new, server ...
Score How to create a single reusable alert in SQL Server Agent?
francis.moore - 26 Nov 2007 3:45 PM - 8 messages
Hi, I have numerous SQL scripts that run as jobs under SQL Server Agent. I've been playing with the alert system and got it working using a test script. However, it seems that it's not possible to create a single alert and ...
Score Import data to sql Server 6.5
Gudni G. Sigurdsson - 16 Nov 2007 3:54 PM - 10 messages
I have a datafile, Bendill.dat, from a SQL6.5 database I used to run some time ago.  The machine on which this used to run is not operational any more. I have set up SQL Server 6.5 on a virtual machine, and want to import my old ...
Score SQL2k Profiler: load big trace file into table, on small system ?
Steve M - 17 Oct 2007 7:08 AM - 10 messages
I am in a SQL2k environment, and am working on a machine with maybe 500 MB of free space on its C:\ drive, where the SQL2k binaries are installed. I have some profiler files I generated on another box, some up to 2.5 GB in ...
Score Square Brackets
JW - 22 Oct 2007 8:24 PM - 11 messages
Does anyone know how to get rid of the square brackets when generating code in SSMS (besides manual search a replace every time!)? Is there a configuration setting that I can chage to get rid of this abhorrent default!!!! ...
Score SQL Profiler won't allow a developer to login
Jason - 18 Oct 2007 10:14 PM - 15 messages
Hi, I have a SQL Server that is causing some issues when devleopers attempt to load SQL profiler. I am an admin on the server and have no problems at all. I have read many articles about granting permission to "Alter Trace" but I ...
Score Database copy
msnews - 8 Nov 2007 9:07 PM - 9 messages
I like to use the copy database tool to copy 15 databases from a production SQL 2005 64 Bit to a test SQL 2005 64 Bit system. Is there a documentation specific about how to do it? ...
Score one-to-one relationships in a database diagram
Andy Fish - 2 Nov 2007 11:29 AM - 11 messages
hello, I am trying to figure out how to draw a 1:1 relationship in a database diagram (or with foreign keys) from visual studio 2005. in the books online it explains one-to-one relationships and even shows one ...
Score Last Modified Date of table, queries, views, sprocs
SilkCityFlorida - 22 Oct 2007 5:15 PM - 12 messages
I am working in SQL Server 2005, SQL Management Studio.  I have made a number of changes over the last week in my test database, and now need to migrate those changes to a production DB.  How do I get a list of what tables, views, ...
Score SQLDMO with VB6
MylesJ - 18 Oct 2007 11:39 PM - 5 messages
I'm trying to distribute SQLDMO with my VB6 app, which connects to SQL Server 2005 Express. I'm using InstallShield to make my installer. I used the MS article 326613 to get a list of the files I need to distribute. I added those ...
Score Database Script Does Not Account for Dependencies
Charles Law - 5 Oct 2007 5:55 PM - 27 messages
I don't know if I have missed something here, but I blindly thought that if I used SSMS to script my database, I could run the script on a new instance and get a database out of it. The script fails, and I get an error saying that a stored procedure requires ...
Score Management Studio keeps blowing up
Kyle Jedrusiak - 9 Oct 2007 1:17 PM - 10 messages
Within the last two weeks SQL Server Management Studio has started to blow up with a "Would you like to report this to MS" window. It's running on XP Pro.  2GB RAM and plenty of HD space. I have run a complete scan with Norton and Defender.  I even ran a Checkdisk ...
Score BCP with a query in a file, or SQLCMD outputting tab-delimited?
PhilHibbs - 16 Oct 2007 9:27 AM - 12 messages
I need to do a few simple tab-delimited extracts from MS SQL Server 2005. The extracts are going to be relatively simple table joins, but still the SQL for the query could be a few hundred characters long so ...
Score SQL Server 2000 EM vs. SQL Server 2005 MS
MZeeshan - 15 Oct 2007 8:55 PM - 8 messages
One of the key differences we immediately noticed after upgrading to SQL Server 2005 is the greatness of SQL Server 2000 EM -- its simplicity of design, ease of use and the concept 'less is more' For instance, if one wants to see the execution status of different jobs, ...
Score where can I get "Microsoft SQL Server Migration Test Toolkit" ?
chocolate - 12 Oct 2007 4:57 PM - 11 messages
hello, who can tell me where can I download it? thanks ºÇºÇ ...
Score Utility to read transaction logs
Ellen - 24 Sep 2007 2:48 PM - 13 messages
Is there a utility to read the transaction logs for SQL Server 2000? What about SQL Server 2005?  I need to review the transaction logs for two of my databases to see if/when some table columns were altered from 'null' to 'not ...
Score CPU-bound or I/O bound?
DWalker - 15 Sep 2007 8:34 PM - 6 messages
How do I find out if a given workload in SQL Server 2000 is CPU-Bound or I/O bound? How about in SQL 2005? Do I run a trace and process that?  What do I look for? I'm just trying to decide if I should upgrade the motherboard and CPU of my   ...
Score Generate SQL scripts in Management Studio
Michael MacGregor - 7 Sep 2007 7:12 PM - 23 messages
In Enterprise Manager it was possible to generate a script file per object, I do not see this option in Management Studio. Is it no longer available? If it is, where do I find this option? If it isn't, is there any other way to ...
Score Add Categories to outbound messages using CDO
bnaveke - 27 Nov 2007 7:09 PM - 6 messages
How do you add categories to messages you create and send using CDO? ...
Score Searching by To or From fields (Outlook 2003)
Eugene Mayevski - 21 Nov 2007 7:51 AM - 8 messages
Hello! I am trying to write a simple macro that will search for e-mails sent or received within the last 3 months to or from the given e-mail address. A common function when you want to find all mail communication related to some ...
Score Redemption MAPITable Question
Patrick Pirtle - 16 Nov 2007 5:38 PM - 9 messages
Well, this seems like it should be simple.  So, I assume I'm overlooking something small. Here's my code: Public Sub TestMapiTable()     Dim oRecordset As Object     Dim oTable As Object     Set oTable = CreateObject("Redemption.MAPITable") ...
Score Need help searching for "\\192" in body of new email
mikedavid00 - 13 Nov 2007 7:41 PM - 5 messages
Hi, It's rare I post for help without thoroughly searching, but I can't seem to find anything on this. We get automated email pointing to a network share for a file that is accessed by everyone. However, we need to copy it over to our local ...
Score Repost: Comparing Senders with Contacts
Patrick Pirtle - 23 Oct 2007 2:50 PM - 7 messages
I've written an app that redirects incoming emails to different folders based upon categories assigned in my contacts.  I use the lines:     strAddress = oSafeMail.Sender.Address     For i = 1 To 3         strFind = "[Email" & i & "Address] = """ & strAddress & """ and ...
Score Find flagstatus
PascalB - 29 Oct 2007 8:09 AM - 13 messages
Hi, Looking thru the help file and MSDN, I wasn't able to find an example to find messages by flagstatus. The only examples I found are looping thru the entire folder. I need to find only certain mailitems who are not flagged, or the Flagicon ...
Score How to access message body w/o Security Warning?
AgapeDisciple - 3 Oct 2007 2:30 PM - 15 messages
I'm trying to run a script that searches the message subject and body for keywords. I used a suggestion from another thread on accessing the MailItem through the Application object, but I still get a security warning on the message body.  (I'm running OL 2003 SP2.) ...
Score Detect completion of Outlook Send/Recieve programatically (vbs?)
Jaswicki - 2 Oct 2007 1:17 PM - 13 messages
How can I detect when the Outlook Send and Receive process is completed using VBScript or VB? Basically I have a program that needs to wait until the Outlook profile is completely synchronized before I can run a part of my ...
Score How do I modify a value for each New Mail Message?
AgapeDisciple - 27 Sep 2007 2:32 PM - 23 messages
I have a toolbar button within the mailitem that executes a function and changes the icon when the user clicks on it. I need to reset the icon to the default image for each new mail message. Currently I am doing this whenever the item is sent using ...
Score send email from reminder
NewToVB - 17 Sep 2007 7:27 PM - 13 messages
I have a macro that will send an email.  How do I make that macro run whenever that particular reminder goes off (not for just any reminder.)  For example:  When the SendEmail reminder goes off I want the SendMail macro to ...
Score new to SQL XML Validation. Please help with error
Farmer - 19 Nov 2007 5:14 PM - 7 messages
Hi. thanks for your help. I appreciate you time and effort in helping me. I am trying to create xsd schema and validate an xml as typed. I have been reading as much as I could in SQL BOL and seem to define it correctly. I can schema collection and it appears to be valid. ...
Score How to return the result (XML) with FOR XML EXPLICIT
ali.koyuncu - 15 Nov 2007 1:02 PM - 10 messages
Dear SQLXML specialists and other animals, I got the following SP, that runs a SQL statement with FOR XML EXPLICIT: **** SQL STATEMENT ***** CREATE PROCEDURE SP_F06_GetActions (     @MSISDN            as varchar(20), ...
Score How to Walk an XML Hierarchy Backwards
Rob - 7 Nov 2007 7:30 PM - 7 messages
To all, I have a process in which I need to walk an XML hierarchy backwards (I think) because I need to apply rules on the data that impact its parents data and therefore its subsequent rules.  Which in turn impact ...
Score XML Hierarchy Query
Rob - 5 Nov 2007 11:14 PM - 4 messages
To all, I need help in "flattening" an XML Hierarchy to be used in a downstream process.  I am using SQL 2005. Take this XML: <Active>     <SummaryGroup>         <GroupID>Income</GroupID> ...
Score xml carriage return
Chuck P - 6 Feb 2007 9:26 PM - 7 messages
I am doing an insert using parameters from vs05 to sql05 The data is going into an XML column.   SqlCommand cmd = new SqlCommand();         cmd.CommandText = "web.SurveyProfiles_upd";         cmd.CommandType = CommandType.StoredProcedure; ...
Score Creating XML
Loren Dummer - 26 Oct 2007 8:59 PM - 5 messages
I am reading 2 values from a database table, Status and SubStatus are the column names.  I am trying to create my output as xml. SELECT tablename.status as '@status'              ,tablename.substatus ...
Score dynamic xpath in XQUERY exist() function
Schwartzenberg - 15 Oct 2007 11:14 AM - 8 messages
I’m using SQL Server 2005, and this concerns making the xpath part of the XQUERY exist() function dynamic. I'm using the stored procedure below to make a Selection.  In the Where clause i use an XQUERY exist() function on my, xml_data column, which is of ...
Score Extracting xml values using xquery
CD - 7 Oct 2007 2:47 AM - 5 messages
Hello All, I am having problems extracting xml values from an xml document using XQuery and would appreciate your help. Here is the problem: I am writting a stored procedure to insert data into a table like: create table MyTable table ( ...
Score Un-encoding XML special characters, please help
Farmer - 17 Oct 2007 8:41 PM - 5 messages
Thnaks for your help! I am building dynamic SQL command to send some commands to SQL Service Broker. I tried this way, but when 25,000 rows hit it, it never completed. DECLARE @SQL nvarchar(max) SELECT @SQL = COALESCE(@SQL, N'') ...
Score XML limits in SQL/Server?
Ben - 7 Sep 2007 6:41 PM - 5 messages
I'm trying to apply techniques I'd normally use to pull data from SQL/Server to pull XML from SQL/Server, and I'm running into a problem.  Here's what I'm doing: 1.  I've built a stored procedure that pulls my data, and renders it into ...
Score Problem (dispose?) MDI forms
SealedClassSingleton - 16 Mar 2007 11:08 AM - 19 messages
Hi, I've a very weird error in an MDI application. From time to time, when closing a child form, the form is closed correctly (put some writelines on different places: form_closing / form_closed / dispose) but is not removed from the MDIparent. ...
Score Determine when dragging a form has stopped.
Bob Johnson - 20 Nov 2007 8:47 PM - 10 messages
How can I programmatically determine when a MDI child form has been dragged from one location to another within its MDI parent form? Ideally I'd like to trap some event that occurs when the dragging has stopped. Thanks. ...
Score Tool for clickonce maifest and application signature validation
Jediah L - 8 Nov 2007 8:43 PM - 7 messages
Is there a tool (command line or otherwise) that can be used to validate the signature of a ClickOnce manifest or application file? Thanks in advance! Jediah L. ...
Score vs 2008 any improvements?
John - 7 Nov 2007 10:03 PM - 11 messages
Hi Have there been any improvements in windows forms programming specially in terms of better or new controls? Many Thanks Regards ...
Score KeyPreview/KeyDown not working with ActiveX
Tim Mackey - 30 Oct 2007 6:33 PM - 6 messages
hi, i have an ActiveX Html Editor control developed X-Standard.com.  i'm trying to program in keyboard shortcuts via the KeyDown event attached to the form that contains the editor control.   KeyPreview is set to on, but the KeyDown ...
Score Localization tutorial?
David Thielen - 27 Oct 2007 4:54 AM - 9 messages
Hi; Is there a good url somewhere that walks through how to localize the resources in a C# forms app? ...
Score Imaging component for viewing very large JPG's?
Ed Sonneveld - 28 Oct 2007 8:51 PM - 10 messages
I'm searching for a component which is able to show very large JPG images (sometimes more than 30 MB). These are professional scans of large drawings from an archive. I tried DotImage from Atalasoft, but it needs to map a huge block of memory ...
Score Set currentRow in dgv
dbuchanan - 10 Oct 2007 3:23 AM - 11 messages
Hello, I have set my dgv to MultiSelect = False  and SelectionMode = FullRowSelect. How to I programatically make a specific row current? Additional detail relevent to what I am trying to do... When the user has a specific row selected and clicks the edit button a ...
Score Object Variable or With block variable not set.
Ross Culver - 19 Oct 2007 3:49 PM - 11 messages
I get this error whenever I close one particular form in my Windows application; however, I can't find the error in the code.  Setting a break on the dispose event doesn't catch it and the error does not occur on any ...
Score Background Form
Richard MSL - 3 Oct 2007 10:21 PM - 10 messages
I have a form that I open with ShowDialog(). I have a background form that I initially open to make a background behind the user input form. The code is like this: static Form BackForm=null; public bool InputMethod() {        if(BackForm==null){ ...
Score multiple references to only 1 object???
Pieter - 12 Oct 2007 9:56 AM - 20 messages
Hi, I've implemented some type of cache, to be able to point with multiple references to the same object. Although, this 1-object-stuff is broken if I do a refresh from the DataBase. For instance I declare 2 objects: ...
Score MFC vs .NET
rupa - 3 Oct 2007 12:45 AM - 10 messages
Hi All, Can someone explain me the difference between doing GUI programming using MFC vs .NET winforms? I want to understand what is the difference between these 2 technologies in terms of following parameters: 1) performance 2) ease in programing ...
Score Binding DateTimePicker question
dbuchanan - 27 Sep 2007 2:15 AM - 7 messages
Hello, I thought that my DateTimePicker was bound to my binding source in my entry form, but it does not behave as though it were. Here is the AutoGenerated code for that control:             // modifiedDateDateTimePicker ...
Score Container Control Question
Mark Collard - 13 Jun 2006 11:35 AM - 4 messages
I've created a Control class and have added the System.ComponentModel.DesignerAttribute attribute to make the Control object act as a control container at design-time. [Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design", typeof(IDesigner))] public class MyContainerControl : System.Windows.Forms.Control ...
Score Layout MDI problems with more than 3 windows
Olivier BESSON - 24 Sep 2007 4:51 PM - 5 messages
Hello, When i use LayoutMdi with TileHorizontal or TileVertical and more than 3 windows the result is not the expected one and is the same. When i TileVertical 4 windows i want them === =1= === =2= === =3= === =4= === (like ALL windows application does) but i got them : ...
Score Array initialization in class
gol - 20 Sep 2007 3:30 PM - 11 messages
Hi all, I have an array defined in a class. The type of the array is the class type. For example: class MyClass     {         private int a;         private int b; ...
Score Can't access a System object in xaml
BBM - 15 Nov 2007 3:58 PM - 7 messages
Hi, I have this xaml code that I'm trying to use in a Window... <ListBox xmlns:sys="clr-namespace:System;assembly=mscorlib" Grid.Column="2" Grid.RowSpan="2">       <Button>Click for a surprise</Button> ...
Score Trying to evaluate xpath myself sort-of
David Thielen - 16 Nov 2007 4:16 AM - 5 messages
Hi; In our program we will get an XPath statement such as: ${data}/SalesProject[customer/CUSTCAT=${series}/customer/CUSTCAT] Where ${data} and ${series} both stand for a XPathNavigator so each is basically a specific node in a list of nodes that another XPath statement is ...
Score XmlBookmarkReader bug using ReadSubtree
eric.olstad@gmail.com - 17 Mar 2006 3:45 PM - 3 messages
I have discovered a bug in XmlBookmarkReader (code provided by MSDN, but not necessarily supported by Microsoft).  The article is found here: [link] ...

Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers