1,372 Posted Topics

Member Avatar for NewVBguy

The question is, do you want to build an app that does it for yourself, or do you want to find an app that already exists to use for yourself? That would also clear up where this belongs in the threads too.

Member Avatar for NewVBguy
0
121
Member Avatar for s-sriram

[QUOTE=s-sriram]Can someone help me? I am looking to access the properties of system tray processes in Windows. An example of what I am looking to do might be to maximize an application that has been minimized to the system tray? Can I do this in Visual Basic or VB script …

Member Avatar for s-sriram
0
127
Member Avatar for Khishin

[CODE] Dim aButton As New System.Windows.Forms.Button() FormName.Controls.Add(aButton) 'change FormName To Whatever You Named Your Form [/CODE]

Member Avatar for tgreer
0
129
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 dreyes67
Member Avatar for mytfein

Wow. I'm not even sure I understand what you are asking. Is it possible to zip and attach the project?

Member Avatar for Comatose
0
99
Member Avatar for marijana

[QUOTE=goaldrush] Oh and one other thing. I know a lot more about vB.NET than what you do. I passed the exam last year. So I know what I am talking about.[/QUOTE] So because you passed an exam last year, you obviously know more than he does about it?

Member Avatar for Mullethead
0
263
Member Avatar for mark25787

you could try checking out this code: [CODE] <SCRIPT language="JavaScript"> <!-- if ((screen.width>=1024) && (screen.height>=768)) { window.location="highres.html"; } else { window.location="lowres.html"; } //--> </SCRIPT> [/CODE]

Member Avatar for DaveSW
0
267
Member Avatar for mel2005

I'm not sure about the entire question, but it would be simple to keep track of how many still need to be shipped. Just change the instances of order No so that it subtracts the amount sent, and rewrites it's value to new amount needed to send. I'm not sure …

Member Avatar for mel2005
0
181
Member Avatar for trandill

Ok, I'd like to try to help. I have built a program that will help to identify the problem. If you go to: [url]http://www.aftermath.net/~coma/ModScan.zip[/url], download that, install it... and then run it. When you run it, it will create a log file, on the root directory of the c drive …

Member Avatar for Comatose
0
519
Member Avatar for mattcplusplus

Have you checked out this tutorial: [url]http://www.timesheetsmts.com/adotutorial.htm?[/url]

Member Avatar for NewVBguy
0
138
Member Avatar for NewVBguy

I know that anything is possible, but I have no idea how you would go about accomplishing such a task. If you know the format, you could read it as binary, and save it in the specified format, but I don't know what that format is.

Member Avatar for NewVBguy
0
86
Member Avatar for Seyha Eng

In The Declaration Section Of Your Form (Or In A Module) Add [CODE] Dim CCount as Integer [/CODE] Then in your form_load (or button, or wherever) add this: [CODE] CCount = CCount + 1 load shapename(CCount) shapename.Visible = true [/CODE] That should work. Keep In Mind You'll Probably Need To …

Member Avatar for Comatose
0
380
Member Avatar for Turiya

Do you have code that actually works with the excel spreadsheet, and you are having trouble figuring out the colors, or are you having trouble figuring out how to work with the spreadsheet period?

Member Avatar for Comatose
0
114
Member Avatar for chan

If you set the database objects that you use to reference your database to nothing, and then whenever you want to have them refresh, just recreate the objects, and pass it another query. That should effectively load the new information.

Member Avatar for Comatose
0
469
Member Avatar for redsabre
Re: cgi

I think that what you want to do, can not be done the way you want to do it. I researched a bit on using access with a Perl CGI, and this seems semi-possible, if the server that is hosting your CGI is running their server in windows with active …

Member Avatar for Comatose
0
273
Member Avatar for wallis_online

Well, Think about it like this... The Date, in the format of dd/mmmm/yyyy is going to try to format the date as something like this: 01/0004/2005 (most likely). Now, another option is, have you tried to remove the format$? So it would be set to something like: Values(i, 1) = …

Member Avatar for Comatose
0
160
Member Avatar for redsabre

Sorry RS.... the problem with that is that is would violate security measures that have been built into the browsers. I suppose if the users turn their security settings down, this message won't come up, but developers decided that it was too much of a risk to security to offer …

Member Avatar for Comatose
0
178
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 nivedita

Just A Thought Here, Couldn't You Get The Referer With Javascript (like document.referer), and doesn't it return an entire URL? If this is so, couldn't you split the string (or use substr) and grap the protocol, and check for http: or https: and act accordingly?

Member Avatar for tgreer
0
259
Member Avatar for dbarcode

Have you checked to see that directory.getcurrentdirectory is returning the proper path, or returning anything at all? Also, After some long hours of headache and painful study, Visal and I found that passing data to WSH's Run Method that contains spaces (in VB6, We Tried App.Path [I don't think this …

Member Avatar for dbarcode
0
152
Member Avatar for rooparaj
Member Avatar for Comatose
0
198
Member Avatar for Toulinwoek

Well, The main idea behind what you are trying to do is completely MDI. However, I'm going to treat you to a little gem, that, depending on the app (since you are using your own forms, it's no problem) can cause troubles. This is a ... technique of sorts, that …

Member Avatar for Toulinwoek
0
153
Member Avatar for Alfarata

because your or comparison is flawed. When you do a comparison, you have to give it multiple conditions, not multiple options of the same condition, so: [CODE] if text1.text = "hi" or "bye" then ' <-- improper testing condition [/CODE] However, [CODE] if text1.text = "hi" or text1.text = "bye" …

