I am having a very frustrating problem with me new wireless broadband router.
I bought this for a home network and currently have one PC hardwired into a LAN slot and one connected wirelessly. I ran the set-up wizard and everything looked fantastic.
However every time the PCs are turned off...
Okay I have absolutely no idea where to start on with this one.
Does anyone have a clue how to write a module that will kick out an MD5 checksum file based on an input directory (including sub folders) or perhaps have one already they don't mind sharing.
Any help at all would be massively...
Cheers Lee
Thats what I started doing this morning, then decided there had to be an easier way.
I suppose I could use a control to do this if I placed it on a new form which I don't show to keep it more re-usable. I just that would be a little bit of a hash even by my low standards.
Copy This Bit Into A New Module
' Makes sure all variables are dimensioned in each subroutine.
Option Explicit
' Access the GetUserNameA function in advapi32.dll and
' call the function GetUserName.
Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" _...
No problem Strong
It's part of a class module that I envisage will be reused a good number of times so I don't think the hidden control is an option (unless you can think of a satisfactory way of intergrating it).
In this instance I am running a procedure which takes the text from a certain...
I am tring to convert a line of RTF code into it's text value.
Is there a way that anyone knows of doing this without using a RTF control on a form?
Thanks In Advance
I have a collection which is being returned from a public property of a class module. Compiling this collection takes in the region of one second to run.
My problem is that I want to refer to the collection a number of times within the same sub routine and naturally don't want to collate the...
Indeed that is right I may be new to this but I am going a little beyond a couple of text functions! I just gave those as an example so I could see how I could achieve what I wanted to and I think I will be able to.
I am indeed very new to this, but the I think with Bogdans help I will be able to do what I want to do.
Thanks very much for you assistance - it's very much appreciated.
Thanks Bogdan
Are these classes standard or can you add your own defined ones? Using the example I gave can you give me of an example of a class module that will return .myfunclength, and .myfuncleft2.
My overall aim is somewhat more complicated than this but I assume the concept remains the...
I am trying to add different properties to a function I am trying to write. I am totally new to this concept so please forgive me.
To simplify the kind of thing I am trying to do is return the following values from a single function:
myfunc("sampletext").myfunclength = 10...
Hawkide
The easiest way to do it (i don't know the Excel vba for putting text in a cell so bear with me)
Open "c:\Temp\Test.txt" For Input As #1
Do While Not EOF(1)
Line Input #1, StrFileLine
For n = 1 to len(StrFileLine)
singlecharacter = mid(StrFileLine,n,1)...
Dimandja
I can't believe how simple this was - I havbe been tearing my hair out for the entire afternoon:
Dim app_Access As Access.Application
Set app_Access = New Access.Application
Str_OutputDB = "U:\PLEASEPLEASEPLEASE.mdb"
Str_OutputFile = "u:\TEST.csv"...
I am having a problem creating a new Access Database from VB6.
I have tried just about everything I can think of, yet the simple task of creating a mdb file seems to be beyond me.
If anyone can help I would appreciate it loads.
Cheers
Mike
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.