26 Topics

Member Avatar for Comatose

One of the most important things to understand when automating office, is that it's heavily [search]OOP[/search], and therefore you are forced to work with objects. In order to create an object that is external to your application (for example an office application, whereas a button or textbox would be internal …

Member Avatar for DJ-DOO
2
1K
Member Avatar for Comatose

Swaps Two Elements Of An Array (So that say, indice1's value would become indice2's value, and vice versa). Simple Code Piece Really...

Member Avatar for vb5prgrmr
0
259
Member Avatar for Comatose

Another Small And Simple Function To Take Each Character of a string, and put it into an Array, This helps significantly when you need to sift through a string. This Function Uses The spush (String Push) Function, Also In Code Snippits.

Member Avatar for jfc2k4
-2
911
Member Avatar for Comatose

The Relative of push is pop. Pop removes the last item in an Array, and returns the value into a single (scalar) variable. Again, due To VB Limitations, this one works on strings.

0
201
Member Avatar for Comatose

Simple Function To Simulate The Push Command, due to VB's limitations, This one is Specific To Strings. (Simple enough to modify for integers or variants, etc)

0
208
Member Avatar for Comatose
Member Avatar for willdove
0
314
Member Avatar for Comatose
Member Avatar for Comatose

Under the Code Snippets, what is the difference between the vb section and the visualbasic section? Also, what is the difference between vbnet and visualbasicnet sections?

Member Avatar for William Hemsworth
0
141
Member Avatar for Comatose

I think it should be in the rules, that posting to old threads is a no no. It's not actually considered a member rule... just poor etiquette. So, if I wanted to be an obnoxious ass (more so than I am already), I could just start responding to old threads …

Member Avatar for Ezzaral
0
446
Member Avatar for Comatose

What happened to the ability to post a new tutorial in the tutorials section?

Member Avatar for Comatose
0
216
Member Avatar for Comatose

That link doesn't work correctly (the ...'s in the url are pretty much invalid). If you could resend the link to the code, or use [url]http://tinyurl.com/[/url] to make the link smaller so that the site doesn't truncate the data, it would be greatly appreciated. Coma

Member Avatar for titan_eye
0
123
Member Avatar for Comatose

I just downloaded the beta 2 of windows vista..... went to install the upgrade, and it needs an installation key..... my question is, how the hell do you obtain this key?

Member Avatar for DrNet
0
419
Member Avatar for Comatose

Ok, Umn..... How do I escape BBCode Tags? For example, I have a post where the user uses a database (with code), and the problem is that one of the fields is "code". So, what I mean is, it gets referenced like this: `Select (Code),[Price],[Res] from [tt]" & " order …

Member Avatar for Comatose
0
154
Member Avatar for Comatose

is it just me, or is this thread empty: [url]http://www.daniweb.com/techtalkforums/thread47461.html[/url] I have recently answered a post in that thread, and now the screen shows blank..... any ideas?

Member Avatar for Comatose
0
140
Member Avatar for Comatose

When I search all the forums (to get kind of an over-view of what's happening on the site) when a thread has more than 1 page of posts, I USED to be able to click onto the other page from that listing directly...... that doesn't seem to be there any …

Member Avatar for Dani
0
196
Member Avatar for Comatose

[CENTER][B]For Starters...[/B][/CENTER] I was recently helping someone with Random Files, and I realized as I googled along, that it took me some time to find any kind of information about random files, and how to go about working them. I had to pop in an old 3 1/2 inch floppy, …

0
104
Member Avatar for Comatose

I don't like having the numbers, (or the change in color) to the code snippets. While the idea is there for tutorial purposes (see line 5), it makes things a lot more difficult to copy and paste the code. While at first glance (in firefox) it seems that you are …

Member Avatar for Comatose
0
102
Member Avatar for Comatose

Is it just me, or does this happen to anyone else (just started today). I've cleared all my history and cache, and cookies from firefox, and did a hard-reload, and it's rendering it this way.... Idea's *Cough*Dani*Cough* And how did I lose stars? I had 4, I'm down to three??? …

Member Avatar for Dani
0
258
Member Avatar for Comatose

There seems to be a serious number of posts regarding the use of VB with an Access Database... Due To The High Volume of questions about access, I'm posting this link. Please, Go through the tutorial, and if you have questions regarding access with VB still (after reading through the …

5
1K
Member Avatar for Comatose

[CENTER][SIZE=5][B]Catching Up[/B][/SIZE][/CENTER] In The Previous Tutorials, we have covered a lot of information. We've gone over a few of the functions of the CGI.pm, and and figured out how to retrieve information from a web page form, submitted by the user. However, reading this information, and thanking them by name …

0
270
Member Avatar for Comatose

[CENTER][SIZE=5][B]Prelude[/B][/SIZE][/CENTER] In the last tutorial, we covered a basic skeleton of a small CGI in Perl. It didn't do much, other than check if the user tried to go directly to the CGI, or if they were submitting information to us through a page. This doesn't do us a whole …

0
346
Member Avatar for Comatose

[CENTER][SIZE=5][B]Prelude[/B][/SIZE][/CENTER] Perl is an excellent language, versatile, powerful, and not too difficult to learn. I'm not going to go into detail about Perl, and explain why we have to put #!/usr/bin/perl on the first line, or how using modules work, but I will explain how to check for information from …

0
442
Member Avatar for Comatose

Does Anyone know if such a utility exists in Linux? A picture viewer that runs in text mode? I like to use links sometimes, and hate having to switch back to an Xinterface in order to see an image.... is there a textbased picture viewer?

Member Avatar for alc6379
0
99
Member Avatar for Comatose

[B]A Little Rant[/B] I love [URL=http://www.mozilla.org/products/thunderbird/]ThunderBird[/URL], I really do. I only have one problem with it. I have not yet found an e-mail client as good as thunderbird, and every e-mail client that I have entertained have all come short of one specific attribute that I really like. You can …

Member Avatar for OurNation
0
459
Member Avatar for Comatose

Any idea's about a javascript function, that will move you to specific line number in a textarea? I'm making a mini-page where I can edit text/perl files on a server. I want to be able to plug in the line number that causes the error, hit go, and have the …

Member Avatar for tgreer
0
2K
Member Avatar for Comatose

Basically, My question is this: Is rundll32.exe ESSENTIAL to the OS, Or is it just a nice tool to have, that you could actually function without? I mean, would it be possible to rename completely, or even remove it, or does windows actually load files with it?

Member Avatar for caperjack
0
563

The End.