Answer Questions
AlonMi File saving
I need a basic way to dump some data to a file. I don't know what containers C++ express supports. Does it support CFile, iostream I have tried both of those and it cannot find the Header files. If the problem is with the setup I don't know what I am doing wrong I install C++ express then the SDK then I followed the directions to allow a Windows application but I can use and of the header that I need. Help please the program that I am writing ...Show All
hayate 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 thx for fast reply. buit i will to take numbers as values. in older version if i type variablename = txtboxname.text wasn’t same like variabl ...Show All
mikkk Win32 application error
I'm trying to install Security Update for Internet Explorer (832894). When I go to run the program I get the error message update\update.exe is not a valid Win 32 application. What can I do to run this without this error message coming up Is there a particular update I need to install or change any setting on my pc There is really no telling but I can only assume that you ar ...Show All
KenFromGermany Printing Data from a DataGridView?
I have a form with a DataGridView on it. The data in the DataGridView can be sorted, columns can be hidden, and thanks to help from spotty, the data can be filtered. What I need help with is that I would like the user to be able to print what the user chooses to show in the DataGridView (ie show column1 and column3, sort ascending on column1 and filter the data so that only data in column1="smith"). I've been looking at some of the pos ...Show All
katcoff How can I import data from Excel into VB Express?
Just downloaded VB Express with SQL Server Express....I want to import the current database, which is in Excel spreadsheet format to VB. Is this possible so I don't have to re-enter the data Pam Are you saying that I have to copy the contents of each cell in the Excel spreadsheet one at a time Please expand on your answer....thank you very much! Pam ...Show All
TracyWIII Charts in VB express
Does anyone knows what's the best way to approach charts in VB express edition What about MS Office Charts 11.0 or ZedGraphs... I tried to use the last one as a UserControl but the IDE failed to add the ZedGraph.dll ...does anyone has a clue The "best" way is difficult to answer because only you know the demands. But here is a cuple of things you might want to look at. http://forums.micr ...Show All
Alfred R. Baudisch Help with SaveFileDialog???
Hi Ladies and Gents, Please can you help with the below The SaveFileDialog is appending to my text files and I can't find a way to get it to overwrite whatever existing text is in the save file. Please can someone advise me Private Sub SaveToolStripMenuItem_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click Dim Save As New SaveFileDialog() Dim myStreamWriter As ...Show All
JaleelP Implicit conversion from int expression to double
Guys, I'm coming from J2SE so C# syntax is a new thing for me. Here is my situation. It is my believe that when you divide an integer with an integer like this below and store it in a double variable, C# compiler or .Net runtime should do implicit conversion for you. double k = (2/10); // k should be 0.2 However, when I run the program, k turns out to be 0.0 instead of 0.2. I have to code it like this in order for it to work double k ...Show All
imj VC++ Where are the Managed data Container functions please?
I cannot find the STL/CLR functions. In the only examples that I can see in the help, it says typically #include <cliext/vector> which does not appear to exist. What should it be Yes, this is one requirement to STL/CLR also. However it is too early to say what is going to be the final shape of this library. Hold on for now. Nikola Hi, Beta 2 version of STL/CLR is very d ...Show All
cgraus Flat File Database?
Hey! Is it possible to save data to a flat file and then retrieve it again later just a simple flat file database... or maybe data.dat file what ever a dat file is lol ty all -mark Hi , Yes, you can connect to a flat DataBase like .DBF by using the ODBC please, check this url : http://www.codeproject.com/database/connectionstrings.asp note: I advice you to use the Microsoft SQL2005 ...Show All
Phil Hoop How do I find Song Length
Hi, i'm using the AxWindowsMediaPlayer tool to play a song and I want to be able to get the length of the song into a variable. Plz help, I have looked in soooo many places. Thanks AxWindowsMediaPlayer1.URL = "c:\test.mp3" dim duration as integer = AxWindowsMediaPlayer1.currentMedia.duration Hi. How can I find the length of a song using the Wi ...Show All
sarahLiang How to run vb 2005 .exe files on another computer?
Hi guys, I have a question about running an .exe file that was made with vb 2005 b2 on another computer. On my machine I just yank out the .exe files and run the progams without using the whole install thing but today I took an .exe file to my Mom's house and her machine said it needed the .NET Framework to run it - so if I run the install wizard for my programs will they then work on other peoples computers Thanks a bu ...Show All
Bilgehan convert txt file to mdb database
Hi: I am struggling to convert txt file to mdb database using VB express edition. I inserted the Schema.ini file in the same directory where my text file is, and using ms jet 4 ole db provider with the required parameters, but still getting error that either file path is not correct or server is not working etc. Any help would be greatly appreciated. Thanks reez Public rs As New ADODB.Recordset Public ...Show All
Fregas Multiple Data Files (SQL Express) can be used in one application ?
Hi to all of you, In VB.NET 2002 I was using Multiple MS Access files to store data. Is it possible with VB.NET express 2005 and SQL Express 2005 Parminder Dear ShoagMSFT, Is it means that if there is three (or more) SQL Server Express files on remote computer and I can not open all of them simultaniously (Which I want) Thanks Parminder Singh Dhillon Yes - the Express ...Show All
mutantbc Difficulty adding a parameter to a querry
I am using two MS Access tables in my data source when I create a querry with a literal string everything works fine i.e. Select MyTable * from MyTable where (MyTable.Description Like '%' + 'Anything' + '%' I get the proper results When trying to use a user input field inside the query it doesnt work i.e. Select MyTable * from MyTable where (MyTable.Description Like '%' + @Description + '%' I get an unable ...Show All