Member Avatar for N[e]tt[e]
0
188
Member Avatar for redsabre

He's right. HTML Is static, it will require javascript. It's real easy though, in the input tag, it would be something like this: [CODE] <INPUT TYPE="TEXT" NAME="cool" onFocus="javascript:this.value = '';"> [/CODE]

Member Avatar for redsabre
0
105
Member Avatar for johnroach1985

As far as I know, Javascript is a CLIENT side scripting language. You Can Not (in any way that I am aware of) use it to store things on the server side. If you want to do that, you might want to look into CGI, or PHP (or ASP).

Member Avatar for johnroach1985
0
235
Member Avatar for JBD2

[QUOTE=JBD2]Thanks, but one more thing..."Now enter your code" which code is that? Like the code that opens both of them or what? Thanks.[/QUOTE] Yes, it would be the code to launch each program. I actually think what he was trying to do is to have your project load two forms, …

Member Avatar for Comatose
0
201
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
98
Member Avatar for guins100
Member Avatar for guins100
0
97
Member Avatar for augie0216

I would use a couple of arrays. I'd use 1 to store the ID, and however many others for each of the textbox's. So, if you have 3 text boxes, (not including the ID) you would have 4 arrays. 1 for each text box and 1 for the ID. Then, …

Member Avatar for augie0216
0
196
Member Avatar for tcepser

Do a google search for a free "proxy" server program. Wingate used to be a good one, don't know if it's still around though. Be Forewarned... sharing a dial up connection is a horrible idea anyway, since the bandwidth is so limited. It will slow your connection down noticeably.

Member Avatar for Comatose
0
93
Member Avatar for php4ever

In my personal opinion, Not dignifying them with a response is better than a response. Were they wrong, and out of line. Absolutely. The proper way to go about the situation would be to have sent you a private message, via e-mail, or some other form of communication. However, a …

Member Avatar for Libertate
0
189
Member Avatar for Phreak

Personally, I'd go after building something like this with a tool like full-fledged VB (instead of vbscript), as VB gives you better control, and would simplify some of the tasks at hand. I believe It can, however, be done in VBS.... 1) I don't know if gpedit.msc goes through any …

Member Avatar for Comatose
0
235
Member Avatar for ceekay

I've never messed with word macro's, but I know a little bit about VB. Can you add VB source code to a macro?

Member Avatar for Comatose
0
137
Member Avatar for kenjafield

It's called "incrementation." It's something that has been in programming for a very long time. Even as low level as assembly language, has a special opcode for incrementing variables (INC in asm). This is the process of simply adding one. So, if the value of count is 1, then after …

Member Avatar for Comatose
0
198
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 manclarky

[QUOTE=manclarky]I created a macro designing a pivot table. when i copy the code into the VB application the pivot table shows a count instead of a sum!!! Any ideas why? Cheers[/QUOTE] Hmn, Post the relevant code?

Member Avatar for Comatose
0
109
Member Avatar for GraveyDice

I think if you store the ocx on a public drive, you can do a: regsvr32 H:\Path\To\whatever.ocx obviously H: would be the public drive. Have you tried putting on a public drive?

Member Avatar for Comatose
0
187
Member Avatar for NewVBguy

Let Me know if this works for ya [CODE] dim fso dim f Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.GetFile("C:\boot.ini") CreatedDate = f.DateCreated LastAccessed = f.DateLastAccessed LastModified = f.DateLastModified FileSize = f.Size msgbox "Created Date: " & CreatedDate msgbox "Last Access: " & LastAccessed msgbox "Last Modified: " & …

Member Avatar for NewVBguy
0
179
Member Avatar for samnicholls1987

This can most certainly be done in VB6, doing this in VBA (such as access, or VB within Access) on the other hand, is a whole different story.

Member Avatar for Comatose
0
701
Member Avatar for Khishin

Are you double clicking on the form1, or are you opening visual studio, and then opening the form? There should be a project file (which is the name of the project.. project1)

Member Avatar for Khishin
0
83
Member Avatar for dbarcode

Just Replace "commandname" with the path and exe that you want to run, and replace /a /b /c with any command line switches that you have. [CODE] dim wsh set wsh = createobject("WScript.Shell") wsh.Run "commandname /a /b /c", 0, 1 [/CODE]

Member Avatar for dbarcode
0
130
Member Avatar for NewVBguy

[QUOTE=NewVBguy]Hi, I'm trying to make a backup program but suddenly i got stock with this problem. I want to search all the .txt file in my drive c: and make a zip file on their respective folders. Can somebody share a code for this one? Thanks in advance. Newvbguy[/QUOTE] Ok …

Member Avatar for NewVBguy
0
136
Member Avatar for zenith_du
Member Avatar for Comatose
0
55
Member Avatar for haria_kishore

You name the radio buttons all the same thing... That creates a control Array... then you could do something like this: [CODE] for I = 0 to optionbuttonname.count - 1 if optionbuttonname(I).value = true then msgbox "option: " & I & " Is Selected!" end if next I [/CODE] Hope …

Member Avatar for GraveyDice
0
307
Member Avatar for Datamech
Member Avatar for Lae135
Member Avatar for reezin14

I find that VB.NET is a bit slower loading and running than is VB6 (which is still slow compared to lower level languages). I also find VB6 to be more structured in a logical order, and the keywords and property names seem to fit better than in .NET. This is, …

Member Avatar for mnemtsas
0
271
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

The End.