Search Results

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: leokuz
Forum: VB.NET 32 Days Ago
Replies: 9
Views: 384
Posted By leokuz
Thank you! :)
Forum: VB.NET 32 Days Ago
Replies: 9
Views: 384
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
The error is gone! Thank you! :)
Forum: VB.NET Oct 7th, 2009
Replies: 4
Views: 245
Posted By leokuz
Mentioned error is gone. Thank you!
Forum: VB.NET Oct 7th, 2009
Replies: 4
Views: 245
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
Thank you. That was perfect!
Forum: VB.NET Mar 11th, 2008
Replies: 2
Views: 1,964
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
Never mind. I got that figured out.
Forum: VB.NET Feb 24th, 2008
Replies: 1
Views: 2,630
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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
Posted By leokuz
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...
Showing results 1 to 33 of 33

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC