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

Software Development Network >> Frederik Vantroys's Q&A profile

Frederik Vantroys

Member List

polomasta
--David--
EpsilonZX
newtoc#484467
johnvarney
Jim Ward
rweatherly
Toni Greco
flash.tato
killfr0g
Superobotz
Fred Herring
gidyeo
CamPeck
Coss
Steve Upchurch
buntysk
1NooB
NyaRuRu
Minherz
Only Title

Frederik Vantroys's Q&A profile

  • Windows Forms Drawing Lines between two Listboxs

    Hi, I have two listboxs on my form that contain different fields from two tables. I need to be able to map these fields to eachother, kind of like the way SSIS works, but I am running into a lot of issues. I know that in C# there is no Line control so I created one myself but the thing is when a line has to cross over another one it somehow overlaps the other one, Now if I want to give up this Line control idea and just draw lines between fields then I have no control over lines for instance when the user scrolls down or up these lines have to move accordingly. Any feedback, ideas, solutions would be great. Thanks, Ryan How about the following: Create a graphics object from the form or pa ...Show All

  • Internet Explorer Development A new node from document.createElement its an Object object?

    Hello there every1. First: Excuse my english, I know its pretty bad. I'm learning it too! My name is Ricardo and Im learning some advanced scripting techniques, so, here's my first question to all of you: At the beginning (even before) of the page load, I do something like this: Object.prototype.saymyname = function(){alert(this);}; Well, when all loads (onload), I create some new nodes, with the document.createElement(...) but, when I tell that new node to yell me its name...it doesn't know how to do it. var tmp = document.createElement('div'); tmp.saymyname(); Then: var tmp2 = new Object(); tmp2.saymyname(); --> it does '[object]' Is there something wrong what should I do I mean ther ...Show All

  • Visual Studio Express Editions What does it take to run you own program?

    My question is as the subject says: What does it take to run you own program I created my own program, put it on a floppy and tried it on an other computer... But it doesn't work... i get an error and this is the error signature. I think this is weird because i have the same version of windows as on the pc I developed the program on(Windows XP SP2) and i have .NET Framework 2 installed. I also installed the MSWINSCK.ocx file by using "regsvr32 c:\windows\system32\MSWINSCK.ocx". But my program still doesn't work untill i install VB studio 2005 express, then it works normally and i don't get any error any longer. When I uninstall VB studio 2005 express my programs continue to work correct. So my question is... whats rea ...Show All

  • SQL Server Analysis Services error

    I was able to build SQL 2005 cubes from my project. However, for some reasons, it doesn't work any more, and I have the error below. Anyone can shed some light would be greatly appreciated. Error 1 File system error: The logical file cannot be found inside the physical file. Physical file: \\ \C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\Beacon DW.0.db\Tbl Policy Coverage Data.6.dim\14.ERP Effective Month.Tbl Policy Coverage Data.dstore. Logical file: . Errors in the metadata manager. An error occurred when loading the Coverage dimension, from the file, '\\ \C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\Beacon DW.0.db\Tbl Policy Coverage Data.16.dim.xml'. Errors in the metadata manager. An error occurred when loadin ...Show All

  • SQL Server Trend Lines in RS2005

    Are trend lines supported in RS2005, and if so how do you produce them Thanks, Peter Cwik Trizetto Geert Verhoeven wrote: NOTE: Reporting Services chart component is based on Dundas. You can get extra functionality by using the full dundas chart component for reporting services. Reference: http://www.dundas.com/Products/index.aspx Example of trend: http://www.dundas.com/Gallery/Chart/RS/index.aspx Img=RS9 Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog I was under the assumption that the question was regarding the standard functionality of SQL Server 2005. Sure if you want to pay $1000+ extra it's possible. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Errors with "glew32.dll" and I have no idea what it is

    First off, what is it I get the error after trying to run a few of my apps. "This application has failed to start because glew32.dll was not found. Re-installing the application may fix this problem" I've gone to glew.sf.net, but I have no idea what to do with the installed files. Any help ...Show All

  • Visual Basic Refference Version is incompetible

    I am workin in VB.2005. and i have no. of projects in single solution say Sol1. one named DBConnectioni. this project is included in another solution say Sol2. from the same location. i built Sol2 a few times and the version of DBConnectioni.dll changed from 1.0.2502.###### to 1.0.2504.######. it was working well here. but after that i started working on Sol1. and as i try to run project it doesn't allow me the instance of any class in DBConnectioni and an exception (FileNotFoundException) is thrown with the message " File = "DBConnectioni.dll" , version = " 1.0.2202.#####" ....... could not be found (Sort of ) i dont have that version of dll now please guide me how do i solve this problem Open Assem ...Show All

  • Visual Studio Team System CTP7 Download Location

    We are happy to announce that CTP7 is already here, no need to wait till next Monday, here it is! http://download.microsoft.com/download/3/1/9/319c5020-0fed-4dc1-b043-69567fda3941/TeamDataCTP7.exe CTP6 was only released 2 weeks ago, so what changed We added how many errors/warnings you want to see and make it configurable. We added the ability to suppress warnings same like in a C# project. This way you can selectively filter out warnings caused by 3 or 4-part name references. We made the warnings and error numbers explicit so no more overloaded meaning errors and warnings, I will post a list of these in a while combined with examples on when the will occur. We allow you to override the project SET properties for ...Show All

  • .NET Development what is the XML keywords?

    hi just im new to xml and ask about what is the interpeter or compiler of xml and what is the keywords of XML if it hasn't as i think so if the importance of it to transfter data in standered format !! that is the big deal !! or what i need help thanks in advance. ...Show All

  • Visual C# Cannot create New Project -- Exception has been thrown by the target of an invocation

    When I try to create a new project in Visual C# 2005, I get the error: "Exception has been thrown by the target of an invocation" Any ideas on how to fix this Thanks! ...Show All

  • Windows Forms Serial Number Generation Avoiding Duplicates

    hi i have a datagrid, and i have binded it to a dataset, i have a column called srno and its autogenerated, it works fine, the problem is when i enter the data for the first time in a row the srno is 1, after entering the data i navigate to the second row, at that time srno is 2, before entering the data in the 2nd row do some alterations in the first row, after finishing alterations in the 1st row i return back to the 2nd row, and suprisingly the srno is now 3, need help thanks Prasenna I would use the currency manager's position changed event to figure out the Id. When the event fires if the user is not on the new row I make the default value for the id column the next number. ...Show All

  • .NET Development Fatal Flaw in the Large Object Heap?

    Hi All, After playing with the GC I find the following interesting. The problem domain I typically work in requires the allocation of very large arrays for image processing. We have discovered some issues when our processes are long running. We run out of memory and can not reclaim it. Our only recouse is to restart our processes. In an effort to discover why I uncovered the following: The LOH (Large Object Heap) is never compacted. I think this is a fatal flaw in the GC. I understand MS stated reason for this, but shouldn't there be someway to compact the LOH if necessary, at least a method call that forces the issue Does anyone know of anything that can be done Any workaround is better than killing the process... Here is a demo ...Show All

  • Software Development for Windows Vista properties - file dialog

    Hi! I am making a custom activity, and I have a file property. I want a user to select a file from a file-dialog. How is this possible thanks You can do this with a custom UITypeEditor. Here's a quick sample I whipped up from your idea: http://www.winterdom.com/weblog/2006/08/23/ACustomUITypeEditorForActivityProperties.aspx ...Show All

  • SQL Server Server Migration

    I'm migrating 15 user databases from one server to another. The current production server is Windows 2000 Server SP4 and SQL Server 2000 Standard Edition SP4. The new production server is Windows 2003 Server and SQL Server 2000 Enterprise Edition SP4. The new server does not have the same directory structure as the current server. I plan to detach the database, move the .mdb and .ldb files to the new server and then attach the database again. I'm not sure what to do with the master and msdb databases. Do I need to bring over the master I know I need the msdb for all the job information. Since these are system databases, do I need to follow a different process I want to get all these databases over to the new server so I can begin some ...Show All

  • Visual Basic Problems Retrieving Clipboard From a DLL Assembly, Anybody ?

    Hi, I have a problem trying to retrieve the clipboard from a dll even when the CopyToClipboard returns 1 (the data was succesfully copied to clipboard) anybody : Call pdfPage.CopyToClipboard(pdfRect, 0, 0, 100) Dim clipboardData As IDataObject = Clipboard.GetDataObject() If (clipboardData.GetDataPresent(DataFormats.Bitmap)) Then <<<----- Here's the problem because clipboard is empty Dim pdfBitmap As Bitmap = clipboardData.GetData(DataFormats.Bitmap) ....... The funny thing is that running this code in a windows.form works perfectly, can data be copied to the clipboard from a dll Thanks in advance for your help. George Clipboard functions need to be called from a t ...Show All

©2008 Software Development Network