Answer Questions
Playmaker81 Wish for future VS versions: Maximize window
Hi. It will be veri nice if the windows inside de workbench could be "maximized" with some button as eclipse (www.eclipse.org) does. Regards. Have you tried fullscreen mode (View/Fullscreen or Shift+Alt+Enter) Thank you. I expect to see some kind of visual clue in the window.} Such mode is what I want but may a button could be added to the window to do this. Regards. ...Show All
mr_ship Program flow - order of execution.
As a real novice I am writing a small application to measure a persons reaction time by presenting a prompt on screen and then measuring how long before a key is pressed. My problem is understanding the program flow. When run the form is presented and then when the Start button is pressed there is a short, random delay and the prompt presented. The clock stops when any key is pressed (sub EndTimer) and the time presented - all as expected - b ...Show All
Scott VanDelinder How to display my data in text file-?most recent - should be at the top of Textfile
Hello all, I want to know how to append my data into text file(C:\). My problem is when I append a data into text file, The data are appended in bottom of the Notepad text file. I want most recent appened data will be added into top of the file. My code follows, Dim s As String s = RsP.Fields("birthday") & vbTab & RsP.Fields("SEX") & vbTab& RsP.Fields("Weddate") & vbTab ...Show All
Mojo2000 About VB.NET VB Express Edn.
Hello, I recenty came thru abt Visual Studio Express Edition. I have a question that is it the Visual Studio.NET or It is Updated version of Old Visual Studio 6 Another Question : If I build an app. in VB.NET 2001 Proff. Edn. Then is it compatible for Visual Studio Express Edition Thanks in Advance. The Visual Basic Express Edition is the base edition of Visual Basic 2005 (aka VB 8.0). Applications created ...Show All
MasterMIC Network Applications with VB2005 Express a few simple questions????
Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network serve ...Show All
neobash Resources for Beginners
Good day fellow developers, Being a 4GL database developer for over twenty years, I've now decided to break into the Web development world and have a simple question maybe you can help with. I'm running Visual Web Devloper and SQL Express setup, and am very familier with SQL 7.0. I would like to know what resources would be the best starting point to begin to understand HTML, XML, ASP, and .NET logic. Having read the associated manual "Buil ...Show All
Exclusive MP3 Playback
Is it possible you can playback mp3 files through VBE, If so could someone please point me in the right direction, I've seen loads of examples in VB6 but none in VB Express. Thanks. The following should work my.Computer.Audio.Play(<filename>) Apologies you are correct. Microsoft Media Player Control http://www.developerfusion.co.uk/show/62/ http://ww ...Show All
Octurus Can't get this project to work
It's been a few years since I've done any programming. I know this is simple, but I just can't seem to get it to work. Yes, I have the Platform SDK installed correctly. this is rel1.cpp #include <\vctests\relationtest2\relationtest2\relh.h> int main() { testvar = 12345; std::cout << "number is " << testvar << " while in main.\n" ; othercpp(); return 0; } this is ...Show All
Sidney A Williams Jr Problem installing.
Hey. I just downloaded Visual C++ Express Edition 2005. I go to intall it, everything seems to go ok, and then it gets stuck here. It will not go anywhere past that. I don't know what I should tell you about my system but here is what I could think of. Windows XP Home SP2 Intel Pentium 4 processor Thanks for any help. Never mind. I figured it out. I burned an iso image to a cd and installed it that way. ...Show All
H Magnusson exposing .net component to COM application - Excel 2000
My config Visual Basic Express 2005 + Excel 2000 I have the following problem. I'm creating a COM Class with VBE2005, i create the dll and then register it with regasm.exe. untill then, no errors what so ever. The code by itself works prefectly in a VBE2005 application. Now, I add the .tlb file generated by regasm to the excel reference (VBA Module). Everything look fine, I can see my classes, functions and subs. when I incl ...Show All
d_a_heitbrink Blue Rectangle in Breakpoint Margin
What does the Blue Rectangle in Breakpoint Margin indicate I suppose I may have... just don't remember it. Thanks Steve Ok... I've discovered that the blue rectangles are bookmarks. Only thing is I did not put them there... they are only on lines with TabControl code on them... and only in the code of one form (ie, I have TabControl on other forms but those lines are not ...Show All
John Lyon-Smith GetPixel's Output - Hex, HTML or Dec?
What's the output of GetPixel Html, Dec, or Hex I need to know. Oh wait a minute.... I think I know what you are asking. You're asking about the way the output of Getpixel is coded. It's not coded in any format that is imediately usable by VB2005. It didn't include the next couple of lines of that program because you didn't ask about that. So here is the next couple of lines that translates the output into something th ...Show All
rfaux problem with EXpired Visual Studio
Two days ago My Visual Studio Express Editions has expired. I am having problem to reinstall it agian. I Uninstall all the component of C# and SQL. I tryed to install Visual Studio EXpress but I am having this Erorr: Software\classes\.wsd\openwithList\vcsExpress.exe Please anybody can help with this problem Thank you very much. Are you running as administrator I suggested a few other things in ...Show All
fhhowdy Massive iostream errors
Hey, i'm kinda new to Visual C++ Express and i'm having a problem when I include iostream. I've installed Platform SDK and this is what I compile: #include <iostream> using namespace std; int main(){ cout << "Hello" ; return 0; } I get tons of errors from this: ------ Build started: Project: empty_project, Configuration: Debug Win32 ------ Compiling... 2.cpp C:\Progra ...Show All
Mridu Help with databases
Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just t ...Show All
