Answer Questions
Ifti Build questions
Hi, i wrote an app that I want to publish. I'm selecting build from the menu, I can adjust couple of thing from the publish wizard like the publish directory and the other standart things. If I run the published app with setup the setup process will start. But standart the apps that you publish will be installed in C:\windows\prefetch or something like that. I Want to be able to publish for example in C:\Program Files with a .exe file. My ...Show All
lenora How to program a log in form?
Dear all, I am new in using Visual Basic. However I've discover the excitement of programming in it! Especially using Microsoft Visual Studio 2005 Express Edition. I wanted to develop a Staff Attendance System where I need staffs to log-in! When user press [Submit] button after entering UserID and Password , System will verify UserID and Password with database . If UserID and Password match, Date and Time-in will be stored into an ...Show All
BCullenward Commerial usage??
The Licence with the Microsoft Visual C++ 2005 Express Edition is a bit vague on commerial usage, can the beta edition be used commerially No. Why are you using a beta still I thought they all expired anyhow. The final release you can use for whatevre you like. Ops sorry it's the free down-loadable version "the final 'free' version" ! Made a ISO burn version from Sonic , this kind of puzzles me normally I ...Show All
Harpreet Bhatti How to add Access Keys to Menu "Edit" under MenuStrip
Hi all, I used the MenuStrip1(from Toolbox) to create Menu "Edit" that has the 2 sub-menus: Get Numbers & Clear Numbers. I also modified the Text property of "Edit", "Get Number" and "Clear Number" to "&Edit", "&Get Numbers" and "&Clear Numbers". How can I add the access key F1 to the Get Numbers menu and the access key F2 to Clear Numbers menu Please help ...Show All
Darwin Wright Driver Development in c#
Can I use C# to write drivers for windows yet or do I still need c++/C. I am looking to write a MIDI minidriver - are there any forums about writing drivers Cheers, Mark i don't know much about it, but as far as i know there is a Microsoft Driver Development Kit Hi ! I'm very interested by this idea, somebody has some information TIA, Lilian. ...Show All
Charul Bhargava windows control library
Hi to all, I installed express edition.I want to create custom controls.For this windows control library is needed.In express edition there is no template for control libary.Please help me How to get it. Do you know what the difference between a Class Library and a Windows Control Library was in VS.NET 2003 A Windows Control Library had references and imports for System.Windows.Forms and System.Drawing by default, plus th ...Show All
Bill Gammill visual basic 2005 express Build a program now not displaying
while attempting to run "MyFirstWindowsApplication" from the "Build a program now" book, the program seems to run and end very quickly(screen flickers once and returns to the IDE screen) I just installed VB2005 express on my XP system and was wondering if I need to change something in Windows XP home to see the VB program Read on to page 39. You have to start without debugging. If ...Show All
Bradsy 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
PA installing express editions on same computer as full editions
This refers to the final products. Can we have visual web developer express and sqlserver express alongside vs stuidio 2005 and sqlserver 2005 developer edition Any issues dennist685 Thanks for alll the answers. I decided not to install express versions, because as stated, they won't make learning easier. I've had mixed experiences with virtual pc. In my case, with 2gb ram, it seemed to slow the c ...Show All
Harlow Burgess VC++ Need explanation of message please.
Can someone explain what the message " Either VCProject or VCCodeModel is not ready yet. Please close designer and try again." means please. I keep getting it in the form designer and cannot see how to fix the problem. Alan's solution also worked for me. Remove the structures and/or delegates declaration above the class decleration. Just like EmilianoCapoccia said. Thanks all ...Show All
Daniel Guldbrandsen 'Exclude From Project' in Solution Explorer
Hi All, Visual Studio .NET 2003 and Visual Web Developer both have a 'Exclude From Project' menu command when right-clicking a file in the Solution Explorer. I can't find this command in Visual Basic Express. How can I remove a file from my project, while in the IDE, without deleting it Thanks, Gordon Bell So, there is no way to remove a file from a solution, without Deleting it ...Show All
Vishal R Modi Activation Problem
Hi I have installed Visual C# 2005 Express and tried activating it butit keep saying that I have not registered with Microsoft which I have done so. Can anyone advice what is the problem. Thanks Regards Alan Where did you register with MSFT Was it through this activation process Try going to the Microsoft Profile Center ( http://profile.microsoft.com ); log in with your Passport account and then m ...Show All
Gino Abraham Export IDE Settings ?
Hi, There is two different users working with vs c++ express. How do I export all IDE settings of one user to another I'm to lazy to tweak every setting manually, maybe there is a way to copy some file thanks Vilius Tools => Import and Export Settings... , you can export IDE's settings to a vssettings file (there are options to select what do you want to export, eg. general settings , help filter and f ...Show All
Cyberpass sample project "addresses" database
I just downloaded VB Express. I am a beginner. In the VBGuided Tour - managing your records, I tried the sample program "addresses" and the 3 addresses came up fine but I couldn't add any addresses to it. I first hit the add button and blank text boxes came up, then I filled them in and hit the save button but nothing was saved.(that is when I closed the program and then ran it again just the original 3 addresses wer ...Show All
David Kreps Fill image list with images from datasource
I'm a complete newbie in this side of things having happily developed applications in Access for quite a while - but feeling very lost at the moment. After an afternoon of searching to no avail I'm forced to resort to whining newbie mode for some help ..... Current assumptions are that both a datasource and an imagelist are basically the same as a recordset in Access. If I wanted to move data from one to the other I would loop through and tra ...Show All
