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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

several problems with performance
how to create a 30 days trial version using visual c# express edition 2005
Some questions and comments about installing the Platform SDK
USBs, COM ports ...
Find the first empty MaskedTextBox...
Taking data from datasets
Problems with StreamReader
Tab Control _click Doesn't
WEB wizard-update multiple tables(HOW?)
Can't get rid of console -- HELP!

Top Answerers

Tim Dunlevy
VodooMaverick
Nishan Jebanasam
Arulanantham
mapradeepkumar
Gabriele38
grcor
jen
MarkFred
Damian Otway
PERCobol whips Cobol into shape for budget-minded enterprises
Only Title

Answer Questions

  • Cory422 Mdi bug?

    Situation: Mdiparent with menustrip. The Mdiparent has children. THE BUG The first load of the child , the child will be partly hidden by the menustrip . When I minimize my parent en reactivate the program from the taskbar, the child is fullly visibile. My Code: Code for loading the children into parent: Static frmProductWijzigen As New frmProductWijzigen If frmProductWijzigen.IsDisposed Then frmProductWijzi ...Show All

  • CE Security Problem

    When the following code blows up: Dim dsSearch1 As New DataSet SqlDataAdapter1.Fill(dsSearch1, "SQLTestTable") The error message is: An unhandled exception of type 'System.Security.SecurityException' occurred in system.data.dll Additional information: Request for the permission of type System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 fai ...Show All

  • sajid1jama Visual Studo C# 2005 Express Edition 8.0.50727.42 one bug?

    Hello, I didn't find the product feedback center so I post it here, maybe somebody at MS finds this message :-) I have moved from Beta2 to Final today (worked great :-) only SQLEXPR failed at first (but using hidden dialogs and setting the services as local system (XPPro ! in Domain) worked well). The bug Maybe something from the beta2-created sln file: The SolutionExplorer - Treeview does not sync with the current open source file (the tr ...Show All

  • erichca Edit and Continue in VBX?

    Still having issues in debug mode in VBX beta 2. How do I detect/switch on 'Edit and Continue' - is it even available in VBX beta 2 Also no 'Location' item in breakpoint context menu Please advise... Hi, It is available in Express Edition Beta 2 for both VB and C#. Goto: Tools->Options->Debugging->Edit and Continue. The first checkbox there says: Enable Edit and Continue. Regards, Vikram Hi  Click:  Tools->Optio ...Show All

  • DirectX119691 BindingNavigator

    Hay, Whit this code i try to go to a reccord whit an BindingNavigator Dim ring As String ring = InputBox( "Type een ringnummer" , "Ring nummer" ) If ring = "" Then Exit Sub Else Me .TVogelBindingNavigator.Items.Find(ring, True ) End If Is this correct or what do i wrong. I'm am using this. Add a query to the Tableada ...Show All

  • Tramp Wrong version of windows found

    I just tried to install and got a popup that said I must have Win 2k sp4 or higher. I'm running Win XP SP2. This is not the first I have hit this. I got it installing the Adobe reader. My system came from Dell preloaded with XP on it. The system properties in the control panel show 'Microsoft Windows XP Professional Version 2002 Service Pack 2'. My software had always validated when using Windows update. What can I do to correct this Can I edit ...Show All

  • crazy_one MCAD 70-306 Certification

    Who got any ideas for this examination I need some information for this. The link provide provides relevent course materials in the self paced study - This consists of book, CD etc. This along with the practice tests should get you going in the right direction, also check in with a local vb user group and find if there are any study groups - I know the Philly .NET user group had some going. If in doubt of a local user group ...Show All

  • Cynicszms help of setting up the enviroment

    i've a book called C# insider 2nd edition, in the begiing of the book, i couldnt run the HelloWorld.cs because it says cant find the commmand csc. (the book says to run CSC HelloWorld.cs in cmd, and it appeared this message.). the book says i need to set up something in "Environment Variables" i know that book was talking about C#2.0 and in .net Framework 1.1, C#.net 2006 is c#3.0 and .net framework 2. so im not sure how to set it up i ...Show All

  • MikeInSB Class not registered (Exception from HRESULT: 0×800400154) (REGDB-E-CLASSNOTREG)

    Dear Sir, I have a Visual Studion 2005 Professional Edition from www.PCUNIVERSE.com  to build a project of Chuon Nath Dictionary.  This application has been made a setup deployment file, when I install into the other computer, then it displayas the error when I execute this application, the error code display as follows: Unhandled exception has occured in your application. If you click Continue, the application will ignore this e ...Show All

  • ennisb Append image into RichTextBox? help me please

    i am using windows(vb.net) rich textbox control. i want to insert image into richtextbox control. i can do this but the image is pasted to first line in rich textbox control. i have two lines in rich textbox i want to insert image in after the two lines. is it possible please help me millions of thanks in advance my coding is here Sub InsertImageIntoRtb( ByVal rtb As RichTextBox, ByVal img As Image) Clipboard.SetDataObject(img) rtb. ...Show All

  • Nimrand int and bool confusion

    Hello, I am struggling facing a strange problem which hasn't been showing up so far. 1) warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation 2) error C2556: 'int GameManager::initialise(const std::string &)' : overloaded function differs only by return type from 'bool GameManager::initialise(const std::string &)' Caused by these code fragments: 1) static std::string formatBoolean(bool value ...Show All

  • Anzer System.TypeInitializationException: The type initializer for 'Phenomenon.modMain' threw an exception. ---> System.Runtime.Intero

    Hi when running my app on a win98 the JIT generates this exception System.TypeInitializationException: The type initializer for 'Phenomenon.modMain' threw an exception. ---> System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {96749377-3391-11D2-9EE3-00C04F797396} failed due to the following error: 80040154. does anyone know how to resolve this I developed the progr ...Show All

  • neilfire adding folder name to DataImageUrlField

    Hi Hi I'm displaying a picture in a webpage where the DataImageUrlField will load the image filename from a SQL Express field and display image in a ImageFiled. My problem is that I want to change the default folder from where it reads the image file from as it only looks in the root folder and not in the folder where the image file is actually stored in. I'm using VS Express with VB Express and SQL Express. Does any body know how to ...Show All

  • PAUL stanley tabpage index changes inbetween 2 lines o.o

    ya... i think this one is unfixable >>... cause i can't wrap my head around how an index can change from 5 to 0 inbetween 2 lines of code >_>;; here is the code Code: Form3.form1.tabControl1.TabPages.Insert(Form3.form1.tabControl1.TabPages.Count, newtabpage); MessageBox.Show(Convert.ToString(Form3.form1.tabControl1.TabPages.IndexOf(newtabpage))); i use a breakpoint on the first line... and when i do, t ...Show All

  • Darren Woodford How to print more than one document (XML files opened in webBrowser) when only one ShowPrintDialog() should be open?

    I want to print more than one XML file at a time i.e. the user click OK in ShowPrintDialog() only once and all the XML files in a folder are printed out. Now i can print only one XML file at a time by hosting the WebBrowser in my application then open an XML file in the browser and print it out. I'm wondering is there anyway to do as what I want   ps. i'm using VC# 2005 Express ...Show All

394041424344454647484950515253545556

©2008 Software Development Network

powered by phorum