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

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

rockinthesixstring

Member List

eoinmullan
ErinActuateDeveloper
pascalh
Aaron Feng
digitig
cchandru1974
Luke Zhang - MSFT
software2
//ph
sunspark
lucius153
Ahmad Ariff Baharudin
Chris Ward
flo2007
Vimm
Karthik.N.Rao
Richard Weir
Peter Richard
Sitanshu
help_seek
Only Title

rockinthesixstring's Q&A profile

  • Windows Forms virtual scroll ring

    Hi, I'm doing a touchscreen project and i'd like to create control that handles the scrolling wich is obviusly lakking some support on touchscreens (well at least good support)  so i touch maybe i can create a control like a virtual scroll ring (the scrolling is done by circlular movement). So in order to do that i'll need a control that pops up only w ...Show All

  • Visual C# xml

    Can we convert an access data base to an xml file if we can please chow me how. Thank you for your help http://www.sofotex.com/YeoSoft-MDB-to-XML-Converter-download_L25328.html hth, mcm ...Show All

  • Visual Studio IVsProject3->OpenItem is called for each document having a breakpoint before the debugging starts

    Hi, I have implemented my own debug engine, we are creating a virtual project to enable debugging. All my docs are non file based docs. My problem is that when I start a debugging session I see that OpenItem in IVsProject3 is called for each document that has a breakpoint in it. Iam not sure why it is happening but I observed the same behavior with the MY C sample provided with the sdk. The call comes from the Vsdebug.dll, Is there any way by which I can stop these calls coming as these calls are unnecessarily trying to open documents that may or may not be required, I would still like my breakpoints to be available as otherwise I wou ...Show All

  • Software Development for Windows Vista Workflow with current Sharepoint documents

    I understand WWF will be integrated in the Office 12 version of Sharepoint, to be released in the second half of 2006.  I wish to create document workflows using documents stored in Sharepoint 2003 in the meantime.  Can I do this with WWF Beta   Can you show an example   Any other resources Thank you for any assistance. I'm currently doing this. First I built an activity to upload a document (the source below). Then built an activity which adds data to a custom list which contains a field ReferenceID which will be using a message queue to send data back to the workflows host. I' ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. dxwebsetup.exe and full redist. setup return codes?

    Hi folks, Does anyone know from where to get the dxwebsetup.exe and full redist. setup return codes Thank you in advance for any help or suggestion in this case.   odklizec wrote: Thanks for reply! Well, that's problem. It looks that dxwebsetup.exe returns some more codes. For example, when there is no connection, you will get error -1442840576. OK, I will have to live with the information that 0 and 1 is success and hope that's true ;) We don't currently document the dxwebsetup.exe exit codes because most of them come from the underlying ieexpress setup components and are subject to chan ...Show All

  • Visual Basic SQL Express 2005 won't save any data

    Can someone please help me   I am so stuck. I've constructed the example in Help 5 times and the 16 part learning series (section 9) 9 or 10 times, and cannot get the Data Grid View or Details View drag and drop database to do anything other than display data.  They simply will not save any data at all. To answer your question, I have created the table, entered sample data and hooked up the data source. I followed directions to the very letter. Funny thing: The downloaded sample file from section 9 of the 16 part learning series runs perfectly. Personally, I opted to keep the DB file seper ...Show All

  • .NET Development equivelant of VB typeOf in C#

    Hi watch the following code in vb. Public Class a End Class Public Class b     Inherits a End Class   The if check in the following succeeds and the message box is displayed.         Dim fff As New a         Dim kkk As a = New b         If TypeOf kkk Is a Then             MessageBox.Show("ok")         End If   What's the equivelant in C# TypeOf exists in C# but does another job. You writ ...Show All

  • Visual Studio How to move shapes within diagram programmatically???

    Hi, is there a possibility to change to position of a shape within the diagram by code. My intenion is, when i move a shape all its connected shaped should be moved as well. Is this possible Any hints or ideas Thanks, Benjamin Benjamin, You can change the position of a shape by setting its AbsoluteBounds property. You will need to do this in a transaction. You can detect when a shape has moved by creating "ChangeRule" for the shape class. This will be called when any attribute for the shape changes. However, if you are only interested in knowing when the shape moved, you ca ...Show All

  • Visual C++ Compile time error for size parameter in templates

    Hi, The following code doesnt seem to compile template <typename Type, int size> Type min(Type (&arr)[size]) { } The error says error C2265: '<Unknown>' : reference to a zero-sized array is illegal Any suggestions Thanks. KarthikR The problemis that min might be already defined as a macro. try #undef min template <typename Type, int size> Type min(Type (&arr)[size]) { } Or use an other name for min like mymin, xmin or whatever. ...Show All

  • Visual C++ To show a window as the editing area

    Hi, How about the way for showing an editing window Thks & Rgds, HuaMin What are you searching for. Multine Edit control How about using CEditView or http://www.codeproject.com/editctrl/brainchild.asp ...Show All

  • Windows Search Technologies Address bar - locked

    my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have google and msn tool bars open help maggie ebersold Hi Maggie, Your issue doesn't appear to involve Windows Desktop Search - does it Thanks, Bill ...Show All

  • Windows Forms Creating an Editable Label

    Need to write a custom control to allow in-place editing, similar to that in a word processor, but user could edit ONLY those underlined (or similar specially marked) words in sentences -- not to allow editing the whole sentence or page. Appearance should look like a hyperlinked label, but not to function as a hyperlink. As the user enters longer text than the original, all the text on the right side of it should shift accrodingly as in a word processor. Expected functionalities are: - By double clicking the underlined (or specially marked) words, user is allowed to edit that particular text. Existing t ...Show All

  • Visual Studio 2008 (Pre-release) Creating Custom Transports

    I am in the process of creating a custom transport to leverage Sun Message Queue. I have created the necessary classes by extending and implemented the required classes and interfaces (i.e. ChannelFactory, ChannelListener, IInputChannel, IOutputChannel, etc…). I am able the send a message using the proxy leveraging my new transport. I know the message goes through Message Queue and I receive the message on the ServiceHost side. I have traced into my QueueInputChannel and I see that WCF invokes BeginTryReceive and EndTryReceive. I know this is working because the EndTryReceive method has the message from the queue and has successfully transf ...Show All

  • .NET Development XML serializer does not serialize values of properties if value contains only spaces

    Hi all, I have a field of type string in a type that is serialized to XML. If the field value is just one space, the resulting XML is this: <FieldName /> This creates an issue with deserializing, because in the context of the application, " " is not equal to string.Empty. I've looked for options on the serializer, and for serialization attributes that would control this behavior, but I could not find any. Any help is appreciated. SA. [Edit: changed subject to be more accurate description of the problem.] Please, consider that XML "normalize" whitespaces in the attribute ...Show All

  • Visual Basic Uploading A File To A Server (Via FTP)

    Hi, I'm trying to upload a file to a server (I'm using FSP Host for my webspace, which offers full FTP support) and I get this error : System.Net.WebException was unhandled   Message="The remote server returned an error: (550) File unavailable (e.g., file not found, no access)."   This is my code: My .Computer.Network.UploadFile( "C:\Luke.cou" , ftp://one.fsphost.com/CryingOnionTest/Luke.cou , "CryingOnionTest" , "<Password Removed>" , True , ) Thanks instead of ending the address with "Luke.cou", just end it with the directory, so change that: ftp://one.fspho ...Show All

©2008 Software Development Network