Software Development Network Logo
  • Audio and Video
  • Smart Devicet
  • SharePoint Products
  • Windows Vista
  • SQL Server
  • Visual C++
  • VS Team System
  • Visual Studio
  • Visual C#
  • Game Technologies
  • Windows Forms
  • IE Development
  • .NET Development
  • Visual Basic
  • Visual FoxPro

Software Development Network >> Eric van Feggelen's Q&A profile

Eric van Feggelen

Member List

tody4
Menachem_P
hits krishna
R2 DJ
Vaneet375270
spree
Spider-link
ashoka1008
greggles1975
Greenies
Elias Carlston
hashmi
Superchick
Konstantinos Polychronis
Argenta
AshishMalhotra
JohnnyP34
BHOGuy
tackett
David A.
Only Title

Eric van Feggelen's Q&A profile

  • Visual Studio Tools for Office How To add both SelectionChange and ItemSend delegates?

    in some reason, when I add the SelectionChange delegate in the Explorers[1], the other delegates, such as Folder.ItemAdd or ItemSend don't work how can I repair this or.... how can I make two plugins to work at the same time Hi eyalGita, Could you provide more detailed repro steps Thanks. Ian ...Show All

  • Visual Studio Team System Schema Compare Problem #2

    I have noticed that when I compare a Database to a Project, and as a result of the compare, objects need to be deleted out of the Project, the objects are never deleted. I can run the compare process over and over again, the same objects show up to be deleted, I will click on Write Updates button to update my project (which should delete the objects), but the objects are never removed. Is this a known issue Or am I doing something wrong Amos. As an FYI for anyone that might be following this thread, we are addressing the performance issue in another thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1106601&SiteID=1&PageID=0 ...Show All

  • SQL Server Advice???

    hellooo I have an Accounting system(vb.net 2003, SQL server 2000), every new year data is cleared, but i may use some data from previous years (such as liabilities) whats the best way to that -Shall I create programmatically a new clone DB every year (new DB with same structure as previous year) OR -Shall I add a "year field" for tables in DB knowing that data will keep growing every year whats the best solution, knowing that i dont want the end user of my application to do anything manually, such as creating DB ...... Thank you hi, have a new database per year.the advantage: 1. you can put the entire database (when everything has been balanced) on a readon ...Show All

  • Visual Studio Express Editions scrolling panel as text expands

    Hi all, I'm using a panel to display text using the e.Graphics.DrawString function... Unfortunately, the amount of text that I will be displaying is bound to vary, and as such, I need my panel to scroll as needed. Of course I have the autoscroll property set to true, but when more text is added to the panel that can be displayed (ie, i need to use a vertical scrollbar), a scrollbar doesn't appear, and I can't view all of the text. Does anyone know how I can make the panel scroll appropriately as needed Thanks so much Any input is greatly appreciated! Thanks again -Robert The scroll bars only appear when a control is placed on the panel outside the visible area. Even if you could make the bar appear you would have to handle all t ...Show All

  • Visual Studio 2008 (Pre-release) Cyclic relations design

    Can DLinq support a type having a m:1 and a 1:1 relation with another type while storing the data I'd take the simple example two types : Team, Member. The team has a property referencing a collection of members and also a property referencing the team leader (of type member). In fact, this second relation could be considered a 1:m relation to occult the complexity of one to one relations. Anyway, the problem we have here is the FK, let's assume we accept Null values for these. How should it be implemented using DLinq I ran a few tests and ended up with the conlusion that I had to go step by step. In ou example : 1. Create the Team. 2. Add the members to Team.Members 3. SubmitChange. 4. Assign the team leader : Team.Leader = Members ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. New XNA Competition?

    Anyone know (and willing to talk about if you do) this Whoever is behind it is hiding using DomainsByProxy.com. January isn't that far off, so I expect more details soon. Guess I'll just get my main game ready and see what happens. Well, I actually have something in the works that I couldn't get done for the 360homebrew contest due to other committments, but this looks cool! You'd better believe I'll be checking sites several times a day (not that I don't already, but... ) ...Show All

  • Visual Studio 2008 (Pre-release) Visual Studio Express and WPF

    Can you use Visual Studio Express Editions to create XAML/WPF apps I do have netfx3 downloaded but not installed. Am using XP Home edition at the moment. Yes, however you will be missing the functionality of cider on express skus. You can install the VS Extensions for .Net Framework 3 on top of Express editions. "Cider" the visual designer for WPF is the only part I'm aware of those extensions that won't work on the Express editions. With the express edition of VB or VC#, you will be able to have: xaml editing with xaml intellisense in the xml editor project and item templates for wpf projects and items (page, window, etc...) Thanks, Rob Relyea Program Manager, WPF Team http://rrelyea.spaces.liv ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I cant install

    I downloaded everything, SP2, VC++ 5 and XNA, but I cant install XNA. It says that I need to download and install VC 2005, but I did that, I can run VC and do everything with it, but cant install XNA. Whats going on Esper, I would recommend re-downloading the installer and using the new one. It just looks like a few bits got corrupted during the download. If the problem persists, please report this issue on the Connect site (check out this thread here for how to go about that). Hopefully just re-downloading the installer clears this up for you and you can get cracking on that game. ...Show All

  • Visual Studio August CTP

    Hello I am using Eric Woodruff's sandcastle helper and i get the following error. Can anyone tell me how to overcome this. MRefBuilderStatic (v2.0.2397.42473) Copyright Microsoft Corp. 2005 Info: Loaded 8 assemblies for reflection Info: Wrote information on 14 namespaces, 128 types, and 700 members ------------------------------- Removing duplicate topics from reflection.org 0 duplicate topics removed ------------------------------- Removing attribute information from reflection.org 93 attribute nodes removed ------------------------------- Transforming reflection output... [C:\temp_radhika\DownLoads\Test\Working\TransformManifest.bat] UnrecognizedOption: /xsl:C:\Program Files\Sandcastle\ProductionTransforms\AddOver ...Show All

  • Internet Explorer Development IE7 - File Not Found ieframe.dll\1

    Hello, After upgrading to IE7, all of my programs with the "Microsoft Internet Controls" (i.e. Webbrowser) are breaking when I load them in code (compiled still works though). I get the following error: "File Not found 'C:\Windows\system32\ieframe.dll\1' However, if i look in my references, all I can find that is there is the reference to shdocvw.dll, no ieframe dll. If I open a new project and add the controls, then I get the same error. To me there is something broken between the two. The strange thing is, it worked fine yesterday. I don't have my computer set to do automatic updates and I didn't do any updates last night. Anyone else having this issue Regards, Ryan Sam ...Show All

  • Visual Basic Working with arrays

    hi, i'm currently working with a function that queries a database for a number of employee id's. i'm trying to save all results in an array and pass then to another function via return. how can i add to an already populated array since i'm using data reader and how can i pass the whole array in return. my code is something like this: dim employee_ids() as string while reader.read ' data for storing to array is reader.GetValue(1).ToString() ' how do i add to the existing array with existing values end while return employee_ids ' how do i pass the whole array in return thanks in advance, dave I don't have my VB here, but I think you looking for something like this: Dim employee_i ...Show All

  • SharePoint Products and Technologies Restart Central Administration Service

    Hi, a bad man has stopped "Central Administration Service" on Operations -> Services on Server. How can Central Administration Service be restarted Cannot go to Central Admin, when the service is not running :-) Best regards TST This happened to me right after I installed Microsoft's GroupBoard. I had to go into Services > Windows SharePoint Services Administration > Properties > Log On and re-enter the account and password. After I entered the correct credentials, I restarted IIS. ...Show All

  • Software Development for Windows Vista Custom rendering of out-of-the-box activities

    I am trying to customize the Workflow monitor application so that it shows the activity description instead of the activity name. I modified the code for the IDesignerGlyphProvider OnPaint and acheived partial success and I am wondering if there is a better way to achieve that goal. What I meant by partial success is that I had to do lots of calculations to draw on the surface of the activity. I thought things could have been easier if the user has one of the following the options 1- A designer property – let’s say a Boolean UseDescription -- to allow the developer to render the Activity.Description instead of Activity.Name Or 2- An OnPaint event that gets fired for each a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Struggling with 3D sound - Anyone got this working?

    I'm getting IndexOutOfRange exception on the " engine.Calculate3DAudio(listener, emitter)" line below. Anyone managed to do anything like this I want my sound to come from a particular point. I understand with my code below that as theplayer moves, the listener isn't updating position (so sounds already started will be wrong), but I need to get the sound playing first! public class Sound { private static AudioEngine engine; private static WaveBank wavebank; private static SoundBank soundbank; private static Audio3DEmitter emitter; private static Audio3DListener listener; public static Cue Play( string name, Vector3 playerLocation, Vector3 soundLocation) ...Show All

  • .NET Development Access to SQL Database via TCP/IP

    Hello, I developed a sql database application. The application runs well on my local machine. Now that the application is tested I want to set up a client computer and access my sql database which is stored on my development machine. I just don't know how I can modify the connection string in order to access from my client computer Current connection string: Data Source=.\SQLEXPRESS;AttachDbFilename="C:\WC Database\WcDatabase.mdf";Integrated Security=True;Connect Timeout=30;User Instance=True Can anybody help me and tell me how I change my application from local access to access via network (TCP/IP). Thank's I believe this is correct under SQL Server Express. My und ...Show All

©2008 Software Development Network