10,992 Topics

Member Avatar for
Member Avatar for QKSTechTrainee

Hello - here's my problem - trying to set up a lil bit of code that checks win2k disk quota and warns user if they are approaching their disk space threshold. here's the code - (cut down for simplicity - this version doesnt really do much but should work) Dim …

Member Avatar for TimMunro
1
396
Member Avatar for Ronald Minor

I am writing a VB4 application. Some of the forms I have which I need to develop are fulll page forms, and I can't use the printform command in VB to print the page. So I am using a packed printline, which resulted in me having to find out which …

0
77
Member Avatar for mahas

just a lil confusion plz hlp ok the physical consistency of the data means that it shoud be same(value/format) whereever present in the data base but what does logical consistency means...?

Member Avatar for mahas
0
122
Member Avatar for rusti

Hi everyone, I am a computer teacher in the midwest that is going to have to teach a unit on QBASIC very shortly! i am really a science teacher and would love a little help. i am looking for short, 10 lines or so, programs that the kids can type …

Member Avatar for rusti
0
165
Member Avatar for gkdmaths

So school's out for a month and Ive been doing some hobby VB6 programming... Im writing calculators involving up to 25 variables, many constants, etc, etc, etc.. So, instead of requiring the user to input all the vars I thought I'd allow the loading of comma- or tab-delineated textfiles with …

Member Avatar for gkdmaths
0
322
Member Avatar for twill9279

Hello, I'm new. I'm a teacher (not a programmer), but I would like to get a little more serious about hobby programming. I have Visual Basic 6.0 Working Model (this came with one of the programing books I bought for a college class a few years back). Unfortunately, I cannot …

Member Avatar for jwenting
0
267
Member Avatar for spablos

I would like to some how be able to use in VB.NET structures and especially preprocessor defines (#define BLABLA") declared in C header files. i can use any metheod include .NET Frame work. Thanks allot, Pablo.

0
57
Member Avatar for Zooker

Can anyone tell me why VB6 is so outrageously costly compared to VB4, especially when VB.Net has superseded it for quite some Time ;)

Member Avatar for mnemtsas
0
71
Member Avatar for mex

i'm newbie and would like some help from u. I would be grateful if you could configure the script below so that it lets the user choose the file location before he clicks the button and send the file to the location specified by HIM and not to C:\ as …

Member Avatar for mnemtsas
0
87
Member Avatar for hari_gal

hi.. I have just started learning VB .. I wrote the following code.. If s = rs.Fields(0) And se = rs.Fields(1) Then ... end if where s is declared as an integer and se as a string .They are got from the user during runtime.. field(0) and field(1) are the …

Member Avatar for mnemtsas
0
145
Member Avatar for de_lily

need help no bhow to go about with v/basic ,hepl me out with some statement that i can use and how i can apply them.what is programmeing all about and how is appilicable to our every life,what can you use it for.thank :rolleyes:

0
83
Member Avatar for nutwood33

Please could someone help me with a very simple question. I use VB macros quite extensively for a variety of data contol tasks in Excel. I'm totally self taught assisted by "Help" and frustration in equal measures. "Help" tells me I'm using VBA 6.0.8435. I would like to learn more …

Member Avatar for nutwood33
0
131
Member Avatar for mikeandike22

I hav Vb6 and wanted to make a program like a keygenerator. So what i need to know is how you can make the generate button call upon a new set of characters each time. I know how to do this in C but i couldn't figure out how to …

Member Avatar for mnemtsas
0
62
Member Avatar for sandie

