Software Development Network Logo
  • Game Technologies
  • .NET Development
  • Visual J#
  • Microsoft ISV
  • Visual FoxPro
  • Visual C#
  • Architecture
  • Windows Vista
  • VS Express Editions
  • Windows Forms
  • Visual Basic
  • Smart Device
  • Visual C++
  • Windows Live
  • Visual Studio

Software Development Network >> Marco van der Slot's Q&A profile

Marco van der Slot

Member List

AaronSchurg
Mercury
Buffy6
itsmike
Mauro1971
Ron Sexton
djartsinc
Philip Painter
Dr. Martin Luckow
Philip73
tomatgdd
Jim Foster 2007
Ravikumarmp
Macker
Markmar1
BjarneSCN
Mario Marschner
skinny
Gareth Berry
Cory S.
Only Title

Marco van der Slot's Q&A profile

  • Visual C# Active Directory Events

    Hello. I need some help with Active Directory changes tracking. I find an example  in MSDN, but it's in C++. So... How can I track changes from C# Has someone example code for this or similar task Thanks. Did you find out how you detect who made the changes Is there a similar attribute to 'modifiersname' in AD that can be retrieved Cheers Steve ...Show All

  • Visual Studio Express Editions Where is CWnd::CreateControl?

    Hi I'm evaluating MSVC 8 to see if it provides a viable upgrade path from MSVC 8. Thus I have tried to build my current suite of applications. However every application that uses Active-X controls gets a linker error for CWnd::CreateControl. The other MFC apps link without error and appear to run correctly. How do I get my Active-X using applications to link PS Excuse me if this is a duplicate. I posted the same question yesterday but I cannot find my post in the list cheers Your post was moved to the Express C++ Group as it does not releate to an install problem. To find your thread ...Show All

  • SQL Server SQL Server 2005 Express: Weird error message running SELECT COUNT query

    When running the following query on table RECORD using an existing SQL Server 2005 Express catalog: SELECT COUNT(*) FROM Record; I get the following error message right from the ODBC's executeSQLStatement(...) line: [Microsoft][ODBC SQL Server Driver][SQL Server]Der Operanddatentyp image ist fur den count-Operator ungultig. (english: The operand data type image is invalid for the count operator) Running the exact same query in SQL Server Management Studio Express (SQL Console) yields accurate results. No error messages whatsoever. What does the error message above mean and what am I doing wrong P.S.: I'm using Visual ...Show All

  • Windows Forms VS2005 MaskedTextBox

    This is regarding a MaskedTextBox... I am setting a custom mask as 99999.99 , for a decimal number. The entry would be something like 66899.50. It possible that a user wants to enter only 356.50, so he has to move till the decimal by using space which is of course not acceptable. I want that as soon as user types a dot(for decimal) he should be allowed to enter digits after the decimal. Could you help me wth this as so to what combination of properties should be set. Thanks in advance, Manu. The control class is defined in the DecimalTextBox.cs file which you can find it under you installation director ...Show All

  • .NET Development SQL SecurityException, but only when debugging remotely?

    Hi All, I'm having trouble remotely debugging a console application. The application will run on my server, but I am developing it on my desktop machine. I am using Visual Studio 2005 and C#. On both machines (server and desktop) I am logged in with my domain account that has administrator rights on both machines. When I run the executable on the server it connects to the SQL Server 2000 instance without problem and starts accessing data. However when I try to start the executable by remote debugging from my desktop machine I get to this line of code: unfetchedPhotosTableAdapter.Fill(photoDataSet.UnfetchedPhotos); ...Show All

  • Visual Studio Strings in Help Workshop and Help.ShowPopup

    In VB .NET Visual Basic using Help.ShowPopup(parent, caption,location) I'd like to use Help Workshop to organize then above caption-strings together with the other Help items and topics. Is that possible And what are the steps to do hgs07 Unfortunately, this is not possible. HTML Help supports text popups similar to this that are able to be managed through Help Workshop (though not all that efficiently), but you'd need to call the popups differently accessing the HTML Help API directly with PInvoke, which is likely more painful than you want to do. Also, this would require compiling the strings that yo ...Show All

  • Smart Device Development Real Time audio recording

    Hi, I've made a program using w32 API to record audio using eVC++ 4.0. Actually I need audio frames to be processed in real time and those frames must be 30ms long so I calculated the size of the buffer (dwBufferSize in WAVEHDR structures) to be that long (ie., at 8Khz,16bits,1channel, buffer size should be 480 bytes). I also use double-buffering and pick the ready buffers when my callback function is called with the WIM_DONE message. First of all I tried the audio recording code in my PC (compiling it with VC++ 6.0) and it worked perfectly...I made a rough measure of the time between arriving frames (ie, between two WIM_DONE me ...Show All

  • Microsoft ISV Community Center Forums Run-time error 3706:

    We have front end application which is developed in PB and resides on Citrix server. One of the module in PB application opens a screen which is developed in VBA. When we upgraded the citrix server and Ms Office on the server to higher version, the module which is developed in VBA is not working and gives the following error.   Run time error – 3706: Provider cannot be found it may not be properly installed.   Here is the detail. Server              Citrix XP release 3 OS                ...Show All

  • Visual C++ Is there any way to change to height of the columns in a Listview control?

    Hi everyone:        I'm tring to write a listview control inherit from  CListCtrl, and I want to put my own skin on it. But it seems that the height of the columns in a listview is not so easy to change. As CListCtrl did not provide a method like SetColumnWidth() to change the height of the columns. Is there any way to do it Any help will be greatly appreciated! Esprite2000 wrote: Hi everyone: I'm tring to write a listview control inherit from CListCtrl, and I want to put my own skin on it. But it seems that the height of the columns in a listview is ...Show All

  • Windows Forms Binding a DataGridViewColumn to a method as opposed to a property

    I have a class that calculates the performance and changes in a list of values, a time-series. I calculate things like week's move, year-to-date, inception-to-date, and then the pattern kicks in. I need columns signifying performance every 3 Months, 6 Months, 12 Months, 24 Months, 36 Months, etc. We wish to allow the user to dynamically add the columns as appropriate (as the series has 36, 48, 60 months worth of data). The classes i've created calculate these according to the number of weeks, and i can easily hard code the properties for the next 20 years, but that wouldn't be very good design. C# doesn't support properties ...Show All

  • Visual Studio vb file for a crystal report is not getting created in visual studio 2005

    Hi Friends, I like to know how we can use crystal report in visual studio 2005. Today i created an rpt file, but the corresponding vb file is not getting created. in Visual studio 2003 vb file will be created as we are including a new rpt file. Please help me out. It will be highly appreciable. Regards, Jayan Crystal Reports in VS 2005 and web apps no longer creates the .cs or .vb files. These were created to allow you to embed the reports into the application. This worked well with windows applications as you did not have to include the .rpt files with the .exe. With web applications you still had to include the .rpt files with ...Show All

  • Visual Basic Validating & Formatting

    I am using the following code to format the values of a text box in the Validation event txtBoxSellPrice.Text = Format((txtBoxSellPrice.Text / 10), "00.00") Unfortunately it is having an unwanted side effect in that if I click out of the field then back in then back out it recalculates the /10 bit again, I would like to prevent this so that the calculation is only performed once but how the heck do I do this . OK, Thank you very much for that tip. Just tried it and it works a treat. Once again many thanks AMJ ...Show All

  • Visual Basic How to create a plugin system

    I want to create an application that uses plugins, i want loand and unload plugins, in vb6 i was using activeX dll's, but here is not the same, it's a good thing, but i dont know how to implement this, maybe someone could help me ... Some examples in Code Project, using different implementations: http://www.codeproject.com/csharp/PluginsInCSharp.asp http://www.codeproject.com/csharp/pluginmanager.asp http://www.codeproject.com/csharp/C__Plugin_Architecture.asp I'm not very sure of modules running independently though, maybe you're thinking of running in separate application domains http://msdn2.micro ...Show All

  • Visual Studio URL Reporting passing parameter value in query string

    We've done URL reporting with SQL Server Reporting Services, but we'd like to do the same with Crystal XI. I have two books, and there's nothing on URL reporting at all where the parameter value is passed in the query string. We can send a link to the users from a report nested in an ASP.NET page, but those reports use parameter prompting. We'd like to pass the parameter in the querystring. Any advice is appreciated! ...Show All

  • Windows Forms Share one form across several application

    Hello, I wonder is there a good solution to share one startform across all the applications without including this form every time in the app. it's kinda like a dll method where we only need to reference to it. and also a change in the form will reflect across all the applications. (moved to winforms forum) A form is just a class, I'd expect you could put it in a dll and call it from there. ...Show All

©2008 Software Development Network