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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

HOW TO capture a previously loaded form in MDI application
I try to open excel file by i recrieve error same trianta99
"An exception occurred during a Ping request." - This error message whenever I try to ping a site that is not available.
Getting the ID from a newly entered record
Setting the Version Information in the exe file
Report Designer in Visual Basic Express 2005
.settings files in C++
CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Bolded Dates, Arrays, MonthCalendar
Variable Declaration

Top Answerers

Andrew Trevarrow
FiftyFive
KurtM
MoonKoot
Bin Laidand
Bshivley
Fedja
Alexander Stevenson - MSFT
Adrien Barr
Elisabeth
Namespaces in
Only Title

Answer Questions

  • Pablo. how to limite data displayed in a listbox?

    I have a listbox "listboxServices" and an ACCESS db table "services", when i set the listboxServices' databinding to the default dataset, the listbox will show all the data in the services table. Instead, I want to list all services that have a null value in "DatejobDone" column in table "services" (i.e. all pending services). please help. btw, I created a new query for table "services" --- ...Show All

  • youTe Release or Debug Problem with WriteFile API Function

    Hello, i tried to test my programm wrote in Visual Basic 2005 Express and following happened - when i compile and test in the IDE (Debug) it works great but (Release) doesn't work 100% - when i use the .exe files in debug or release folder both don't work 100% this is my code snippset: the problem is writefile , out the IDE after the command writefile i become the win32 error "invalid handle"! i wonder because in the ID ...Show All

  • F.Laskowski Custom Cursor

    Hi, I don't believe it is but does anyone now if it is possible to import your own mouse cursors into a VB 2005 project If so, how. Regards, Andy watch for line-breaks in the above posted code. I just put the declaration in the form class, and the rest of the code in the form.load event. yes, it is. You can use various methods (by using a MemoryStream on a resource, for example), but to get a fu ...Show All

  • Neetu Ghota HRESULT: 0x80131047 while trying to debug an application

    Hi everyone. I was just making an application (for no purpose other than learning how to/for fun) that converts binary, ASCII, and English to each other, but when I try to debug it, I get: Error while trying to run project: Could not load file or assembly 'Binary\, English\, ASCII' or one of its dependencies.  The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) Thanks in advance! ...Show All

  • Robert Verheuvel Reference Dataset in Another Form

    I have a dataset (we'll call it Dataset1) that gets created, populated, etc programmatically in one of my forms (we'll call it FormA). It is declared in the declarations at the top of FormA.... Dim Dataset1 As New DataSet Everything is great on this form (thanks a lot to everyone in this forum). However, now I need to run some checks against the dataset from another form (we'll call this one FormB). This may sound a little rookie- ...Show All

  • eugen_safronov Reading textfile into listview

    Hi there people. I've got another question I hope you'll be able to help me with. I've been keeping track of a few things and have been saving numbers to a text file in a table type format. An example: Team Wins Losses Ties Games Played Team 1 4 2 2 team 7 1 0 8 etc etc etc etc etc All is ok saving it but now I'd like to view the data I've entered in a listview. I know how to read it with streamreader and ...Show All

  • chrisuk2006 Visual C# Express 2005 in Spanish

    Exist Visual c# express 2005 in spanish Existe Visual c# express 2005 en espanol Thanks, Gracias, Raul Mercado. Hi Raul: Visual C# Express Beta 2 is available in Spanish: http://www.microsoft.com/spanish/msdn/vstudio/Express/VCS/default.asp The RTM version will be posted in the next few months.  Please remember to fully uninstall the Beta 2 version (follow the uninstall instructions posted on the website ...Show All

  • Wingnut_233 array resize query

    In a data gathering application I have a block of data, say 8000 samples, that would be divided into 8 blocks of 1000 samples for the 8 data channels. Now, depending on the application, there may be 4000 samples as 8x 500 samples or 16000 samples as 8x 2000 samples. How would it be possible to resize the data[8,1000] array to data[8,500] or data[8,2000] I've tried array.resize, but that seems to only be for one dimensional arrays. Is ther ...Show All

  • darkmark327 Working with IComparable

    The response I received to a recent post got me investigating collections, they're pretty cool. I am attempting to add a CompareTo function to a class that I've written so that I can use the Sort method. I have used Listing 4 in a DevX article as my pattern for the CompareTo function. Public Class Recipe Implements IComparable ' ...a property, RecipieID, is created & stored internally as intID Public Overloads Function CompareTo(ByVa ...Show All

  • jaymin patel saving user settings

    hi i need a simple-to-understand tutorial on how to save user settings. I would like to have a textbox on my form that the user types something in, and the text is saved so it'll appear the next time my application is started. thank you Cool I figured out a few things so far. Your help is appreciated! Just to let you know I'm gonna put a little bit of code here to prove I found this on my own and ...Show All

  • Scalpel78 mspdb80.dll was not found !

    When I tried to run cl.exe from the command line, the error message I get is "Application unable to start, mspdb80.dll was not found". Can somebody help me with this Thanks, Deepak shjuspea wrote: I've just encountered the same problem when I tried to run a platform SDK server 2003 SP1 sample using VS2005 in command line these days, fortunately I solve it now. Maybe useless for you: the key is t ...Show All

  • RohitAggarwal TreeView question #3

    Hi Making progress, but slowly. Current problem is trying to use a property as shown in the system help (shown below). When I try to use this to get the collection of checked nodes I get an error that says: CheckedNodes is not a member of 'System.Windows.Forms.TreeView'. Everything I have read points to this as being the way to get the collection, but yet, in the final analysis it doesn't do it! I suppose this problem is related to the fac ...Show All

  • Bogdan Trcek Stronly typed dataset

    From what I read you can easily create Strong typed dataset in VS 2005 but can I create them in C# Express Thanks. When making a strongly typed dataset you are generally pointing it to a database and having VS construct it from that... Is the database you are trying to access local If not you are kinda SOL for now as Express only allows data access (within the IDE) to local data hosts. You can create them ...Show All

  • mutex Membership Provider..?

    Hi. I created an Login-Form in Visual Basic.NET Express edition. Now I want, that the Application validate the typed username and password in the login-form with an online MySQL database. I already found an tutorial from MS, but it wasn't usefull, becouse i needed MS Visual Studio. Can anyone help me Micronax Thanks.. both looks great, but there is written " Modify your web.config using the following template (if you are on a sha ...Show All

  • ARTY1125 How to read properties from a config file in MSBuild proj file

    HI All, Can anyone let me know how i can read the entry of a config file into a array in say ItemGroup inside a MSBuild proj file. I have a config file -> local.config having the following entries en-US ja-JP I have written a MS proj file.How can i read the data from the config file into the proj file Please send me some example to do the same regards Akash ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum