Forum: VB.NET 32 Days Ago |
| Replies: 9 Views: 384 |
Forum: VB.NET 32 Days Ago |
| Replies: 9 Views: 384 Thanks. You gave me enough clue to solve the problem. I think that if I can search pdf files, then I should be able to find files with LK or KL.
Thank you again. |
Forum: VB.NET 32 Days Ago |
| Replies: 9 Views: 384 yorro, you have specified in this statement ("C:\test\102309LKO.pdf").Contains("LK") complete file name, but the problem is that I am dealing with files that while I know contain LK or KL, but I do... |
Forum: VB.NET 32 Days Ago |
| Replies: 9 Views: 384 You understood me exactly right, but would you be able to show me an example of using contains? I know less than you may think. Thank you. |
Forum: VB.NET 33 Days Ago |
| Replies: 9 Views: 384 It doesn't have to be wildcards if there is a way to specify uknown part of the filename without wildcards. |
Forum: VB.NET 33 Days Ago |
| Replies: 9 Views: 384 How can I use wildcard/s for the attachment filename. Part of the filename changes but the characters 8 and 9 (counting from the left to right) always present and always either LK or KL. Currently... |
Forum: VB.NET 33 Days Ago |
| Replies: 0 Views: 328 I am wondering if there is way to save sent by vb.net email to a specific folder on hard drive as sent email containing exact information as it appears in lets say Outlook Express' "Sent Items"... |
Forum: VB.NET Oct 12th, 2009 |
| Replies: 0 Views: 509 I use this code to view remote files. The trouble is that when I double-click on any of the remote folders, it opens window explorer (windows live?) to display contents of that folder. However, I... |
Forum: Visual Basic 4 / 5 / 6 Oct 11th, 2009 |
| Replies: 0 Views: 293 The macro below works, however I do not know how to make the removal of the paragraph marks (second portion of this macro) apply only to text it pastes, rather than to all existing text in the... |
Forum: Visual Basic 4 / 5 / 6 Oct 7th, 2009 |
| Replies: 0 Views: 204 I am having this MS Word macro which works well, but not fine. It replaces word Street to St which is the way I want, but it changes STREET TO ST (I need St), etc. However, I need them changed as... |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 4 Views: 245 The error is gone! Thank you! :) |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 4 Views: 245 Mentioned error is gone. Thank you! |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 4 Views: 245 I am trying to send email from VB.Net using code posted below in VB 2008 Express, but get one error "Syntax error" and it points to Imports System.Net.Mail. I also would like to include required by... |
Forum: VB.NET Mar 13th, 2008 |
| Replies: 18 Views: 3,683 Do you really need to click that button? If so, then double click your button and past following code in it:
TextBox1.Text = ComboBox1.Text
otherwise you can double click your combobox a paste... |
Forum: VB.NET Mar 13th, 2008 |
| Replies: 1 Views: 986 To control the size of primary and secondary IE windows, close all IE windows. Launch webpage in Internet Explorer, right-click some weblink, and choose Open in New Window. Size the secondary window... |
Forum: VB.NET Mar 12th, 2008 |
| Replies: 2 Views: 3,983 I can't go smarter than this (I'm no expert), but following worked for me:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
... |
Forum: VB.NET Mar 12th, 2008 |
| Replies: 2 Views: 1,964 Thank you. That was perfect! |
Forum: VB.NET Mar 11th, 2008 |
| Replies: 2 Views: 1,964 Hello! I have this simple Internet browser. It works “fine”, but I’d like part of the URL (most of it actually) to be predetermined (always same website, but different pages). For example, I want to... |
Forum: VB.NET Mar 3rd, 2008 |
| Replies: 7 Views: 5,374 This is so far where I went iwth JRSofty's suggestion (because I was getting many more errors I have modified code replacing some lines with "My.Computer.FileSystem...":
'**********************
... |
Forum: VB.NET Mar 1st, 2008 |
| Replies: 7 Views: 5,374 JRSofty, I'm trying to accomplish this using Visual Basic 2008 Express Edition. When I have copied your code into it I got following errors ("Declaration expected" error refers to Import System.IO):... |
Forum: VB.NET Feb 29th, 2008 |
| Replies: 7 Views: 5,374 Thank you JRSofty! A little direction from someone who knows and cares turns into a great help for someone in need. God bless you! |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 7 Views: 5,374 And I would like automatic folder creation (if does not exist) to be on this level:
\2008\OSVK08*
that is two subfolders inside subdirectory corresponding to employee's name (e.g. "Victoria... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 7 Views: 5,374 I am thinking this (in general)
Source folder c:\uploaded_files
if file name is OSVK08*.*
then if folder F:\Files\Oregon\Sold\Victoria Kraus\2008\OSVK08* exists
move files here
if file... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 7 Views: 5,374 I am wondering if it is possible to accomplish following in VB.NET:
I would like to automate files move and sorting from "C:\uploaded_files" (files contain any extensions e.g. .pdf, .tif, .eml,... |
Forum: VB.NET Feb 24th, 2008 |
| Replies: 1 Views: 2,630 Never mind. I got that figured out. |
Forum: VB.NET Feb 24th, 2008 |
| Replies: 1 Views: 2,630 I have two checkboxes on my Form1, one is called "CheckOE" and the other "CheckCDO"
I would like to have an option of sending email message using either Outlook or CDO.
Both email codes work fine... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 Never mind, the code does work. I don't know what I typed wrong first time, but I have copied the second part of working code to the first part and renamed directories (folders) and names and it... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 Actually you said it better. Yes, when I choose the first value of the combobox and click button nothing happens (and yes I clicked one of the radio buttons also), but it may be important for you to... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 I mean when I choose in my form person "Lastname, Firstname" that mentioned in the very begining of the code (following part) nothing happens:
'this part does not work
If ComboBox1.Text =... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 cometburn I have tried your way, but nothing happens. I'll check more maybe typo on my part. |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 Thank your for explaining this to me, and will do that of course (this is my first posting on this website), but since couple people already started helping me here and with some success then I'll... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 ryan_vietnow Wow! With your modification it works for second, third, etc. employees/names, but when I choose name that corresponds to first block/statement and click button nothing happens. Why do... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008 |
| Replies: 11 Views: 5,961 Hello! I m struggling with this button and/or code to work. The button with Process.Start opens any folder I want if I do not use Ifs and Elses, but I do need to open folder based on user selection... |