Answer Questions
Brian P keeping time
Hello i am working on another project of mine and i need to have the date and time in my program. Certain things need to hapen like the caps lock turns on at 9:00 wich triggers a relay turning on the lights. So i just need to learn how to use time in my visual basic form. Thanks, Average Joe You can use DateTime.Now to find out the current time, and set timers to go off when you want to do stuff. ...Show All
ChuckBuc Cannot Access Free Registration Materials via Thank-You Emails
Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All
spncc How do I get my free e-books?
I downloaded, installed and registered the beta editions before Nov. 7th. I have yet to get an e-mail though telling me how to access my free e-books. I have a benefits page where I can download icons and pictures but nothing about e-books. Anyone know what's going on Thanks. Since no one is replying I'm guessing everyone else has their e-books If so how did you exactly get to them ...Show All
faiga16 Toolbox like the one in Visual Basic Express .NET 2005
I'm trying to get the same toolbox as VB .NET 2005 has on the left in my program. If anyone could help point to where i can find this or how to do this exactly i'd greatly appreciate. thanx for the prompt response. i'll get coding on this. You'll need to write your own or look for a third party control. ...Show All
MBrr cursors
hi, when i hover over panel1 i wish my cursor to change to an image of my liking, could someone please tell me how this is done Every control has a Cursor , check the link and you will find the MSDN documentation for this property. if i hovered over a panel, i would like my cursor to change to an orange square, is that not possible Look at the Cursor property of panel1. Yes, as i said before just set the Cursor pr ...Show All
mikael sandberg Restoring IE as default browser in VWD Express
People, My broadband came with some stupid browser which installs itself as the default browser (ybrowser.exe). I have uninstalled this and am trying to revert to IE (as bad as it sounds) as the default broswer. However, when I try to build/compile a project, VWD express doesn't pick IE. Where can I set my browser option Many thanks. J. Hi J, You should be able to right-click on the root folder of you w ...Show All
delasare 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
Clement Yuan Development Question
I'm working on a forms page for an internal website in which a user enters their ID into a textbox. When the textchanged event for the textbox is intiated a db query should occur to determine whether the ID already exists in the db and if it does user contact info should autofill the appropriate textboxes on the form. If the ID does not exist then the user has to manually fill out the contact info. All of this info as well as additional info on ...Show All
Doug Adams c# express download problem
Hello, I started dabbling in programming again and downloaded VB and C# express last November . A few weeks ago a dialog box popped up stating the trial period was over. I went back to Microsoft and read whatever I could to try and reload C# express but have not had any success. I used the auto erase procedure and checked the add/remove area in the control panel and found no mention of any relevent programs. The C# program downloads but when ...Show All
ChrisMM. using IWMDRMEditor::GetDRMProperty()
Hi I have a new problem: i have to find out if a media needs some kind of right to be played. I've read i have to use IWMDRMEditor::GetDRMProperty(), but i can't understand if i have to include some header file... someone would help me thanks I would suggest using the docs or the newsgroups at http://msdn.microsoft.com/newsgroups for media issues. Specially, http://msdn.microsoft.com/newsgroups/topic.aspx ...Show All
MikeRoberts 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
kgottfredsen crude benchmarks
Folks: I did some crude benchmarks (moving around arrays of integers, generating random numbers w/ .Next() and .NextDouble(), no I/O) and found that for visual express beta 2, my c++ and c# code were much slower than my python code (w/ psyco). I cannot believe this is true, but it may be there are issues with the beta and compiler options that I'm being stupid about. I did (for c++) use the release option -- is there anything else g ...Show All
Ricardo Costa Translating Basic into SQL starments
I was wondering can VB get into a SQL database ok If so I wanted to be able to do something thats easy to do in VB, but I am new to SQL. Do not worry about VB, I am good with that language, I am not so hot with SQL yet, but gaining slowly. C++ is good too and I use that a lot, its just that I avoided SQL in the past because of the cost of servers is not exactly cheap. What I need is something I can paste into the SQL Manager than ...Show All
j42 Updating the database
I am asking a pretty common question it seems. Yes, I did look and do see the existing posts/responses. My problem is that I am not seeing the database actually get updated with new data. It seems fine at runtime, but if I shutdown the app and check the Db it is not getting back to the table. I also added some code from one of those VB for dummies books to help check that the update worked and it claims it is. I must be a different kind ...Show All
BMW307 Search
Ok i was wonderin. Can I, and if so, how do you search or if you like 'Scan' a hard drive with vb for a filename such as lala.exe or what eva. I'd love to know! My code also does that. It just needs to be made recursive so it iterates over subfolders on it's own, so that it can skip folders it's not allowed to read. What Cgraus is describing would look like this Imports System.IO Public Class Form1 &n ...Show All
