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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

.Net2 Beta 2 & DirectX SDK
Newbie trying to understand the use of a Timer in Visual Studio VB
HRESULT: 0x80131047 while trying to debug an application
running in the background
XML as INI - Opening
I need a code for vb 2005 express
Console App won't run, getting error about "application configuration is incorrect"
database again
Error: The page you have requested is unavailable or you do not have access.
FileSystemWatcher problem

Top Answerers

bitbonk
Robert Hartley
deathack
Jayanthi
Meghraj Shah
xFors
Beast Forever
Si B
Lakshman
Nitwit
Nombre Propio
Only Title

Answer Questions

  • Mossa TheGreat how connect a Visual Basic express edition application to an Oracle database

    Hi, the title of this message, says quite everything I want to know. I'm developping a human ressource tool and the database I have to use has been developped with Oracle 9i. And I don't know how to connect my application made with visual studio 2005 express edition to Oracle Tkanks everybody -) ok!! thanks a lot!! it's me again, i've add the reference System.Data.OracleClient But what should I do now How do I ...Show All

  • aminoplacid Methods and Events of Forms, text box controls, etc.

    How can I see all available methods & properties of a form or controls on a form such as textboxes within the code window Is there a way In Visual Foxpro, it will show you all available methods and properties within code window. Sorry guys if Im comparing C# with Visual Foxpro, VFP is a Datacentric and RAD tools but I really want to be well versed in C# programming. I think some of you guys mis-interpret my post. Intellisense is ther ...Show All

  • j.oneill Binary Search and Sort multidimensional array

    I am using the FileInfo[] array class and i need to sort the array and binary search it here is my code FileInfo[] destinationinfo = new DirectoryInfo(destination).GetFiles(); FileInfo[] sourceInfo = new DirectoryInfo(source).GetFiles(); Please notice i am trimming the array and only getting the dimensions of GetFiles I need to sort and search by the Name Property. Can you guys post me code on how to do that Hi SevenAlive, It is hard ...Show All

  • FrAgFo0d How to Reset Form and Delete DataSet

    Hi everyone, I have a form that gets filled with all kinds of goodies (listboxes, treeviews, textboxes, labels, etc). A dataset also gets created programatically with a single table (6 columns and probably 100 rows). I'm looking for a way to quickly reset the form back to its original state and delete the dataset. I found: Application.Restart() which looks like it resets the form like I want it to. Two questions: Any repercu ...Show All

  • HashPlus opening IE from link label

    hi all as u wil tell from my i am very new to C# , i have been playing with a few small programs and need a quick bit of help i ha added a linklabel to my form and want it to open my internet explorer to the text in the link but for the life of me i can not work out how to do it. i belive the code should lok somthing like this private void linkLabel1_LinkClicked( object sender, LinkLabelLinkClickedEventArgs e) { ...Show All

  • Wims Serious problem with Designer.vb file

    I'm not asking programming questions anymore, but I encountered a serious problem with my project today when I loaded it.  It had 102 errors in the Designer.vb file, and they were all things like "CurrentConditionsLabel is not a member of Weather.Form1".  I didn't make any changes to that file.  Is there any way to restore it so I don't lose any of my design changes   Thanks.   I just did a rebuild, and now only ha ...Show All

  • Peter of Mountsorrel WebBrowser as File Browser (Explorer)

    This is working but how will i change the view (Thumbnail, Details, List, etc.) Is it posible Private Sub Navigate(ByVal address As String) If String.IsNullOrEmpty(address) Then Return If address.Equals("about:blank") Then Return If Not address.StartsWith("file:///") Then address = "file:///" & address End If Try WebBrowser1.Navigate(New Uri(address)) ...Show All

  • amselem Installing visual studio express problems

    Hi All Having problems after downloading the express editions of vb and web developer. it copies 39 files to the temp area then does the loading instalations componets, i accept the license aggrement and click the two boxes. I then click install, it then says :-  Microsoft Visual Basic 2005 Express Edition - ENU has encountered a probelm during set up. setyp did not complete correclty. Error signature bits says something about dllmgr_bitse ...Show All

  • Julian Keith Loren MCSD MCAD FREE ONLINE BOOKS?

    After I registered I saw this Free Online Books We appreciate you taking the time to complete the registration process. As a token of our appreciation, customers who complete registration of Beta 2 Express Editions prior to November 7, 2005 will receive access to one or more free online books from Microsoft Learning. Online book titles include: But how do I download them thanks Hi, You will receive further in ...Show All

  • erickson777 Can not register: IE does not aunch.

    Hi, after installing and using the Visual C++ Express Edition I wanted to register it. I clicked on the provided link "Microsoft Visual Studio registration website" and... nothing happens. Then I searched the forum and did the following: - signed in at passport.net - updated my profile at profile.microsoft.com and verified my email address at hotmail - made IE the standard webbrowser - setted the security options of IE to 'low' - restarted aft ...Show All

  • JoeBlow Variables values

    How can i see the variable values while program is running http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=14021&SiteID=1 For a discussion of this problem. cool, i've solved the error problem and in this project the breakpoints worked well and i can use the watch window. i just dont understand why it dont work in the other project thank you cgraus! &q ...Show All

  • Edamepsel Problems with Downloading Registration Benefits

    There have been several reports of problems with accessing and downloading registration benefits.  We have investigated the issue and have news to report.  This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that li ...Show All

  • CzarOfKatmandu Unable to Install SQL Server Express June CTP after removing the previous CTP

    Hi, I'm basically doing web programming and designing during my free time with Dreamweaver and has recently found that VWD Express is ideal tool to learn ASP.net 2.0. But I encounter a problem in attempt to install the latest CTP of Sql server. After I've unistall the previous CTP to give way to new June CTP, I get the below error message: "SQL server has detected incompatible beta component ......." and ask me to run cleanup utility from CD. ...Show All

  • agrt dynamically spawn checkboxes on a tabpage?

    Hi guys, I am trying to create checkboxes dynamically (based on number of records from a database) on a tabpage. I searched for how to create the boxes and found this code: Dim cbBox As CheckBox = New CheckBox() cbBox.Name = "cbBox" & Me.Controls.Count - 1 cbBox.Text = "cbBox" & Me.Controls.Count - 1 cbBox.Top = 18 * Me.Controls.Count ' Add controls to the Panel using the Add method. Me.Contro ...Show All

  • fs - new to C# Getpixel API

    visual basic code: IntPtr.Zero is the same as NULL. Passing NULL to GetDC gets the desktop DC, I thought. Yes, what you've been advised sounds good. I didn't realise that you had a specific window you wanted to get the value from. If you did this, then the pixel location would be 0,0 on the top left of the client window, not the whole screen. Sorry I didn't reply sooner, I'm in Australia, and I was sleeping :-) Dim Red As ...Show All

242526272829303132333435363738394041

©2008 Software Development Network

powered by phorum