Answer Questions
Michael Stokesbary How to compile into an *.exe that will run on another machine
Hello friends, I have been trying unsuccessfully to turn a set of working source codes (written in C) into an executable and have that *.exe be able to run on another machine. I have tried both as a Debug and Release version but no luck. What am I doing wrong Here are my actions taken: 1) File/New Project from Existing Codes 2) Select all the necessary *.c, *.h, and *.rc files 3) Changed project's properties to compiling C language ...Show All
frumbert Problem in VS.NET 2005 Beta 2 after installing SQLExpress Sep CTP
Hai ...., My VS.NET 2005 Beta 2 was working fine. After I installed SQLExpress September CTP, VS.NET 2005 Beta 2 stopped working i.e. it started to give me errors. When I try to create a new application, it gives me project creation failed error. I don't what went. May be anyone can help me solve this issue by looking at my installation procedure. ...Show All
C. McGrunty Accessible via newsgroup reader?
Is the forums.microsoft.com resource available via newsgroup reader (e.g., Outlook Express) Good afternoon... check out this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144735&SiteID=1 It provides some info on MSDN newsgroups. Good morning... I'm not sure about the forums, but there are microsoft newsgroups available via NNTP. http://groups.google.com/groups/dir q=microso ...Show All
ssalter I have installed Microsoft SQL Server 2005 Express edition, but I can't find Enterprise Manager.
I have installed Microsoft SQL Server 2005 Express edition, but I can't find Enterprise Manager. I can't find Enterprise Manager in the Microsoft SQL Server 2005 Express edition. how can I browse database Hi, Express edition doesn't contain an Enterprise manager. You need to obtain a SQLServer 2005 CTP (not the express edition) to have an enterprise manager. In the SQLExpress you can browse by downloading the Express manager, Its ...Show All
MizzouTiger making a cell only numeric
Hi!!! I’m using the DataGridView control. I add columns manually and I want let the user can enter numeric values only in certain columns. How can I do this Thanks Guys, finally I found a solution for my problem I downloaded a sample (following the advice of fox) of DataGridView Custom Column from http://msdn2.microsoft.com/en-us/library/ms180996.aspx The code to download is in C#, but I can trans ...Show All
Thomas840 ifstream bug?
Hi all Few days ago I installed the new version of VC++ : MSVC8 express. But I found a minor problem in the file input part. I mean "operator >>" of the ifstream seems not to be able to read the integer value before the comma ',' correctly. here is a sample. ------- test.dat ------- 100, ------- sample.cpp ------- #include <iostream> #include <fstream> int main () { using namespace std; ...Show All
Adrian Hains some VB 2005 express problems
Hi 1.Is there any child node in treeview 2.How can the text in the rich text box always show at the bottom while receiving some income msg from hyper-terminal Thanks hi, 1 - yes there is child nodes called TreeNode Dim NodeCat As TreeNode NodeCat = New TreeNode NodeCat.Text = "something" NodeCat.Tag = "Cat" TreeView1.Nodes.Add(NodeCat) 2- you nee ...Show All
LeeSan Edit Start Pack Banners
Is it possible to edit the pictures in the banners of the startkits Glen I downloaded the Club Starterkit. Its a prebuilt template. Jyst wondering if you can edit the banners on it. Thanks Michael What Banners and which starter kits are you talking about. Yes you can edit those banners, but I would go the http://forums.asp.net and ask any questions regarding the club starter kit in the forums on that si ...Show All
deepakOne Which files and directories do I need to commit to version control (CVS)?
Hi All I am coming across to VB.NET from VB6 and am wanting to commit my first project into CVS. VB.Net generates a lot of files most of which I suspect are not essential to build my simple stand alone application. I have had a search of the forums and Web but cannot find any information which makes it clear which files I can safely delete form my project. I have deleted the "obj" directory sucessfully but when I del the "bin" ...Show All
IvanHB CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code: &nb ...Show All
Amy Dullard - MSFT Sound card access in VC++ 2005 EE
I'm looking for a way to record audio in VC++ 2005 EE. I found some source to do what I want but it uses system calls like waveInOpen() . It's a pain to use since it's "unmanaged" code. Any help is appreciated. Thanks in advance, LGuy There is no direct support in the .Net framework. So using the Win32 APIs is the proper way. Ronald Laeremans / Visual C++ team ...Show All
stec00 ClickOnce CD Deployment
Is anyone else having problems with the ClickOnce deployment in VB2005 Express I am trying to do a CD/DVD Deployment using the Publish feature, and I have the publish settings to include or "download from the same location as my app" but whenever I go to build it says that it cannot find the DotNetFX or the Windows Installer 3.1 files. I even tried to manually download them and plop them in the folder but I still can't build without ...Show All
Rudolf Betak value from txtBox
Hi all, In the new version this code variablename = me.txtboxname.value or variablename = Val(me.txtboxname.values) don`t wrk it. Is there a another option to read values (numbers) in vb express or i can`t use it in vb express cheers, spike i changed it but i become still error (if is nothing in this field) :( "The input character sequence has the wrong format." in l ...Show All
edwardbeck Free Learning Videos on Express Web Site
I've been trying to view and download the free learning videos for Visual Web Developer Express and Visual C# Express. Of a total of 30 videos, I've been able to view and download 26, but 4 cannot be viewed in their entirety nor downloaded to completion. They are Visual Web Developer #2 and #4 (for C#) and C# Express #12 and #14. I usually get a "server was reset" error message, but have also gotten a worm alert message on the first ...Show All
rak24 Missing documentation: System.ComponentModel
Hej! I cannot find anything about the classes in System.ComponentModel in the MSDN Express edition documentation that came with Visual Express C#. Is this intentional Cheers I used the repair option soon after I posted to the forum, but nothing changed. Looks like I am going to reinstall the whole thing. Perhaps this will help. The (still) installed Visual Studio 2003 never showed this kind of behaviour. ...Show All
