1,372 Posted Topics

Member Avatar for bilalmuslim
Member Avatar for Seba Sama

I don't understand what you are doing. They are logged into a server, and you want to know which machine it's from?

Member Avatar for Comatose
1
171
Member Avatar for evansvb

What do you mean by guide them? Like, give them steps, or are you talking about having them type the info into the VB App, and then having The VB Program actually change the settings?

Member Avatar for evansvb
0
103
Member Avatar for ep2002

[url]http://www.daniweb.com/techtalkforums/member.php?u=7907[/url] (512M which isn't a lot, btw)

Member Avatar for caperjack
0
334
Member Avatar for aparnesh

Moved To Geeks Lounge (For discussion). I fully agree with you Aparnesh, in fact, I raise the question of: what kind of code are you writing using a cell phone keypad?? I have a bad enough time dealing with a VB IDE and a keyboard :cheesy:

Member Avatar for Dani
1
132
Member Avatar for doug98

Yes, But the code won't be the same as with CSV (Comma Delimited) File. Here are a couple of links on concepts. These links focus on using word, but excel is the exact same concept. Once you understand how the tutorials (creating office objects, and automating office apps), we can …

Member Avatar for Comatose
0
171
Member Avatar for satellites101

My search also turned up empty....looks as though karland made sure there were no floaters left around. I suggest using a built in method, anyway, as it saves in troubles with mobility: [url]http://www.daniweb.com/code/snippet36.html[/url]

Member Avatar for Comatose
0
97
Member Avatar for Covinus
Member Avatar for Hotshottech

There was a day when I'd say yes. As of right now, we have a few hot threads about this....(not about excel, but about reading from a serial (or parallel) port with V6: [url]http://www.daniweb.com/techtalkforums/thread52807.html[/url] [url]http://www.daniweb.com/techtalkforums/thread52505.html[/url] [url]http://www.lvr.com/parport.htm#Programming[/url] Basically, it looks as though in XP we have to try to use this …

Member Avatar for BombAppetit
0
314
Member Avatar for Enee

You can define byte arrays in VB like so: [CODE]dim Path0(49) as byte[/CODE] But keep in mind, that's as literal bytes. If the actual path is a string (sequence of characters) you probably wouldn't want to define it as a byte. I'm guessing the TP code [INLINECODE]IF Path[z] IN Path2 …

Member Avatar for Major Damage
0
346
Member Avatar for JohnKelly

By screens you mean monitors right? As in, you have two monitors, and you click "open" in your app, and it loads the commondialog on the other monitor?

Member Avatar for Comatose
0
301
Member Avatar for shabina

I don't understand what you mean by "hiccup" in the listbox.... but if the listbox is bound somehow to a database, I think you have to modify the database to modify the listbox....(or maybe modifying the listbox modifies the database). Truth be told, I do it the old fashioned way. …

Member Avatar for shabina
0
94
Member Avatar for daniwebaccount

Yes. It's not generally done, and will probably make your code more difficult to follow and understand when you are trying to add/update things later..... beyond that, as was mentioned in another thread, you'll be using more memory (to create an object variable to an object that already exists) to …

Member Avatar for daniwebaccount
0
112
Member Avatar for stan yost

make sure you have read this thread first, and follow the links. If this proves to be of no help, attach the project in a .zip and I'll see what I can do. [url]http://www.daniweb.com/techtalkforums/thread53781.html[/url]

Member Avatar for Comatose
0
114
Member Avatar for mikefromchitown

It might be a bit more helpful if you can attach the excel document (as a .zip if necessary). One problem, is that you are trying to reference a property of an integer, which is not an object. For example, the variable i is going to be a sequence of …

Member Avatar for Comatose
0
210
Member Avatar for stan yost

set the field's (guessing a textbox) .enabled property to false? [INLINECODE]text1.enabled = false[/INLINECODE]

Member Avatar for Comatose
0
104
Member Avatar for Stewie

I can't really tell by your code, but is this VB express, .NET, or Legacy (VB 4, 5, or 6)? If it's Legacy VB, could you attach the project in a .zip to your next post, so that I can download your code, and see your problem. The truth is, …

Member Avatar for Comatose
0
233
Member Avatar for lover99509

You mean, if they choose a database.... close the program, and then open the program up again, you want the database to still be the same... right?

Member Avatar for Comatose
0
93
Member Avatar for Tiregal06

There are a ton of reasons why this can/would happen. Runtime Error 490 is inability to open the specified file.... it doesn't really give a reason, but for some reason it failed. [INLINECODE]Application.FollowHyperlink Me.form_location[/INLINECODE] is the line that it would have flipped out on, the problem, however, is that there …

Member Avatar for Comatose
0
166
Member Avatar for StatiX

Hmn, does this help [url]http://www.databasedev.co.uk/autonumber.html[/url] [url]http://www.databasedev.co.uk/automatically_increment_value.html?[/url]

Member Avatar for StatiX
0
338
Member Avatar for Dark_Omen
Member Avatar for daniwebaccount
Member Avatar for shabina

For sending e-mail attachments, or do you mean once you have downloaded the e-mail messages from a pop3 or imap server, you want to have a link to the attachment (which, at this point, should be a local file). What exactly are you doing?

Member Avatar for shabina
0
150
Member Avatar for StatiX

I wouldn't suggest going about it that way. You can add a textbox to the form, and set it's "multiline" property to true. Then go to the "scrollbars" property, and choose if you want vertical, horizontal, or both. They will only be active when the data goes beyond the textbox, …

