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

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

Wildect

Member List

Smitty55
SBill
LeCoop
anwar100s
Vinh Dang
ssekhar
Stefan Kratzert
Rag2004_1
Eric Wellnitz
Bob Swanz
RokitMan
Bose39814
simsdn
MrOkOk
Ben_aimhealth
Sarge1
f.ritz
Ansel
esky
Agam Mehta
Only Title

Wildect's Q&A profile

  • Windows Forms windows forms as excel sheet editor

    Hi, I want an excel sheet editor in my form. On that form I want to display excel sheet where user can view the excel sheet and can also make changes to it. Also, I want to give user an interface where user can edit excel sheet contents using textboxes etc. If excel sheet looks something like          A      &nb ...Show All

  • Windows Forms Designer property of form

    I'm sure this is blindingly obvious..  I want to add some designer properties to a winform - so to test the concept I added a public string property to the form code, and decorated it with [BrowsableAttribute(true)] - but it does not show up in the IDE designer. If I drop a property grid on the form, and set the propertygrids active control&n ...Show All

  • Visual Studio Can't Reset All Settings in VS2005

    Looks like my all Hot keys are disabled and I can't reset all settings.  I get the following error. Tools>Import and Export settings>Reset All Settings Your settings were reset, but there were some errors. Error 1:  Reset was interrupted by the user. I had some issues installing VS2005 initially and used the beta cleanup tool to fix.  Can someone help me so that I can avoid another VS2005 install Here's what I've tried. -Unistalled all 2005 Release and Beta items -Ran SQLserver2005 cleanup tool and VS2005 Cleanup tool. -Reinstalled and it detected that I have the "Microsoft Document Explorer 2005" but I did not ...Show All

  • .NET Development Can I use ZIP files in C#?

    Hi, I've been watching around for a while now but in the end came up with nothing. I want to write an application in C# .NET 2.0 that can handle ZIP files. It must read any files from archives into memory or disk files and create new archives from files on the disk and from memory. I have read and tested the J# article from supposedly 2 years ago but failed with the writing to memory part due to incompatibilities between C# and J#. (That CLR is not so common after all.) Also requiring another runtime for my little tool seems a bit too much. Then I took a brief look at #ziplib but it seems that code isn't even half finished. From th ...Show All

  • SQL Server SET RECOVERY SIMPLE generates error

    I've come across several references indicating that the recovery model can be set to simple by using the following sql statement: ALTER DATABASE dbname SET RECOVERY SIMPLE However, all I get is the error message below. What is the correct syntax Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '.'. Msg 195, Level 15, State 7, Line 1 'recovery' is not a recognized SET option. according to the thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=267949&SiteID=1 you receive this error when call "ALTER DATABASE dbo.dbname SET RECOVERY SIMPLE" Please try &qu ...Show All

  • Windows Forms Narrowing down the rtf code to its bare bones

    I am using a rich text box to populate sections of a document from a database.  I am also dynamically building tables with rows and cells with in the rich text box.  Everything seems to be working well except for sentences that are bigger than the cells.  Instead of the cells expanding to fit all of text, it allows the text to run out of the cell.  My question is, is there a way to have the rtf cell expand to fit all of the text   I opened the rtf code in WordPad and it worked fine, but it still doesn't work in my rich text box project.  Any ideas of what I need to do to make it work in ...Show All

  • .NET Development How to configure .NET 2.0 Framework in IIS

    I have uninstalled a previous Beta-Version of the Framework (v2.0.40607) from A server and installed the new Framework v2.0.50215. How do I configure IIS to use the new framework   Under the old Beta-Version, I had a nice tab when clicking the properties of the Web in the IIS console. I do not have this tab anymore. What shall I do   Your help is very much appreciated! Beat I found it after some googling , a workaround from Chris Adams ...Show All

  • SQL Server DataBase path

    How can I create a DataBase with smo in another path thanks, Hi, you can do that by specifying the new file path witin the datafile object: DataFile df = new DataFile ( new FileGroup ( "DBName" , "FileGroupName" ), "Logicaldbname" , @"C:\Somepathtostore\somefilename.mdf" ); HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C# Help in Creating same form as the on IDE

    I would like to create a form that has the similar actions to what is on the MS 2003 IDE default Right side (Solution Explorer with Properties below and definitions on bottom. This is what I done. Creating a form and added a panel1 docked on the right side. Added panel2 and docked to the top then add a splitter in panel1 and docked it on top. Added RichText in Panel2 and docked it to the top and added another RichText in Panel2 and docked it to the bottom of Panel2. Added RichText to Panel1 and docked it to the top and added another RichText to Panel1 and docked it to the bottom. The splitter will move up all the way ...Show All

  • Visual Studio 2008 (Pre-release) UdpTransportBindingElement?

    Hey All - I'm trying to use WCF to locate other clients running on the network. I've been trying to follow this article from MSDN Mag, but wouldn't ya know it, there doesn't seem to be a UdpTransportBindingElement in the Jan CTP! Does anyone know where it's gone Will there be any UDP support in WCF down the road Thanks in advance, John Thanks for the quick responses! I'll take a look at the UDP sample from the SDK...must've missed that when browsing through the samples. The PeerChannel actually looks like the best option, but at least right now I'm unable to get it running, but that's already in ...Show All

  • Windows Forms Check if a class is instanciated by Windows form or Web Form

    Hi. I wrote a Class which can be instanciated either by a Windows Form, or by a Web Form. How can I know if the caller is a Windows Form or a Web Form  Thanks Yes, I thought of that, but I don't really trust the caller. I'd like to know if I can get the information from a standard (system  ) class. who knows it    ...Show All

  • Windows Forms TextBoxBase.ShortcutsEnabled overridden with an MDI Parent?

    I have a form with one textbox dropped on it.  The textbox has a property set for ShortcutsEnabled = true. If I open the form using the following syntax Customer. frmCust  CustomerForm = new Customer. frmCust (); CustomerForm.MdiParent = this; CustomerForm.Show() I can not use the keyboard shortcuts Ctrl+C to copy the text out of the textbox.  I can still use the right mouse button menu and select Copy from there, but I can't use the keyboard shortcuts.  However, if I open the form without setting the MdiParent such as Customer. frmCust  CustomerForm = new Customer. frmCust (); CustomerForm.Show() I can ...Show All

  • Software Development for Windows Vista Durable and non-Durable Workflows in same Workflow Runtime

    Hi, I've got a question about supporting workflow instances that are both durable and non-durable within the same runtime. As I understand it if a workflow persistence service exists in the service container then the engine will call it for every workflow instance. If it doesn't exist, then obviously workflow instances are not persisted. If I want to have a mixed model where I could somehow 'mark' a particular workflow as durable, in other words, use the persistence service whereas another workflow would be run in-memory without persistence, how would I go about it I thought about a combined database/in-memory persistence service, h ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Directx SDK January 2006?

    hello everyone, can anyone tell me if there is any possibility of a January version of the SDK 2006 planned to be released Thank You You can expect DirectX SDK updates in a 2 month cycle. Since the last one was in December 2005, you can expect one in February 2006. I hope this helps. Take care. ...Show All

  • .NET Development Reset XmlTextReader

    How do I reset an XmlTextReader object to point back to the root node ex) XmlTextReader *rdr = new XmlTextReader("test.xml"); for ( int i = 0; i < 10; ++i ) { while ( rdr->Read() ) { //do something } // // reset rdr to point back to the beginning of the xml document } XmlTextReader does not provide such functionality. You may want to create a new XmlTextReader on each iteration or use an XML Reader with Bookmarks . ...Show All

©2008 Software Development Network