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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

DLL project with C++ Express
VB and VB.net
Why is compiled dll size larger with Express?
What now? - x86
Webbrowser again :(
Returning Newly Inserted INSTANCE ID
TreeView question #2
Launch IE and input data
String transfer
Screenshot

Top Answerers

Patrick Grimme
Marcin Wojas
BettyS
TeeBoy
freenetbox
daveeberly
SQL AB
Jesse Towner
KillerBoy
kje
Topix: Knitting
Only Title

Answer Questions

  • tijjj how to read text from a bitmap file(hand written document) in c#

    hey this is madhuri actually i need to read text from a hand written document(bmp file), how to edit a bmp file.I thought to get pixels first but then how to match those pixels with raw data in order to read the exact text from the file. Do i need 2 have any knowledge of pattern matching Any idea of pattern matching in c# i need this very urgently,,, thanx bye If you want it urgently, your best bet is to crack out the credit ...Show All

  • Mido# Help me with importing c++ dll functions.

    Hi, Im trying to import these functions from vb.net but i dont know what WORD and so on would be in vb.net and how I would call them. ////////////////////////////////////////////////////////////////////// // Decrypt Message From FrontCode Peer Cache Server // // Parameters // pSrc : (IN) Message From Peer Cache Server. Buffer must be 132 bytes. // pDst : (OUT) Primary Node Addresses. Buffer must be 120 bytes. // // Remarks // Node Address St ...Show All

  • Stephen Castle typedef arrangement CL doesn't like

    typedef { unsigned __int8 uint8;   unsigned __int16 uint16;   unsigned __int32 uint32;   unsigned __int8 char8;   char8 * string8;   signed __int32 BOOL;   __int32 WPARAM;   __int32 LPARAM;   __int32 HWND;   unsigned __int32 UINT;   __stdcall CALLBACK; } Can someone please tell me why this is wrong More specifically, the compiler seems to want a typedef statement for each typedef, and I haven't s ...Show All

  • ralfkret Putting a shape (circle, square, etc) on a form at design time

    Hi, I come from a Borland C++ Builder background and in that environment if you want a shape like a circle or a square on your form you simply drop a TShape on it at design time and set it's properties just like you would do with a button or any other component. Very easy and convenient. Is there such a thing in Visual C# Express I can't seem to find anything other than an explanation of how to code the drawing of shapes at run time. Th ...Show All

  • Sentient Not a member

    Results' is not a member of 'Working_Week_2_Coding_Assignment.Form1'. Why would I get the error message madref I recommend reading the sticky posts on how to post good questions. Your code obviously has an error, we cannot tell what the error is without seeing some code. Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click 'declare va ...Show All

  • chris27uk WeatherTracker Web Service

    Hi All, Been working my way through the book "Visual basic 2005 Express Edition: Build a Program Now!" (available as a download once registered). I've reached the last chapter where it references the Web Service for http://www.esje.com/WeatherService/Service.asmx however, this does not seem to be 'live'. Also, the service appears to be US based and I was hoping that someone can point me in the direction of another similar service which I can att ...Show All

  • maple compile errors

    i've tried everything i can think of and can't figure out whats going on here. i try to compile my win32 window, and these are the errors i get. this code is copied directly from another window i made which compiles fine. c:\documents and settings\family\my documents\visual studio 2005\projects\window2\window2\winmain.cpp(26) : error C2440: '=' : cannot convert from 'const char *' to 'LPCWSTR' Types pointed to are unrelated; con ...Show All

  • netdevelopertr Detecting user changes to data on form

    I have a form which is used to make changes to a database. When the form first opens the form fields are populated from the database. How can I tell if the user changes any of the fields. I would like to be able to detect this so that if the user tries to close the form I can prompt them to see if they wish to save the changes. Thanks I had to add an EndEdit() as below to get it to work.  Is that the ri ...Show All

  • Justin Bennett 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

  • Qaiser Mehmood Mughal Build doesn't work

    Every time I build a project and get a .exe file I can't send it to anyone. Why I have one file Kekke.exe in the debug folder which I can open but when I tried to send it to my other computer it couldn't open it.. What happens 1. I asume that you build a native exe that uses the CRT in a DLL. So you need the DLLs of the CRT. http://www.codeproject.com/useritems/vcredists_x86.asp 2. You are not all ...Show All

  • Durai Access.application throwing exception

    I use the following code to open an instance of Access to do some table maintenance when my Windows Form application starts. The user is presented with an OpenFile dialog box and selects the database location, and this is written to settings and saved then, [ code]Dim ac As New Access.Application 'open access and load the standard database Try ac.OpenCurrentDatabase( My .Settings.dataLoc2) Catch ex As Exception MsgBox( &q ...Show All

  • GaneshMoorthy MC HELP! SQL Server Beta Notification Services Remain Preventing Final Release From Installing!

    The SQL Server Notification Services from the Beta 2 version still exist on my PC but they are not on Add/Remove programs. How can I remove them I get an error when I try to install the final release of SQL Server Express! Check: http://blogs.msdn.com/astebner/archive/2005/10/30/487096.aspx Regards. ...Show All

  • Danel Arenovsky burn IMG download

    Hello How to burn IMG file onto a DVD/CD I tried Nero but it doesn't recognise the format. Is is possible for MS to change the downloads to ISO or BIN formats which are more popular Cheers Yuelin Renamed to .iso...Nero will burn it. Try using DVDDecryptor for the job, others have tried other means but I found this to be the best solution... The other good thing is that the program is free to download and ...Show All

  • Andrea at magnas Process.start("WINWORD")

    Hey people, I'm using visual basic express to write a small program that stores information about a few files and orders them according to a certain theme, so they are a bit organised. At the moment everything is working fine, and I figured I could add the possibility to open some of the file types by clicking a button. Normally no problem, but it seems that word doesn't want to open a file when I try to open it. Word will open, but he'll give a ...Show All

  • Tommi Grönlund stringstream to int followed by comma fails, BUG?!?

    hi, here is a simple code snipped that worked fine in Visual studio .net 03 AE and gcc (various versions), but now with C++ Express 05 it fails as soon as i want to read an comma seperated int list. It has no problem with floats or if the comma is a different symbol (tried '.' and '_') so it makes not much sense for me... code:  std::stringstream ssi, ssf; ssi << "2 3, ___" ; ssf << "2.23 3.23, ___" ; i ...Show All

121314151617181920212223242526272829

©2008 Software Development Network

powered by phorum