Answer Questions
Triskell2k1 Floating point problem
hi While i was learning the new VC Express i encountered a problem: klasse.h------------------------------------------------------------------- class complex { float re, im; public : complex( float r, float i) : re(r), im(i) {}; complex operator +(complex c); complex operator *(complex c); }; ----------------------------------------------------------klasse.h------- klasse.cpp----------------------------- ...Show All
saurabhsule82 Cannot Access Free Registration Materials via Thank-You Emails
Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All
Amit Bhave MDI Child Forms without border, blue box, resize buttons etc.
I fail to create a raw MDI child form without any border, maximize/minimize button a.s.o... I 'd like to create an application similar to Excel in that way that the user may open several windows using the 'new' menu item from the MDI Parent form, each window hosting tabcontrol. The standard way to create MDI Child forms works fine but I can't get rid of these top headings! A splashscreen form seems to be a good answer but I can't create ...Show All
Ranga1 help! can not create any project in visual c++ 2005 express edition
when i try to generate any project in visual c++ 2005 express edition, it always told me that the operation could not be completed and can not find the required module! i use Menu selection New | Project | and then select a installed template such as CLR empty project. After I give the name to project and press the button OK. I got the error " the operation could not be completed and can not find the requi ...Show All
globim UTF-8 Encoding
Hello How can i write the contents of a string variable to a HTML page with UTF-8 encoding Please help Navaneeth hi, regarding to the asp.net encoding system like that <%@ Page Language="VB" ContentType="text/html" ResponseEncoding=" UTF-8 " %> regarding to the html part of the page you can set the encoding like that <html> <head> <meta http-equiv="Content-Type" content="text/html; charset ...Show All
Eric Hainey Creating A Screensaver
I am wondering if anyone could help me to create easily a cool screensaver. Thanks. Thank you for helping me. How i can add a Label control You drag it off the toolbox and drop it onto the form. Are you able to see the toolbox and form Is the Label control on the toolbox Adam Braden Visual Basic Team From MSDN Library: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.KB.v10.en/enu_kbvbnetkb/ ...Show All
erdsah88 Where is the console window?
I'm new to c# express, but I have want to know where the console window is. I have seen in some tutorials that a console windows pop up and shows the results of your code when you run it, but I can't seem to get his window. For example I try the "Hello, World!" example, I type in the code I run it, a couple of things pop up quickly and go away but I don't see the text "Hello, World!" anywhere. In the tutorial it is shown down ...Show All
khemmerl RSS Screensaver Starter Kit
This thread is the place to ask questions and provide feedback for the RSS Screensaver Starter Kit. In the product From either Visual Basic 2005 Express or Visual C# 2005 Express Edition, click File...New Project... and select the RSS Screensaver Starter Kit. Let us know what you think! I agree, however something odd occured. The first when I compiled it, the 2 files w ...Show All
Luis Barral Newbie lost in socket programming with error "An existing connection was forcibly closed by the remote host"
Hello, I'm trying to develop a tcp/ip request forwarder using system.net.sockets and VB 2005 I read somewhere not to use TcpClient and TcpServer for performance concerns... So I've been trying for 2 days without any success with following code. Any help would be really appreciated Dim theIPEndPoint As System.Net.IPEndPoint = New System.Net.IPEndPoint(System.Net.IPAddress.Loopback, 81) Dim ServerSocket As System.Net.Sockets ...Show All
Nbraun77 Forms in Windows Taskbar
I am a newbie to .NET development... I want to implement something very similar to MSN Messenger Alerts, My application is a client application, sits in windows Taskbar and when there is a alert, it pops-up a window displaying the alert. I dont want user to resize or move the alert window.... Any ideas how can I do that Thnx in advance If I understood corectly what you are trying to ask......the sollution i ...Show All
JohnGreer Arrays wont work?
ok so like in vb 6 this would be an example of a simple array of form1 which would work for what i want to do. Now if you upgrade to vb.net it says you cannot have an array. The following wont work :( and if i take out the new it gives me errors i dont get when i do the loop. How can i make this work Dim pm(100) As New Form1 Private Sub Command1_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Command ...Show All
Kendal MSDN Express Edition
I am hearing about the MSDN Express Edition 2005 all over in the VSEE2005 site as well as in parts of this forum. Is this feature only available for online usage or can it be downloaded locally for offline usage I am a newbie so dont laugh over my question and plz answer. Dear swarnabha, You can download any of the express editions from here: http://msdn.microsoft.com/vstudio/express/default.asp ...Show All
MooseNSquirrelz Can ANYONE Program with the sql Server Management sTudio Express
Hi All, Has anyone been able to actually code in sql Server Management sTudio Express I went into the sql server management studio Express I declared a database and a test table that had the following TestID --->unique identity -- typical config Test --> nvarchar(10) I then opened a new query and types insert into test ( test ) values ( 'testline' ) I clicked on Execute it said command successfully completed. If I go back to the ...Show All
Michel search a directory
Hello! I'm experimenting with making a simple media player in Visual C# Express edition. I would like to know exacly how to open a directory and list only the .mp3 files or .ogg files in the listview I'm unsure how to do this. If you can point me to a good example or article, I would be very thankful. Thank you. hi, what you asking about is System.IO name space it have directoryinfo and fileinfo c ...Show All
Sundown Kid VISUAL BASIC 2005 EXPRESS EDITION
HELLO WORLD, I just brought what i thought was visubasic 2005 express edition for amzon.com. when i open the box it came with 3 cd's inside... 1:visual basic 2005 express edition. 2:visual studio 2005 express edition getting started. and 3:visual studio 2005 express editions corbis image disc. and 1 book "microsoft visual basic 2005 express edition: build a program now! the problem is that when i put the visual basic 2005 disk in everyth ...Show All
