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

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

goliver22

Member List

Simon Hay
Josh D
MontyMan
IgorB
Micah_
msx86
Natehc
SourceControl_IC
Rafed
DavidFL
Daniel Dosen: XML Commerce
kimm
dhaval vyas
sposs
SteveFX
Grabner
craigclow
Rune G
lester - MSFT
BSM-CBE
Only Title

goliver22's Q&A profile

  • Windows Forms VS2005: ToolStripContainer NullReferenceException when moving ToolStrips; ToolStripPanel.MoveInsideContainer()

    Hello, When using VS2005 July CTP, I am getting a System.NullReferenceException when attempting to (a) move or (b) show a hidden ToolStrip that is embedded inside a ToolStripContainer. The crash even happens at design time when using the Designer to position (hence, move) the ToolStrip inside its ToolStripContainer. I'm even getting this same runtime exception when referencing the Visible property on a hidden ToolStrip that's embedded inside a ToolStripContainer! Is this a known VS2005 July CTP bug, and has it been fixed in the RTM builds Thank you, --Mike P.S. Stack Trace Below "   at System.Windows.Forms.ToolStripPanel.MoveInsi ...Show All

  • SQL Server Could anyone kindly tell me,What tool can I use to Create db or restore db or backup db in SQL 2005 Express?

    Could anyone kindly tell me,What tool can I use to Create db or restore db or backup db in SQL 2005 Express I DownLoad the tool named XM.exe,but It's only a Query tool and I have to do everything using scripts.I realy want to know Is there a tool that I can use to Create db and restore db and backup db and create table etc. like the Admination tools in SQL 2000 Thanks for u kindness. Tonny. SQL Server Express Edition did not originally ship with any type of Management Tools. After SQL Server 2005 Service Pack 1, you have the option to download SQL Server Management Studio Express with SQL Server Express Edition with Advanced Services. ...Show All

  • Smart Device Development Embedded C++ and the Samsung i600 Smartphone

    I been trying for several weeks to get my phone to comunicate with the Embedded C++ 4.0 tools.  I am getting the following error in the Platform Manager test view: Unable to load device side components. Please check server configurations. I have sent my smartphone to Verizon to be unlocked, which they say they have done and I still get the message.  I am using Activesync 3.8. Any help on this would greatly appreciated. Thanks. Rob. Thanks. The last link did it.  I was unaware of the need to run the SPDPS program. All is working now. Rob. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I need e-book for directx programming

    hi.... i need e-book for directx programming on C#... please help me! Yes Glenn's blog is now at http://www.virtualrealm.com.au/ I will edit that old link out of the posts. You are correct that after it expired it was taken over by someone else. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. to David Weller and tom miller

    Hello . Please fix before xmas Microsoft.DirectX.DirectInput;  Version beta 2 december 2005   no mouse or keyboard support SystemGuid.Keyboard or SystemGuid.Mouse SystemGuid is gone. We have to release a sdk for game engine cos money problem it is hard to wait 4 month with no income in the firm and 4 peoble on the payrool we have been programing for allmost 1 year now prepering for net framework 2.0 of directx and mobile directx  that is a lot money we have blow off for wat. we cant not even release a sdk becource no mouse or keyboard support we are a microsoft partner in EMpowered program and has sign up fra beta teste ...Show All

  • Visual Studio Express Editions need help

    i build a program in vb express that can read a binary file in hex mode by inserting the hex location i need help to seek and hex and write after the hex i seeked or searched i need the code in vb express how can i build a search for hex in file and write hex using the fileput after the hex i searched Farah, Could we drop back to basics for a moment First of all in a very real way, the content of all files everywhere are in binary and I think that's important to remember. It may be organized to decsribe something that we'll call ascii or organized into something that we call hex. But it's all binary. Am I hearing you say that you want ...Show All

  • SQL Server data miner, i think?

    hi not sure if i'm in right forum or not! but i have been getting a 'cannot find server' message for about 2 months now. i run AVG software and Ad-Aware SE and Spybot to try and combat viruses and adaware and spyware. usually what happens is i am using the internet and then this 'cannot find server' message, although the internet connection is still there. then i run all my software, find no viruses but Ad-Aware finds tracking cookies, data miners. so i quarantine them and restart the laptop and then everything seems to work ok, for a while anyway. i have restored the laptop a few times. although now, i am having the same problem and message ...Show All

  • Visual Basic ADO/Access Questions

      I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relationships are drawn. Instructions are to click on this and do that. One creates table adapters and and dataadapers and with these apparoaches everything seems quite removed from what really happening. Al ...Show All

  • SQL Server SQL Authentication issue

    I have a SQL 2005 Developer Edition server which was configured to accept connections using both SQL and Windows Integrated authentication and this has worked great for some time now.  Recently, however, it has started generating an error 18452 "The user is not assoicated wit ha trusted SQL Server connection," error message whenever I attempt to connect using SQL Server authentication.  When I check the server to see if it is still configured to accept both Windows Integrated and SQL Authentication (properties on the server, security page), the entire server authentication section is greyed out and neither "Windows Authentication m ...Show All

  • Windows Forms Trouble copying files to network folder

    I am getting an error when trying to copy a file over to a network folder.  The file being copied is only a couple megs, and there is 25GB free on the network drive it's being copied to.  From the looks of it the user has the appropriate permissions setup to write to that folder. P.S. We are using Windows Explorer in XP Pro SP2, and going to a Server 2003 server.  The file is actually a JPEG and if the user opens the image and does a "file save as" he can save it to the folder no problem, just can't copy via Win Explorer. Any Ideas  I'm stumped.... Thanks! The error message I'm receiving is "There is not enough free ...Show All

  • Visual C# Threading Exception

    C#, Visual Studio .Net 2005 "The Undo operation encountered a context that is different from what was applied in the corresponding Set operation. The possible cause is that a context was Set on the thread and not reverted(undone)." private static void HandlePassword(CoreMessage message, UserConnection connection)     {         string pass = Encoding.UTF8.GetString(message.Payload);             if (string.IsNullOrEmpty(connection.User.Password)) It alwayse seems to happen on that last line. I am having the same ...Show All

  • .NET Development Renaming a column in ms access!

    Hello! I hope this is the right forum :) I'm creating a multi database interface tool but I have stumbled across a problem I didnt forsee - renaming a column. After doing SQL in Oracle for so long I didnt assume this would be a problem, but in access it seems to be! For the life of me I cannot find out how to do this in Visual C#.net! Adding or dropping a column is very easy: write the correct SQL and execute it.... It seems however there isnt an SQL to rename the column. Can anyone point me in the right direction on how to do this please Thanks in advance.... Hello. That seems to work, but only to some exte ...Show All

  • Visual Studio Tools for Office Add VSTORuntime and PIA to the bootstrapper packages directory

    I try to create a WordApplicaton setup file, based on the following whitepages: http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerOverview.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerWalkthrough.asp Currently I want to add the prerequisites .NET Framework 2.0, Office 2003 primary interop assemblies and Visual Studio 2005 Tools for Office Runtime. Because only the .NET Framework 2.0 is available in the prerequisites selection window, I located in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFra ...Show All

  • Windows Forms Circular Reference Issue

    Hi, I have a situation where I have 1 solution and multiple projects underneath so that I can maintain seperate dll's for different reasons. I have an MDI Parent form in one project and in another are all the forms that I want to instantiate as my MDI Children. In my MDI Parent project I reference my project that has my MDI Children Forms.  T ...Show All

  • Visual Studio Failed to create .Net component

    Installation is OK After that I made a dummy project. Opening project configuration window ends up  with this message "Failed to create .NET Framework PropertyGrid component. Please verifiy that Common Language Runtime and .NET Frameworks are properly installed" So I uninstalled everything, I ran the cleanup tool, reinstalled with a minimal config  still getting the same problem. On other comp it works. On this comp I have VS6 SP6 , VS 2003 enterprise. Thank you in advance Run the cleanup tool at http://go.microsoft.com/fwlink/ linkid=47065 ...Show All

©2008 Software Development Network