I have tried as many different ways to do a sort as I can think of... I keep getting application defined errors. Here is my code: With ActiveSheet .Range("a:a").Select n = Application.CountA(Selection) .Columns("B:B").Select Application.CutCopyMode = False Selection.TextToColumns Destination:=Range("B1"), DataType:=xlDelimited, TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=True, Tab:=False, Semicolon:=False, Comma:=False, Space:=True, Other:=False, FieldInfo:=Array(1, 1), TrailingMinusNumbers:=True (THE …

Member Avatar for sandie
0
225
Member Avatar for turquoise

Hello. Im a newbie. I have been working for hours trying to find out how to make this triangle with stars. I have to make a diamond, octagon, and christmas tree and it's proving tobe VERY difficult. Yes I am very new to this. :o Anyone? Please help me. You …

Member Avatar for turquoise
0
194
Member Avatar for Tengu

I am making a VB.NET web application in VS.NET 2003. I am using streamreader to access a text file for reading. I am able to access it without any problems using the full path (ie. C:\Inetpub\wwwroot\<projectname>\bin\file.txt). But I want to use a relative path (ie. .\file.txt). If I use something …

Member Avatar for Tengu
0
919
Member Avatar for mikewut

I have this photo printing problem. I tell VB to print by this method: printer.print Printer.PaintPicture LoadPicture(Text19) printer.enddoc It does print. However, the picture has a very low quality to it. How can I change the way it's printed so that I can add more DPI to the photo? Do …

0
75
Member Avatar for seevo

While maintaining a legacy web app, we found what appears to be a case sensitivity "issue" with the "Select Case" statement in VB6. Is the "Select Case" statement case sensitive? It appears to be to us, but we are somewhat surprised and wanted some additional feedback. Thanks PS

Member Avatar for mnemtsas
0
134
Member Avatar for yni420

Hi This is my first post. I have lately into the field of video. I need to create a program in Visual Basic where the user can select the program and ad and duration for both and then see a preview of it. I created a .asx file for the …

0
83
Member Avatar for kelly devon

hi all, i am creating forms and tables in access using vb code. when i click on ok in one of the forms i want it to open up one of the tables(in acess) and compare certain values. i tried using open "table" for random as #1 .......... but it …

0
51
Member Avatar for Chris S

Hi all Im new to programming and was trying to read/write/add/edit records in an access db. I have managed to read the data into a recordset(using adodb)but can i edit/add records to the recordset before writing back to the db if so how? a pointer in the right direction would …

Member Avatar for mnemtsas
-1
120
Member Avatar for pAiNtBaLlEr06

I have Windows XP and I downloaded the version before QBASIC 4.5. The QBASIC folder containing QBASIC.exe is in the C:\ drive. Here's my problem: I want the window be the full scree3b and not a partial window, so I change the properties, but when I run the compiler, the …

Member Avatar for Buff
0
138
Member Avatar for sexytom

Hello all, i hope you can help me as my VB skills are proving not to be as good as i thought!! I've got an ActiveX user control that im using 10 times in my app. I've got an array with ten values and i want to send one value …

Member Avatar for sexytom
0
91
Member Avatar for james_cse

Hi, I want to modify the remote machine's Internet explorer favorites. Can anyone help me to do this ? Thanks James :lol:

0
80
Member Avatar for BeyerCorpuz

[FONT=Times New Roman]Formatting Currency[/FONT] :lol: I would simply like to format a variable(WallboardCost) as currency. What is the easiest way to to this in Visual Basic 6. Thanks a lot. Chris B

Member Avatar for mnemtsas
0
155
Member Avatar for sameerupare

Hi Everyone, We are trying to set up our application in VB6 which has some user controls. When we are trying to load project and add the .OCX controls thru components options it gives error [B]"filemovecontrol.ocx could not be loaded"[/B]. We tried to unregister and again register a copy of …

Member Avatar for dantut
0
544
Member Avatar for smarkles

HI, I need to add multiple InputBoxes in my form. I'm stuck. I'm thinking I either need to add another sub or use Projects, add to project. I don't know. The book doesn't give you any instructions except how to add one iput box which wasn't a problem. Thanks for …

Member Avatar for smarkles
0
102
Member Avatar for rational611

I would like to know how to load an run a program before windows explorer loads during the booting of Windows 98. This is similar to the loading and running of anti virus software such as Norton which load and run before the loading of windows explorer. I know this …

Member Avatar for ibcoda3
0
151
Member Avatar for spartanNE

Hello This is my first posting...and the next will be my second ...lol I need to show the entire contents of a field in an access table, so that you can choose one item. i can then input data for the other equations. this is for a project and the …

Member Avatar for clartsonly
0
118
Member Avatar for spartanNE

My second. I was told that it is possible to create a button on a vb form that will either print out or display the entire contents of an access table... saved in access97. if this is true how? please :eek:

0
59
Member Avatar for Ivan Ruiz

I Am A Vb On Excell User, I Am Trying To Make A Macro In Visual Basic But I Do Not Know How To Run A Msdos Comand Over Vb In Specific I Want To Excecute A "ping" Command Over A Macro That Help Me To Se If A Computer …

Member Avatar for HokSun
0
125
Member Avatar for XxMinionxX

Runtime Error 424 object required happens when I attempt to open my program I made,It does it everytime, and it says the defragments are Private Sub Form_Load() and CS1.Scan_On in the code. Does anyone know how I can fix this? Heres the code if anyone can help.. Private Sub CS1_ChatScan(ScreenName …

Member Avatar for Lokinta
0
186
Member Avatar for chock

Hai All, To run the program we use F5 Key and for Pause we use the Ctrl + Break and for Debug we use F8 , is there any key like this to Stop the program running. Thank you, Chock.

Member Avatar for Deno
0
87
Member Avatar for nn_tiwari

Hi all I need my project working on LAN For this i need Locking technique in VB through DAO Concept Via MS Access For Example, When i am trying to update a table, then another should not able to update record in same table. thanks Tiwari

0
74
Member Avatar for vbperson101

Could someone tell me how to play multiple sounds with Visual Basic 6 at the same time? I know there is a way to, I just have no idea what it is. Thanks :!:

0
76
Member Avatar for bigpoppapumpg

I have taken a few programming courses and really want to master an IDE and vastly improve my programming skills so that I oneday may be able to develop commerical quality software products and work as a programmar. I am also learning *nix right now and noticed KDE comes with …

Member Avatar for 8route
0
293
Member Avatar for DeeJay_Bamse

I have programed at thats takes times on cars running 402m... And I want 2 send a SMS with the result 2 the driver.... Have anyone conted with a mobilefone from VB and sent a SMS? I NEEEED HELP!!! I would prefer a Funktion like this... err=SendSMS("07541315564","Text that I will …

0
46
Member Avatar for LIMS2LIMS

[color=black]Hi All,[/color] [color=black]Here's the scenario. I have VB6, yet I haven't got a clue, but I would like some input as to where/what is the best manual/reference/learning tool for VB6? I thought about taking a class, but, I'm better at the self taught, self pace kind of thing. I have …

0
82
Member Avatar for Mr Gates

I'm really scared and etchy about getting VB. NET, as I've just started out in VB 6 and I've gotten pretty used to it. But I wanted to know from experts that used VB 6 before....is it a big change? Will it be hard to get used to after just …

Member Avatar for dmohanty
0
824
Member Avatar for spot

Some time ago I had a play list for audio files but this has now been mislaid, writien in VB.I am now trying to put together a play list for video files.I have noticed that NEROVISION EXPRESS has nearly something what I am looking for.I wonder if there is any …

0
70
Member Avatar for Sue K

I have had programming, but I have not done much in VB. I am working in Excel. I want to take input data on sheet ENTRY and add it to the next available blank line on the sheet DATA.(already did one infinite LOOP!! with a ISBLANK function) This is probably …

0
130
Member Avatar for The Beholder

I'm having a dilema with bsave, my graphic array is 32x32 pixels in screen mode 7 and I'm using this formula to get the amount of bytes for the DIM statement bytes= (4 + int(((width)*(bitsperpixel/bitplanes)+7)/8)*bitplanes*height) /2 (4+int((32)*(4/4)+7)/8)*4*32)/2=258 if I use this amount for the dim statement and if I use …

0
92
Member Avatar for frozenvillage

Hi All, I am new to this forum. I hope all of you can help me. I have a problem with my VB application. Whenever I change the language option in the regional setting of the windows other than English (United States), it mess up my zip file so that …

0
57
Member Avatar for LenderRep

I am trying to develop a rate calculator for a fee schedule although "calculator" may not be the best term to use. I have an Excel file containing 7 different fees that correspond to a single loan amount. LOan amounts run in $1,000 increments from $50,000 to $1,000,000. I am …

Member Avatar for Buff
0
109
Member Avatar for The Beholder
Member Avatar for The Beholder
0
76
Member Avatar for morgan drutchas

I have a yext box in a form. The text box has two columns, an ID column and a name column. The ID column is bound to a table, but only the name column is shown because the ID column has a width of zero. I want to be able …

0
86
Member Avatar for red_evolve

I am almost done with my project and I'd like to obtain some advice on this. How do I go about packaging (if this is the right word to use) the whole application? As such, I have some extra active-x components which I'd have to add into the System32 folder …

Member Avatar for red_evolve
0
228
Member Avatar for MSUMichelle

Is it possible to switch the view of a subform to datasheet when a command button on the mainform is selected? I know it is something involving acFormDS...but I cant figure out the rest of the code! I appreciate your help in advance! (P.S. I know you can right click …

0
63
Member Avatar for Slade

hey guys... I want to be able to auto sort rows ascending in a worksheet according to the first column... I want to make a visual basic macro for this... any ideas? Thanks in advance

Member Avatar for mnemtsas
0
108
Member Avatar for MSUMichelle

Does anyone know if there is code you can use to set a field width to zero in a form? I would like to use a radio button and when it is selected that field width turns to zero.

Member Avatar for MSUMichelle
0
83

The End.