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

Software Development Network >> AlexPil's Q&A profile

AlexPil

Member List

Shyam Sundar
Jallman
Chris Walters
machan
Aleksandar Milinkovic
toc996
Steven Leong
Roona
JanJacobs
Texrat
Orniana
Gecko2648
peterhal
Vincent.zephira
LDJ
pellarin
headboy
weather
yazeed
spuckupine
Only Title

AlexPil's Q&A profile

  • Visual Studio Express Editions Error when creating or opening a project

    Hello, I already posted this in the C# section, but the problem also happen for VB :-( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=141667&SiteID=1 When I'm trying to open or create a project with C# or VB an error message is shown. The error describe a problem with the file, folder or volume label ! "Die Syntax fur den Dateinamen, Verzeichnisnamen oder die Datentragebezeichnung ist falsch. (Exception from HRESULT: 0x8007007B)" Does anybody has an hint what the problem could be I already unistalled and installed again C# but without any changes :-( Thanks Stefan Yah good one Matt, ...Show All

  • Windows Forms Outlookbar out of toolstrip items?

    Hello, has anyone an example how to build an outlookbar (explorerbar) out of toolstripitems Thanks for your help Thomas Dallmeier Joe Stegman has built a sample that mimics Outlook. That probably has what you are looking for.  You can download his version for Beta 1 here .  He has a version for Beta 2, but it hasn't been posted yet.  Follow this thread for updates. ...Show All

  • .NET Development USB in C++

    Hello Everyone, I have a code in C++, which connects to USB a blackberry device. I thought is a good idea to move it to C#, the only problem I'm getting is in this piece of code, if somebody can explain or have any idea how to move it....... enum { READ_EVENT, CLOSE_EVENT, NUM_EVENTS }; then in the int run() // something along these lines...... { //create some events for listening for notifications from the device _events[READ_EVENT] = CreateEvent(NULL, FALSE, FALSE, NULL); //unnamed _events[CLOSE_EVENT] = CreateEvent(NULL, TRUE, FALSE, NULL); //unnamed if ( _events[READ_EVENT] == INVALID_HANDLE_VALUE | ...Show All

  • SQL Server SAN Replication

    I'm wondering if the technology exists to use SAN replication for sql server 2005 disaster recovery. I have a bunch of prod servers I want to add to a san, I then want to have another bunch of servers at a dr site connected to another san. Is there a technolgy ( non sql ) to enable full ( real time ) san replication of the data ( for SQL Server databases ). I don't need alternate suggestions, this solution has been proposed to my clients, I don't think it's available, any confirmation one way or another would be very helpful, thanks. Yes, I am working with the HP tecnology Continuos Acces ...Show All

  • Windows Forms DataBind Combobox with "Select One" as first item

    I have two comboboxes that are bound to datatables in a dataset.  The datatables have a relationship so when the user selects and item from the first combobox the items in the second combobox are automatically filtered.   What is the best way to add a "Select One" item to each combobox   I know I can't modify the Items collection if ...Show All

  • SQL Server Programmatically loop over variables in the variable dispenser?

    In my custom task, I would like to loop over the variables in the variable dispenser, and only modify those that are of a certain type. Is this possible Thanks! I think you can use Me.variables(x).getType to get the type of each variable. If that is not correct, you can define variables name sXXX for string, iXXX for integer, etc. Then parse the variable name, get the first character and determine the variable type. ...Show All

  • Visual Studio Team System Source Code Storage

    hey guys, I recently setup a TFS server.. It installed to the default directory(C:\..). However, I want my source code to be stored on one of the seperate partitions. Is this possible to choose the location of where TFS source code is stored Hello Keith. If you'll look in the Visual Studio Team Foundation Installation Guide and search for "How to: Install Microsoft SQL Server 2005 for Team Foundation Server (Single-Server Deployment)" there is a section on storing your data tier files on an alternate location. Because source is stored in a data warehouse in the data tier of Team Foundation Server this is really all you nee ...Show All

  • .NET Development How to send mail from a Windows Application??

    I am attempting to write an application which will send a mail message with an attachment. Here's code: using System; using System.Drawing; using System.Data; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Web; using System.Web.Services; using System.Web.Mail; string filename = "c:\\stuff.xls" MailMessage send = new MailMessage(); send.To = " validmail@mymailserver.com "; send.From = "validmail@mymailserver.com"; send.Subject = "[MessageTitle]"; send.Priority = MailPriority.High; send.Body = "Please see attached"; MailAttachment MyAttachment = new MailAttachment(filen ...Show All

  • Visual Studio Problem Running Projects After Upgrading From Beta

    After upgrading from beta to the final Visual Basic program, when running any project – old and new – would result in this error:   “ Error while trying to run project: unable to start debugging the binding handle is invalid”   After extensive searching, I found out that to fix this issue I would need to enable Terminal Services. Indeed, this fixes the problem.   But, WHY is TS needed for this It was not needed for the betas.   Additionally, it is an institutional policy to have all of the TS services disabled. A solution that would allow the usage of VB without the need to run Terminal Ser ...Show All

  • Visual Studio 2008 (Pre-release) Intercepting Indigo Service calls

    How can I intercept Indigo service calls Is there anything Indigo provides out of box on the lines of SOAP extensions which are used to intercept calls made to a web service. On the service you can add a MessageInterceptor to the DispatchBehavior.MessageInterceptors collection; on the client it's the ProxyBehavior.MessageInterceptors property. If you need more control, see the various interceptors on Dispatch/ProxyOperation. Hope this helps, Ralph ...Show All

  • Windows Forms Creating custom border

    Hi all,  I am using System.Windows.Forms namespace for creating some graphical application on C#.  I need to create a custom border for Panel control.  Thank you,  Duvel Sorry it posted twice, I posted and it took very long to show up, so I tried again. ...Show All

  • SQL Server WSDL Support in WebService Task

    I have a wsdl file that SSIS says it doesn't support. What aspects of WSDL does SSIS not support. I can send the WSDL file to anyone that wants a copy, just use the contact me on my blog. This occurs with the webservice for the reporting services as well It looks like a bug. The problem is in the method CreateReport , and it's because of type of the parameter Definition . Looks like base64Binary data type is not suported by us, but that should not prevent us from enumerating the methods exposed by a webservice. HTH, Ovidiu ...Show All

  • SQL Server SELECT in a table takes FOREVER

    SQL Server 2000, QA Database: A table called Telephone_Directory with just 4.000 records. SELECT * FROM Telephone_Directory is taking forever. If I stop the select after 1 second I see 162 rows. If I stop the select after 1 minute I see again 162 rows. Why this could be happening The same querie on Production Database is taking 6 seconds to retrieve the 4.000 records. That's a bit odd.  First thing I might try is reindexing the table... perhaps there's an error of some sort in the index structures.  Since it's a very small table, reindexing should be very quick.  The ...Show All

  • .NET Development vs2005 Professional and Web Applications

    I just installed VS2005 Pro from MSDN and it appears I can't create a web application.  It is not an option.  IIS is running on my web server (a Win 2003 box). Did I miss a step   Thanks Now that was intuitive... I liked it better right on the create project options.  Thanks ...Show All

  • Visual Basic WriteProcessMemory() Api Help

    I have a problem with WriteProcessMemory() that I am trying to use. My code looks like this: Public Declare Function WriteProcessMemory Lib "kernel32" ( ByVal hProcess As Integer , ByVal lpBaseAddress As Object , ByVal lpBuffer As Object , ByVal nSize As Integer , ByVal lpNumberOfBytesWritten As Integer ) As Integer Dim appProcess as Process *gets the process* ' I know it works Dim offset As Long = 29689060 Dim value As Long = 3 WriteProcessMemory(appProcess.Handle(), offset, value, 4, 0&) What I am trying to do is to write the memory adress (01C504E ...Show All

©2008 Software Development Network