Answer Questions
Neils Error C2248
I searched for other cases of this error, and could not find anything similar to this. The online help hinted at the cause but the solution did not work. I was unable to paste into this form (Win 2000, IE 6 SP1), so I have pasted some code samples at http://spaces.msn.com/members/robertjohnson/ If anyone can be bothered to read through this turgid example I'd like an opinion on how to get it to compile. It worked on VC 7 compiler, and it's prob ...Show All
JudiSue HOW TO programatically connect to Access DAtabase
i want to connect to my Access datablse programatically i read through the help at... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_aspnetcon/html/c9caa6be-f3f2-400a-b6bc-2debbbf23703.htm "the local help" It says Open the Web.config file in the root directory of your ASP.NET application. If you do not have a Web.config file, create one. i have installed only VB express edotion 2005 do i need to install the completee v ...Show All
tristanhu Bug or problem?
Dim song As String = tags.artist & " - " & tags.song When setting a text box to song it only appears with the tags.artist. When debugging i have found that first of all it sets the song to "tags.artist but it misses out the ending ". Is this a bug with vb and if so can it be fixed or is it something i have done wrong Probably not what you want to hear but it works fine on my machine ...Show All
Jack Shoeman How To Loop On Rows From A Database Table
I want to loop on the rows from a database table, but I can't work out how to do it. So far, the code I have is: Dim sConnectionString As String _ = "User ID=myname;Password=myPassword;Initial Catalog=mydatabase;Data Source=123.22.44.35,1433" Dim objConn As New SqlConnection(sConnectionString) objConn.Open() Dim sSQL As String = "SELECT * FROM manufacturer_list" Dim objCmd As New ...Show All
lawlordds C# language translation tool
I'm looking to build a translation tool, that converts words in a number of languages(french, german, dutch, greek) to english. The tool should make the computer say the word in english, and display a picture that relates to the word. The layout is fairly simple with only a text box where the user enters the word to be translated, and a button they need to click. I have begun this project by creating a new project, and adding the reference ...Show All
lagu26537 HelloWorld.exe doesn't run
Hello there, I'm using Visual C++ Express Edition the first time. Thus I was making a HelloWorld.cpp by chosing Win32 Console Application. I'm also using the latest PSDK for x86. My HelloWorld.exe runs within the IDE and also within a command prompt on my computer where Windows XP is running. Unfortunately it doesn't run on another computer I have with Windows XP. What could be wrong Any suggestions are welcome. :) Thank you for your help. ...Show All
JBA123 what's wrong with this?
WebBrowser1.Url = textbox1.text in vb6 i think it would be ok, so what's the prob in the 2005 Express Edition thanks. Shaul. Blair Allen Stark wrote: oh yeah. . . WebBrowser1.Url = new Uri( "http://www.microsoft.com" ) but that changes the url for microsofts url, i need it to change to the text in textbox1 :\ N ...Show All
Mieux urgent !!!!listbox inserting problem
hi everyone, I have a problem with manually inserting element into my listbox. There is the code I'm using: ListBox2.Items.Insert(0, ListBox1.SelectedItem) or Dim myItem = New ListItem myItem.value = "wisconsin" myItem.text = "Wisconsin" ListBox1.Items.Add(myItem) I've also tried using the add method but either way I do it it still insert the element twice in the listbox. Now I dont know if there is something I ...Show All
net_starter Working with the WebBrowser control and Flash sites
Using the WebBrowser control I'm trying to create a simple web browser that my kids can use. A lot of the sites that they play at use Flash and I've found that the pages do not respond to clicks correctly. For example at the site www.myscene.com , the initial page loads correctly, but after clicking on the link for the "Hot Fashion Game", none of the buttons on the next page work. Of course it works fine in IE. I've also noticed that i ...Show All
Magnesium IIS with VisualWebDeveloper
Hi, I have installed VisualWebDeveloper 2005 and want to use IIS instead of the web server that comes with the VisualWebDeveloper 2005. How do i configure this for my use. Thanks Ganesh. Hi! Glenn is right, when creating a website, instead of choosing a file system website, under the location drop down, choose HTTP. The best place for asking ASP.NET questions is on the ASP.NET community site ...Show All
Lost in VB space My Graph Box
I need help to fix my code Private Sub Timer_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer.Tick Dim CpuUsage As Integer = CInt (CpuCounter.NextValue) Dim y2 As Integer = CpuGraphLabel.Size.Height Dim y1 As Integer = CInt (y2 - ((y2 * CpuUsage) / 100)) Static arr(CpuGraphLabel.Size.Width) As Object : Static val As Integer = 0 Dim CpuP1 As New Po ...Show All
Senthilvel Using the serial port component in the Visual Basic 2005 toolbox.
Where can I find information and documentation on using the serial port component in the Visual Basic 2005 express toolbox, it's under the components. There is nothing in the help and nothing in any of the books that bought and I have found very little about it on the net. Thanks I have no information about the serial port component , but you may find a small program for serial port communication incl. source code and documentatio ...Show All
MeNewtoSql Sharing projects
I have a project I have been working on at my office. However, I want to work on it this weekend at home. I tried to copy it to my laptop, but when I opened it I got security errors. What do I need to do Thanks. Jeff I don't remember the exact error, but was some security errors. Maybe I was not opening the correct file. I'll try again this weekend. Thanks. Hi, I am ...Show All
fivefinger Playing wave files
Greetings, Can I get some direction on how to play a wave file using C++ Express Edidtion. First off, I have been searching and reading but have not found something that will work easily for me. Playsound(); playresource(); Don't seem to work. Missing header file Not supported by Express Not sure what a .rc file is or how to use it. Very green with C++. Two classes in college 5 years ago. Things have changed... Thanks!! ...Show All
MichelLef Database Update Allows Additions but not Deletions?
Hi, I’ve created some code to add new rows to my database which works fine, and after restarting the program, all new rows are still there. (I’ve modified the database parameter from ‘Do not copy‘ to ‘Copy if newer’.) Another subroutine I’ve created removes certain rows. While the program is running this works fine! However, when I restart the program the deleted rows are back in the database! This seems really stran ...Show All
