o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Quickie on files -

heya gang.

Quick question. In visual basic, you can traverse through files by using FileSystemObject. How do you do this in visual C++?

any help on this would be really great
Thx
Elon

 

Just a Quickie -
Just a Quickie Would P & D wizard automatically register any OCX's that are required by the program. Thanks for any assistance.


Quickie on files -
heya gang. Quick question. In visual basic, you can traverse through files by using FileSystemObject. How do you do this in visual C++? any help on this would be really great Thx Elon


A quickie - Comparing two Files -
I have two very similar large SQL Server 2000 SQL files. I was wondering if there were any tools to compare the two highlighting the differences withing SQL Server of .NET? Kev.


ocx quickie -
I always wondered what if I would distribute a program that useses licensed ocx files. I mean, everybody who installs my prog on his computer could use them whether they are free or not. Is using Fusion the only alternative or is this just a stupid question?


Quickie script to rename a bunch of files Anyone have a free minute -
Hi there, I'm wondering if this is very easy to do and if so if someone would even want to whip something up for me. WHether it's in VB or otherwise. I'm looking for a program that would very simply run at a particular time every day (like say 7:00AM assuming my PC was on and th


ASPX File Import -
Hi all, Just a quickie, I downloaded some aspx files (with vb codebehind code). When i try to run these on MS Visual Studio 2003, I receive errors, (designer can not show forms, etc.).. What is the best way to import these files? Do I have to create a new solution> If so ho


vb 2005 express & vb 2003 standard -
quickie. vb 2003 standard "can't" make library files, (though the SDK can and from a command line its possible too). vb 2005 express "can", is there a way of copying the template files over? and if so how? more as a way of avoiding writing batch files to co


A Quickie... MS Outlook library name -
Can I have the name for the MS Outlook Express library reference in the list in VB6? Note : Not the MS Outlook (the one that omes with Office I think) which is listed as MS Outlook 9 .0 Object Library (Win 2K, VB 6) FYI, I want to simply scroll thro a directory full of .eml file


Resolved-Deleting files -
hi just a quickie, i do some work on a file then delete the file but get error file being used by another process. Any one know how to solve this. I am disposing of any objects IE image object. Iv hit this problem more than once and never been able to sole it other than waiting 5 M


Quickie: Loading a program -
I have a quick Q. How can I make my app open another app I created???


A quickie -
Does anyone know what order NT boots up in. I want an EXE to start running so its active when you have to log on to the network. If i Can do this where would i put the exe?


Noobie Quickie -
Im looking to change the date last accessed on a file. Anyone know how or can point me in the right direction. Thanks.


Quickie please - Scanning Serial Ports -
Is there some routine/object for doing this, as in the case of drives? TIA


Another quickie... -
How do I tell if a user hasnt selected an item from a combo box? I tried listindex=-1 but that aint it...


Selecting all items in Listbox -
I know this is a quickie... but i cant seem to figure it out! I have also been searching this forum and cant find the answer... help!!


[2005] WebControl that selects file -
Heya everyone, I've been searchin online for an answer to my issue. My current project is going to feature a lot of rollover buttons, something that doesn't exist as an ASP.NET control. Obviously that left me a market to make one! I made a quickie one (it is very simple, with a p


Quickie (Internet Explorer) -
Hi all, I would like to open IE viewing a local file. Thnx in advance, Figa


[SQL 2005] Format Field Quickie -
Sorry for another quickie but I only have an hour left til deadline... I need to format a datetime field on the fly if possible to a varchar(5) field data type in the destination table with a format of "MM/YY". Code: q_deliv.Promised_Date AS MinOfPromised_Date --NE


Quickie - Primary keys ***RESOLVED thank you muchly*** -
Mornin' Quick Question - is it possible to have autonumbering key fields (as in MS Access) in SQL 7.0/2000? If so, how? Thanks.


Shorthand -
Just a quickie. Does anyone know what the shorthand way of defining string's and long's is. Something like Dim sTest$ ?


Quickie Vector question -
If i have a 2D direction vector, how can I get the facing in degrees? Thanks. Z.


Array Quickie -
What is the maximum number of elements (upper bound) that a dimension of an array can have?


Listview Quickie -
Does anyone kow how I would go about programatically moving the top displayed row of a listview box that has the vertical scrollbar enabled?


MZ-Tools quickie -
Does anyone know where MZ-Tools stashes it's code templates. I need to do a backup and don't know where they live. Thanks in advance .


Really Simple Variable Prob -
Pure quickie, just want to know how to declare a global variable in VB6. I want to have the username available to all forms. Thanks


Quickie : Opening windows -
Is there a simple way to open another form of vb within the current form? Cheers! Evoid xxx


private quickie -
Hi... So does placing an access database in the _private directory on a webserver give your data a decent degree of protection? It seems unclear from what I've read... Thankyoo


Menu Count Quickie -
If I wanted to know how many menu's were visible on a form does anyone happen to know what collection would I need to reference to get the count from? TIA


quick file filter question -
Hi All, Just a quickie if using commn dialog how do I only get 1 type of file to display. I know it is probably quite simple. Thanks R


*Answered* Re-iterating characters -
Just a quickie. How can I write: PPPPPPPPPPPPPPPPP or ######################## in short code. I want to fill a string variable with a variable number of the same character. TIA


Quickie on colours & command buttons -
Wotcha, folks. Quick one I hope. Is there any way to make the text on a command button a different colour? It seems such simple a thing to do - I'm amazed I can't find it ! Much ta, Jack.


Web Development Question -
Hey Guys, Quickie! How using any language can when i click an image have it insert some text in a text area? thanks for any help b


Multi User App Quickie -
Does anybody know of any good websites or books that show you how to go about building a multi user application using VB and SQL Server?


Formatting Postings -
Hi, Just a quickie for your old timers (in experience, not years) How do I get posted code to look like .NET code, i.e. with indentations? Although I always use indentations, they disappear on posting.


Printing via IExplorer -
Hello, Just a quickie. Is there a way of preventing the URL of a web page from not being printed on the footer when the web page is being printed from within internet explorer?? I am sure there is a way. Please help!!


API: Move child window to the front -
Quickie: I have an MDI app, and, for some reason, it doesn't always move the child to the forefront when I call the form like this: Form1.Show I can't remember the API to do this. Can someone share? Thanks.


The Properties window in VB IDE -
Here is what I hope is just a quickie... In the VB.NET IDE, the Properties window on the bottom right of the screen looks way cool. I'd like to include something exactly like this in my VB programs. What is this control? Is it part of the VB IDE toolbox, or a separate add-on?


FileExists (Quickie) -
Remind me if there is a in-built VB function quivalent to the fso.FileExists function? Thanks. Skald2k.


Just a mouse icon quickie -
Guys, how do I set the mouse icon, irrespective of what control it is moving over ?


just a quickie how to open a folder -
i was wondering how would i open a folder on a cd using code from clicking a label