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

Software Development Network >> René Titulaer's Q&A profile

René Titulaer

Member List

j_o_h_a_n_n_e_s
Sune Henriksen
Bertus Botha
Balaji Srinivas
nhaas
VasiliosA
Petchey
McWhirter
He is Cool
Mortsdeh
Zooma
MartinHN
mhodder
SkyDave
Chris Holt
mfareezaw
Hubajube
Michael.Young
BuzzBar
clkdiv
Only Title

René Titulaer's Q&A profile

  • Visual C# @ operator, what is its meaning

    Hi! In example, in this code: fs = new FileStream (@sFile, Modo); What's the meaning of '@' I'm looking for, but i don't know what's the name in english of this character (in spanish 'arroba'). Regards. Ok, I needed a little example to understand it because my english is ... poor sometimes. Console .WriteLine( @"\tal" ); // show: \tal Console .WriteLine( "\tal" ); // show: al Thanks very much ;) Regards. ...Show All

  • SQL Server Forms Authentication in Reporting Services

    Hi! I need Forms Authentication in Reporting Services. I read this article: http://msdn.microsoft.com/library/ url=/library/en-us/dnsql2k/html/ufairs.asp frame=true#ufairs_topic3 I download and install Forms Authentication Sample installer on my computer. When I have tried to add reference in my priject - dll : Microsoft.ReportingServices.Interfaces.dll , VS2003 write me following mistake " A reference to :\....\Microsoft.ReportingServices.Interfaces.dll" could not be added. This is not valid assembly or COM component. .." On my PC install: SQL 2005 , VS2003 Help me!! :) Thanks! I install VS2005. add reference and configuring RS as it is written in MSDN. Write next url: http://reportserver/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Copying between textures

    Hi, I am currently working on a tile map engine and need the ability to build a texture (map) from my tile set which is a texture with all my tiles contained within it. I have been able to create a new texture but cannot see how I can copy sections of my tile set into this texture. If someone could give me some pointers, it would be much appreciated. TIA, Andy Andy, Glad you got this thing going... it seems the forum is full of helpful people recently. Hope you don't mind me using this as reference... it'll be interesting to do some tests with this. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A way to generate beep through sound card

    I would like to generate a beep sound (for example a sine wave sound) with a particular frequency (Hz) and length (ms). How can this be accomplished with VB.net Rather than using pc speaker, I would like to use DirectSound or so... Thanks, but I can't find an example on TheZBuffer.com. I searched and searched... I found this piece of code: http://www.codeproject.com/csharp/messagebeep.asp It seems to do the job, but how to extract only the generate beep part and convert it to Vb.net I'm just a newbie programmer, so if anyone can do this, I would be most grateful! So I need just the function to play a beep with frequency X and length of Y milliseconds. ...Show All

  • Visual C++ help needed for multithreaded animation in VC++ 6.0

    Hello! I was trying to develop an animation in Visual C++ 6.0 on WinXP when i came across this problem: i was trying to run animation inside a thread: DWORD WINAPI AnimationThread(LPVOID param){ for(i=1;i<15;i++) { ................................. ................................. //AniProc1 and AniProc2 are functions to create animations SetTimer ((HWND)param, ID_FLASH,100, AniProc1); SleepEx(2000,1); SetTimer ((HWND)param, ID_MOVERIGHT,5, AniProc2); SleepEx(2000,1); ....................... ....................... .................. } All of a sudden the animation stops (during 12th loop ...my code contains no special condition related to the 12th loop in particular) Plz hel ...Show All

  • Visual C# How to disable drag-and-drop in Soluction Explorer?

    For many times I accidentally dragged some files from one project into another project in my solution. Is there a way to disable this This is quite annoying. Thanks! Well, there should be. The problem is not just to be careful. Sometime when you expand/collapse treeviews in the Solution Explorer, the action is miss-intepreted as drag-and-drop. And because the treeview is changing, it's hard to see what files were dragged/copied. .Net is all about productivity, but I can tell you this isn't. Why I'm hanging on this issue Because it just happened to me - again. There's no joking on this issue, this is a real problem. ...Show All

  • Visual Studio 2008 (Pre-release) Interprocess communication on same machine

    Hi, I need to implement interprocess communication between two .net 3 processes. The communication is one way (one process feeding information into another). The processes will most likely be running on the same machine. Messages will be rather infrequent (no more than 7 per day), and rather short in nature (500 bytes or so), but they need to be processed quickly when they do occur. I don't want to run IIS or any big server stuff on the machine. What is the best approach Is WCF connection points overkill .net remoting Thanks! Wow. Thanks for the suggestion. This is pretty cool technology. I read about it and it sounded like overkill, but I got a chance to play with a few samples this week-end, and I like it a lot. Th ...Show All

  • .NET Development How to get the error message from Login Provider Validate() method?

    Hi, I am trying to use Login control (framework 2.0) with a custom provider for authenticating user. As the custom provider inherits abstract class MembershipProvider, it implements method ValidateUser(). The method just returns a bool and if there is any exception it goes as page error; an unhandled exception. I would like to handle this exception in Login control, but do not find any way or place where I would get this exception. Could you please tell me how do I handle this exception and have a custom message to be displayed to end user instead Thanks in advance, Maithili. Hi Rodrigo, Thanks for your time. I tried that one but in the LoginError event i didn't ...Show All

  • Visual Basic Thread Problems – Strange Loop behavior

    I have a loop inside a threaded sub and inside this loop is a simple check that one Boolean is true and another is false, if so it will append some text to a string builder. This loop is an incoming E-Mail from a socket (hence the thread) which was connected and then threaded. Now the loop works fine apart from where it appends to the string builder (i have tried a normal string also but it the same). Now this loop accepts packets from port 25 and sends them onto our Exchange server. Collects what exchange sends back and forwards them on to the SMTP client forming a SMTP filter. I no for a fact the loop is working because the E-Mails arrive perfectly that pass through the filter. This is the code that does not run every time the ...Show All

  • Visual Studio Team System Using AssemblyMajorVersion to update AssemblyInfo in Team build

    Hi, Haivng used the build script according to http://blogs.msdn.com/gautamg/archive/2006/01/04/509146.aspx , I find that the AssemblyMajorVersion is not updated for the binaries that are compiled. Anybody else who is having the same issue If you know, how to resolve this issue, can you please help me. Thanks Have you tried Command="$(TF) checkin /comment:&quot;Auto-Build: Version Update&quot; /noprompt /override:&quot;Auto-Build: Version Update&quot; /recursive $( AssemblyInfoFiles )"/> I think it used the variable " AssemblyInfoFiles" as this is what you have used in the ItemGroup Cheers ...Show All

  • .NET Development WMI pass paramertes when starting a service

    How do I pass parameters to a service using WMI when starting ---------------------------------------------- string ServiceAction = "StartService" ; ManagementOperationObserver observer = new ManagementOperationObserver (); BlackBoxManager. ServiceHandler oServiceHandler = new ServiceHandler (); observer.ObjectReady += new ObjectReadyEventHandler (oServiceHandler.Done); ManagementObjectCollection queryCollection; queryCollection = getServiceCollection( "Select * from Win32_Service Where Name = '" + ServiceName + "'" ); foreach ( ManagementObject mo in queryCollection) { mo.InvokeMethod(observer, ServiceAction, inParams,null); } ------------- ...Show All

  • .NET Development Windows Services and COM interop

    Here is what I am trying to do: I have a very simple test DLL that has one operation called 'Get_Stuff(String)' this simply returns a string with some hard coded text. This works fine if I create a windows app in VB and then call the operation on the DLL, so I know the code is right. However, if I create a Windows service (again in VB) and use the same code I get an error. I've set the service to run under my login rather than local system because the DLL needs to access network drives. The error I get is:  Error: 429, Cannot create ActiveX component. As I say, identical code works fine as a normal windows app so does anyone know what is going on here As I understand it the service will still be running in a dif ...Show All

  • Windows Live Developer Forums Clickable Pins

    Hi, I have a question regarding clickable pins There is code for adding a single clickable pin, but I have code that currently adds a number of pins to a VE map. I want the user to be able to click on any of the pins so I can retrieve some data about the pin clicked. Also some of the other post mention that this can only be done on Mozilla but I need IE. Any help would be great! Thanks Martin Hi John, Yes it is working. many thanks for your help. I do not want to push my luck but When the user clicks the pin I would like to retrieve the ID of the pin clicked. If you have any help there that would be great! Thanks martin ...Show All

  • SQL Server Create Destination Table Dynamically in a program

    HI, I'm programmatically able to import data between tables when the Destination table already exists but when Detination table has to be created on the fly (Name will be provided), I'm not successful in doing so. Basically the requirement is to dump the resultset from the source in to a temp table so that the temp (Destination) table matches the Source's Schema exactly. Has anybody done that Any help in this regard is greatly appreciated. Pavan Pavan Kurimilla wrote: HI, I'm programmatically able to import data between tables when the Destination table already exists but when Detination table has to be created on the fly (Name will be provided), I'm not successful in ...Show All

  • Visual Studio Express Editions Using Lession 9 sample. Record is not saved in database.

    I am learning VB 2005 Express Edition. I am using a sample in the lession 9 of the VB 2005 Express Edition. The sample comes with 3 records in the customer table. When I run the sample and try to add a new record, the record is there because I can go back with the navigator and check the new records. But when I close the program and check in the Customer table, nothing is change. Seems that the record is being saved in the DataSet but not in the database. This is the code that is in the sample in the Save icon. Private Sub bindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) If Me.Validate Then Me.CustomerBindingSource.EndEdit() Me.CustomerTableAdapter.Update(Me.MyComp ...Show All

©2008 Software Development Network