Answer Questions
wromee Copying Files to an Existing Directory
Dear VB Experts, I humbly ask for your assistance in solving a problem I'm having with copying a file to an existing directory. I'm using the below code to try and copy a file from an OpenFileDialog to a directory that already exists. The source file path is derived from the OpenFileDialog.FileName property and the destination file path is a directory in the users MyDocuments directory. When I run the code, If OpenFileDialog1.ShowDia ...Show All
FritzPoll How to move/snap mouse pointer to an object
I have an application where I want to move or snap the mouse pointer to a point on a graphic when it gets in the vicinity. I have the code figured to detect when the mouse is in the vicinity, but can figure how to move the mouse pointer. Or must I realy go to the extent of hiding the cursor and drawing my own pointer Or you might consider: Declare Function SetCursor Lib "user32.dll" (ByVal hCursor As Long) As Integer ...Show All
William Boatin How to change a pic??
i put like this Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.Image = "1.JPEG" Label1.Text = "what text" End Sub when i clck this button, the text "what text" will appear. but the picture stil can;t be display. th ...Show All
Deepak Vijay msg error with xp 64 pro
I reloaded my os and still get the same error when I boot DaleWitty wrote: I reloaded my os and still get the same error when I boot my error has nothing to do with visual basic but I am not sure what to contribute it to causes problems with my epson printer and Logic camera I do not see how installing vb will cause errors with your printer or logic camera. What is the error you have ...Show All
Serega Solution Explorer
I am new to VB and have the following problom in the Solution Explorer: I have several forms shown in the Explorer. One of the form's icon has changed and is represented by a different icon then all the rest. The icon looks like a Word icon with 'VB' overlayed on top as opposed to the other icons which look like a miniature form. When I highlight this form, it is no longer accessible with the View Designer icon (in t ...Show All
Atsu VB2005 Courses
Hellow to all , I have made a concept to start working on a media player but I am begginer with VB , I want to build it without media player control but I need some courses and tutorials.Where to find that ...Show All
william.c.schneider ADO.net DataAccess time SLOW
Unless I am doing something very wrong, it seems that the ADO.net dataaccess time,IE retrieving a record is extremly slow compared to Classic ADO. Now it takes between 1 and 2 seconds to retrieve the data from the Remote database (Access). Because of needing update data when I select a serial number, I presume and currently use direct access to the remote database. I load a combobox with all my serial Numbers, Currently 15,000 . Then when I c ...Show All
Tiago Teixeira Retrive mail from pop3 server vb.net
Hi , I want to download mails from pop3 server to my local system ...... ie.. something like what other mail clients do ....... ; i can send mail successfully through system.net.mail.message & by creating a smtp client through system.net.mail.smtpclient how can i do that thanks in advance Yes i saw that , i have also implemented the same through sockets ..... ...Show All
Ulrich Straus Query returns records in Access but not from VB6
If I run the query in Access it returns 137 records. If I use the code below the recordset is empty. Both eof and bof are true. I have tried several different ways to execute, but I can't seem to get it to work. I use this process all the time and this is the first time I'm having this problem. I'm totally stuck. Set cmd = cat.Procedures("qinpatientcount").Command cmd.Parameters(pardtStart) ...Show All
Gwyn Cole Radio Button List and Data Binding
Hello, I would like to bind a Radio Button List to a Database field. How do I go about it From the "Data sources" window, I changed the "Field Type" to "Radio Button". However, I am unable to populate the values automatically. Any help or Sample thanks a million Check out this article. It has downloadable source. http://msdn.microsoft.com/msdnmag/issues/04/07/AdvancedBasics/ ...Show All
StefanH07 Any ListBar pure Native?
Any Listbar pure Native Hi, I think developers express's navbar controls are what you are looking for. www.devexpress.com Ken --------------------- ...Show All
Tony Lambert Visual Basic Large Projects/Solutions
I've got a 33 project solution, with many of the projects being decent size 30-40 forms I suppose. I had originally went with a single solution model, but the performance was very poor. So I switched everything around to use a single solution per project and replaced project references with references to a common build directory. However, this means that I sacrifice some of the benefits of being able to refactor. I'd like to be able to r ...Show All
RBS - DavidR Prevent Hex Editing!
i even somewhat hard coded the word Me.Text = "BLAH" If Me.Text <> Chr(66) & Chr(76) & Chr(65) & Chr(72) Then 'That all means BLAH in character form Call MsgBox("This program has been altered from it's original content and will now close!", MsgBoxStyle.OkOnly + MsgBoxStyle.Critical, "BLAH ERROR") End End If i downloaded hex workshop, edited BLAH to something like MAIL, and it still works. but ...Show All
ShimiIL How to convert to uppercase
Hi. Suppose we have a String "trade", how to convert the first character 't' into uppercase, and thus change the string into "Trade" Another question is about the use of RichTextBox. I would like to highlight a specified word. However, due to its exact matching, some variant forms of the specified word can not be highlighted. For example, if the specified word is "trade", then "Trade" or "TRADE&quo ...Show All
eric8910 I want manual for the regular expression
I want manual for the regular expression Please I want it to make some input text format Hi, I think this should help ypu to learn regular expressions: http://msdn.microsoft.com/library/default.asp url=/library/en-us/script56/html/reconintroductiontoregularexpressions.asp thanks :) ...Show All