Member Avatar for Comatose
0
131
Member Avatar for cricketinfuture

Visual Basic is no longer maintained by Microsoft, and can not be purchased anywhere that I know of.... you might be able to get a copy on ebay. VB Express can be downloaded here: [url]http://msdn.microsoft.com/vstudio/express/vb/[/url], but any questions regarding it should be directed to the .NET forum, since this is …

Member Avatar for Comatose
0
95
Member Avatar for StatiX

I'm not 1000% sure I understand what you are asking.... I'm guessing you have an MDI form as like a remote control or controller (navigation) window, and when you do something in that window, you want it to display the corresponding MDI form..... BUT that MDI form COVERS your remote …

Member Avatar for agrothe
0
201
Member Avatar for jdm102984

You can declare them at the form level, or you could simply replace each occurance of Dim with Static. Static allows you to make a procedural variable, that will maintain it's value until manually reset (or the object in which it resides is destroyed). It's good programming etiquette to use …

Member Avatar for sosco
0
201
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
153
Member Avatar for George Jump
Member Avatar for Comatose
0
215
Member Avatar for Dani

So... the glass is half empty? From your point of view, iamthwee, what features / additions would YOU like to see, that you WOULD pay just a little money for? Anyone for that matter, what things could Daniweb offer, that would entice you to want to be a member? One …

Member Avatar for tayspen
0
359
Member Avatar for cyman73

I've never tried to use javascript in a VB6 application, but the chances of that actually working are nil and none. I'm not sure what your activex dll is actually doing, but I'll bet the problem with the crash, is due to the code in the .dll.

Member Avatar for Comatose
0
147
Member Avatar for jsavoor

PG's Right. You should test if the string is empty (or how long the string actually is) before trying to get the left value from it....

Member Avatar for Comatose
0
175
Member Avatar for BillWebber

Thanks for following up the solution.... it's a great help for others following and having the same problem.

Member Avatar for BillWebber
0
250
Member Avatar for keratinimp

You don't need a database for that. You could use a flat file, so long as you encrypt the password. Most of these "password files" are set up in the old unix fashion, where each username / password combination is stored on 1 line in the file (so if you …

Member Avatar for BillWebber
0
167
Member Avatar for BombAppetit
Member Avatar for seagoddess1
Member Avatar for VBWayne

Try using msgbox's at the critical portions of the code to determine that the values are right. The reason I say this, is because it's been my experience that VB's IDE doesn't do a very good job of changing variable values in the IDE. So, for example, you could do …

Member Avatar for VBWayne
0
289
Member Avatar for sen06

Hmn, I don't understand the problem with the picturebox.... you can make it load pictures from files and what not, right? Maybe we can make excel export the graph (and only the graph) to a file?

Member Avatar for Comatose
0
158
Member Avatar for Ali Tamim

Research.... [url]http://www.daniweb.com/techtalkforums/showthread.php?t=20254&highlight=reading[/url]

Member Avatar for Comatose
0
504
Member Avatar for Paul finch

Hmn, I can't seem to find anything specific to changing the volumes of each channel, but I've found API's to work with stereo (2 channel) and it looks directsound (sub of directx) can handle multichannel devices, but it doesn't give me anything specific for changing the volume, here is some …

Member Avatar for Comatose
0
91
Member Avatar for dmf1978

[QUOTE=Maggot]first of all your making it way to hard on your self just open the picture in a different program and save it as a jpeg picture.[/QUOTE] As a programming forum, using a different program and saving it with that doesn't make much sense.....

Member Avatar for dmf1978
0
1K
Member Avatar for azmir10

I've never used starnet, so I can't help you there. If you have an API of some kind, or have code to add things to starnet, then I can point you to a place to get data from excel.....

Member Avatar for Comatose
0
67
Member Avatar for MIGSoft

I use both *nix (in Various forms [Red Hat, Fedora, BSD, System V, debian, knoppix, and DSL [damnsmall]) and windows XP. Truth is, I only use XP because I moderate the VB forum, so I have to have a windows box in order to test programs.

Member Avatar for John A
0
370
Member Avatar for shabina

You are talking about a link in a textbox that opens a file? In the textbox, or in whatever program would normally open it? I mean, what exactly are you trying to do?

Member Avatar for shabina
0
116
Member Avatar for Mr. M

Can you get to the properties of anything else? If you right click on my computer, or the network thingy, can you get it's properties window to load?

Member Avatar for goldeagle2005
0
1K
Member Avatar for V KUMAR
Member Avatar for KevinADC
0
250
Member Avatar for fbdubai

Hmn: [url]http://www.daniweb.com/techtalkforums/showthread.php?t=20254&highlight=reading[/url]

Member Avatar for Comatose
0
110
Member Avatar for Rankenstein
Member Avatar for 'Stein
1
63
Member Avatar for duckforceone

I don't understand what you want to do.... I do know that VB can work with databases (both structured database [access, oracle, SQL], and non-structured, such as flat files). I'm not sure what you want to do with the card stuff, but I know VB can show pictures.... of anything, …

Member Avatar for Comatose
0
125
Member Avatar for tigrai

You will first need to declare that API call in a module or at the top of your form... that declaration will look like this: [CODE]Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Long, ByVal hwndCallback As Long) As …

Member Avatar for Comatose
0
205

The End.