Answer Questions
ivanwong RSS Screensaver Starter Kit
This thread is the place to ask questions and provide feedback for the RSS Screensaver Starter Kit. BigJoe wrote: How does the RSS Screensaver Starter Kit generate the *.scr file I cannot find any settings or custom steps for this file. If I'm right the *.scr file are *.exe renamed file. So you can simply rename them. But I'm not sure of this . I ...Show All
Fadi L How do I add a binary registry key to the registry?
I am currently trying to add a key to the registry with: Dim location As String = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" My .Computer.Registry.SetValue(location, "Scancode Map" , "00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,00,00" , Microsoft.Win32.RegistryValueKind.Binary) but i get an error when I add the Microsoft.Win32.RegistryValueKind.Bina ...Show All
Paul Papadopoulos Using "Enter" Key in a form
By default, the Enter Key presses the last button used on my form (a calculator). I need the Enter key to stop doing that and to run a procedure instead: If "Enter" is pressed DoSomething() End If Any suggestions on how to do this AND override its normal function I found the solution. I hope this helps anyone else: The following sets the "highlighted" button to any bu ...Show All
Sulaco creating a .exe File
Hello, i have a really simple question, I’m a noob on Visual Basic. Can I create .exe Files with Microsoft Visual Baisx 2005 Express Edition greetz steverino Just Build your project and the .exe is in the Bin folder for the project. GS But another question is ..... What's the real difference between a publish (for redistribution), which seems to install a reference ...Show All
flyingelvis Same subject but in Visual Web Developer express
I have the same bits of code working as a web form and in VB Express but when I try to use this routine to tab to the next text box autotmaticaly on my web form, it does not work. Am I being stupid here Cheers DJT_UK Protected Sub TextBox1_TextChanged( ByVal sender As Object , ByVal e As System.EventArgs) Handles TextBox1.TextChanged If TextBox1.Text.Length = 1 Then TextBox2.Focus() End If ...Show All
sajid mayo Where is the DLL ?
Hi I craeated a C# web site using Visual Web Developer Express. I know it might sound like a stupid question, but where are the DLL files created by the build Should I create a seperate setup project for my web in order to create the dlls I added a Bin folder to the web site, but I can't find any dll there. How do I create an actual web site out of my code (assuming I have a URL and an external server) Thanks, A.G ...Show All
yousifnet Saving SQL Data
I have a small SQL database that I'm trying to rewrite in VB Express. It works fine when I run the program from VB 2003 in the VB Express mode. However, when I type the code into VB Express I get the following error, Incorrect Syntax near ' ' when the ExecuteNonQuery line is run. The line of code for my "Values" is as follows; ArtistDataAdapter.InsertCommand=New SQLCommand() ArtistDataAdapter.InsertCommand.CommandText= "Inse ...Show All
fizban2 Less than, greater than, equal to, date.
Trying to get this to work. I'm trying to prevent saving over a new version of a file. I've tried >=, <=, and =. I'm guessing that I can't compare dates like this. Bryan Dim MyStamp As Date = FileDateTime( "bay.txt" ) If FileDateTime( "bay.txt" ) >= MyStamp Then ' execute code here End If hi, why do you read the value twice try something like t ...Show All
r.guerzoni Variables values
How can i see the variable values while program is running There's probably a drop down that says debug or release. Otherwise, it's in the Build menu. But, even if you build a debug version, until your breakpoint hits, you won't be able to use the watch window. I cant add nothing to watch window. It is blocked. May be because the breakpoints have an exclamation point while i am debugguing... ...Show All
nscripta Visual Studio Installation Express
Have just installed Visual Web Developer Express with SQL Express. Seemingly successfully Running the program for the first time and creating a "personal website" a suggested produces this error on attempting to view the newly created site " The file "\\fs01\Users\robin\My Documents\Visual Studio 2005\WebSites\WebSite3\App_Data\Personal.mdf" is on a network path that is not supported for database files." ...Show All
Darwin Wright Send information to mail
What can i do if i want some information sent to my mail My code : Public Class Form1 Private Sub TextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged End Sub Private Sub Label1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click End Sub Private Sub Label2_Click( ByVal sender As System.Ob ...Show All
Chris Mayo - MSFT Cannot publish because a project failed to build
When I was publishing a RSS Reader, an error 'Cannot publish because a project failed to build' occured. I can't find the error help in the local help. How can I solve this problem Which project failed to build What errors did it give Are you saying it builds when you're not publishing According to MSDN: http://msdn2.microsoft.com/en-US/library/ms228634.aspx That error means there are other b ...Show All
JosephWu VB DataAdapter Fill Error
VB DataAdapter Fill Error Hi, I have an access database named Image.mdb and my table name is also Image and I want to add records to it. I have a connection object and dataAdapter. The error occur when I want to fill the data set. Error message reads " Syntax error in FROM clause." I can't figure out why. My SQL statement is valid. My database is v ...Show All
Slimjim100 Express - Free for Commercial use?
I see that Express is geared heavily toward hobbyists. I am considering looking into this for commercial use, but do not want to infringe on any copyright laws. Is Express free for commercial use Thanks for any help you can offer -M Dynes Thank you - I had searched for FAQ, and had found a number of insightful pages, but nothing with the answer I was looking for like this one. Thanks again. ...Show All
Ted Hacker displaying different Time besides local time
Hi I am a newbie to VB 2005 Express actually am a newbie period to vb . The problem that I am having is trying to display local time & another time ie: say london uk. on another clock side by side. On a form Any idea's on how to this is tnx Eze I 'm trying to put them on a form as individual clocks to display them like you sometimes see them on the back wall of a news program only these will be display ...Show All
