10,992 Topics

Member Avatar for
Member Avatar for stan yost

Has anyone ever had a form freeze up in vb 5.0? When I run by program the form is displayed in the smaller size and the 3 buttons at the top of the screen (the minus sign, the box and the X) are not functional.

Member Avatar for stan yost
0
80
Member Avatar for maheshsayani

Hi All I want the form look like image. I mean that the form should be shaped as the image. for example when you click on skin mode in windows mediaplayer you will find the window like head shaped. i want my form look like that Pls any one help …

Member Avatar for Comatose
0
87
Member Avatar for aparnesh

I have a project which has 2 parts - an exe and an ActiveX DLL. Earlier I could have the 2 parts running in separate instances of VB 6 simultaneously. Now when I am trying to run the exe portion from VB environment, with the DLL running in a separate …

0
55
Member Avatar for bobbymusic

In my form I have two rich text boxes.In both of them I put two different text files(.txt or .rtf).I looking for some code to compare them, and to have the result as marked differences into the second rich text box.How I have to compare them-as strings or as files? …

Member Avatar for bobbymusic
0
151
Member Avatar for elainenguyen

I am doing Acess database with VBA. I have 3 tables (you can look at the code below). The codes works when searching for records that are exist in the tables. But when I try a record that doesn't exist in the table, I din't get the warning message that …

0
76
Member Avatar for Jambar

how to update an existing databases not replacing the item just only a quantity... help me... plssssssssssss.... tnx:sad:

Member Avatar for Jambar
0
74
Member Avatar for saurabh_kanwar

Hi Guys, I just need a bit of help in VBA. What I'm trying to do is to open report from a form. The reports are based on Query. The form consists of a combo box and a command button. What I want to do is to select the condition …

Member Avatar for saurabh_kanwar
0
97
Member Avatar for aspsqlvb

Hey guys..... can someone tell me why when I pass a NULL value to this function, the logic comes back as NULL and not an empty string?...... Thanks, Ken [CODE]Public Function Field2Str(strValue As String) As String If IsNull(Trim(strValue)) Then Field2Str = " " Else Field2Str = Trim(strValue) End If End …

Member Avatar for aspsqlvb
0
165
Member Avatar for jholokai02

Below I have listed my code. I am having a problem searching through multiple sheets in an excel workbook. As of now, it will load cboPcMark with only the first page of search results. It will also duplicate a couple of them. Can someone please take a look. Thanks in …

0
57
Member Avatar for Jambar

I was going to make a program on visual basic 6 to adodc. and my problem is how to update an existing file, not replacing a file just only a quantity.. plssss help me.... tnx:sad:

0
60
Member Avatar for NewVBguy

Hello there, I am trying to connect to an Oracle database that contains 210,799 records with 50 columns. My plan here is to compare the speed between MS Access database and Oracle. Ms Access took me less than a minute to open the database and display the first row while …

0
59
Member Avatar for sys_adm

[COLOR=#555555]Hi Guys[/COLOR] [COLOR=#555555]I am a beginner at this. I have a spreadsheet that has all the customer's sales i want to create a macro that will match the product numbers in this spreadsheet to those in a template. Something like that:[/COLOR] [COLOR=#555555]IF Product Number (in spreadsheet) = Product Number (in …

0
50
Member Avatar for snaged46

Hello everyone, This is my first post on this board, I have a problem that I cant find any answers for on the web. I have a Private sub on a form, and I have sql code that draws the information that I want, but does not work when I …

0
56
Member Avatar for bybruno

hi, i have a lot of menus in my aplication now i want list all menus with the following code: [CODE]For i = 0 To Me.Controls.Count - 1 Next i[/CODE] this detect all the controls in the program but now i want know what controls are menu and others that …

Member Avatar for Comatose
0
70
Member Avatar for gdlgplic

I am just learning how to write macros and I need some help linking two If..then:..else statements. I have two drop down boxes that I want to link together. I am trying to tell it that if one statement is true then filter row else filter for criteria cell (2, …

Member Avatar for gdlgplic
0
75
Member Avatar for campfishitus

[COLOR=black]I'm new to Vb and need some of your EXPERT help!:mrgreen: [/COLOR] [COLOR=#000000] What I need to write or copy is a script that will[/COLOR] [COLOR=#000000]1. shut down log file services on windows 2003 server[/COLOR] [COLOR=#000000]2. copy the application/security/event files to a .csv file[/COLOR] [COLOR=#000000]3 delete entries on the logs[/COLOR] …

Member Avatar for Comatose
0
120
Member Avatar for Gibsob22

Hi, I'm facing a problem. I open two separate applications of Excel, one application has a spreadsheet that will run a Macro (every 10 mins. or so) and the other application has a spreadsheet that links (I think via OLE) to the spreadsheet that is running the macro. If both …

Member Avatar for Comatose
0
130
Member Avatar for arvin2006

hello there!! i am creating a vb project, and i want that my mainform could not be minimized by any keyboard events, such that it acts like a desktop.. the program should not allow the user to enter any kind of application even if he/she presses the windows button or …

Member Avatar for sendoshin
0
294
Member Avatar for Seba Sama

i really need to get some data out from a xml and upload it into SQL. i found something about but i miss some things. [code]Dim xDoc As MSXML.DOMDocument Set xDoc = New MSXML.DOMDocument xmlDoc.Load("f:\data\customer01.xml") [/code] i don't know what reference to include, i get "user-defined type not defined" error. …

Member Avatar for sendoshin
0
220
Member Avatar for Fatshadow

Can anybody tell me if it's possible to write a program in VB that can read and edit the Master File Table of an NTFS system to restore a deleted file.... i know that it can be done in C And C++ but not sure about VB.....

Member Avatar for Comatose
0
51
Member Avatar for ruvi

I am making a short simulator on ppt using visual basic . I can't figure out how to make my comand botten fade back and not be in front but still be valid. I would be grateful for the help Ruvi

Member Avatar for Comatose
0
28
Member Avatar for amir_ct2001

i have done project in vb with access . i wish to create setup files for my project.how can i create a complete package including exe and all supporting DLL files

Member Avatar for WaltP
0
109
Member Avatar for stackOverflow

Hello everyone, I have to learn vb and complete a project in another 2 months. I have no experience in vb. I have no idea which books to refer for learning. I need it from the very basics. I'll be glad if you all can suggest some books or any …

Member Avatar for sendoshin
0
152
Member Avatar for adaids

Cause im doing a game so i want to reset the game.. what will be the code so that i can reset all the game and make it like if it was just opened?

Member Avatar for sendoshin
0
2K
Member Avatar for arvie

i have this project in c++ and i want to incorporate it with vb. what i want to happen is that when i click a command button, my .exe file will be opened. I used Shell "C:\........\prog.exe" it did open my .exe but my desired output didn't display. I was …

Member Avatar for arvie
0
82
Member Avatar for Roberdin

I'm using Visual Basic 6.0 Learning Edition. Does anyone know how to set an Icon for my program (other than the default)? When I click the '...' and then choose an Icon, it claim's I have 'set an Invalid property value'. Can anyone help with this?

Member Avatar for WaltP
1
409
Member Avatar for M. Nicholas

[COLOR=#000000]I need help with VB in a MS Word 2000 macro/form, hope I’m in the right place.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]We have created templates (with help from a VB 6 programmer) that have a form to fill in information on the word doc. I need to make a major upgrade (the …

Member Avatar for Comatose
0
123
Member Avatar for stan yost

I am trying to refresh a data control but I keep getting the following message no matter what I try: Run-time error 3464 Data type mismatch in criteria expression. If I leave the where clause out I don't get the error message. [CODE]Private Sub cmdseektask_Click() Dim strsql As String, temp …

Member Avatar for stan yost
0
237
Member Avatar for Suraj Shrestha

I am trying to make an interactive seial communication program in Visual Basic but getting problems a lot. Could you please help me in this matters as I am doning small project in this and urgent as well. Thanks in advance

Member Avatar for embeddedravi
0
73
Member Avatar for jto

i have a vb program , i want to run this program on my local intranet , is it possible that my program remains on a single pc and all other pc will access the same from that single location , i have used crystal report tool also , is …

Member Avatar for mrmike
0
202
Member Avatar for mazza 412

I have a form that I've created in excel. I am trying to write a macro to run behind it to work along with the check box ActiveX Controls I've inserted in the document. I asked one of my programmers to help and he said he cannot get the macro …

Member Avatar for mazza 412
0
90
Member Avatar for kitcath_07

please send me the code of cpu scheduling using visual basic it will be pass tommorow tnx

Member Avatar for Comatose
0
54
Member Avatar for kmbhat1971

I have been developing a program in visual basic 6.0 with multi language facility both in English and Arabic. The problem here is I can type Arabic, but while making printout(IN WORD DOCUMENT) from text boxes or labels i get some other FONTS.Kindly Help me out.

Member Avatar for Yomet
0
471
Member Avatar for tecman

Hi How can I create vb6 application that can be able to access to mySQL data base on web site ( the app is on computer connected with the internet ) . Thanks .

Member Avatar for aparnesh
0
64
Member Avatar for Suraj Shrestha

I am making the interface program in VB with the serial port communication in the null modem configuration with customizable baud rate selection. Would you please help me in writing this code, it is one of the part of my project and mandatorily fininshed in time. So, please help me …

Member Avatar for WaltP
0
58
Member Avatar for adalita_m

I need to know how to get change in 5c 10c 20c 50c $1 $2 $5 $10 $20 $50 $100 in the smallest possible denomination. In AUS dollars.

Member Avatar for Yomet
1
90
Member Avatar for sameer1982

I'm a novice at VB and wish to populate a datagrid by connecting to oracle table. I've an ADODC data control inwhich I've used Connection String and given the SQL query after selecting cmdText option. The test connection also succeds but only empty datagrid is displayed when I run the …

0
92
Member Avatar for jto

i have a data file in text format , i want to convert this text file again in to oracle data base file for this i want coding in vb such that to calculte from this byte to that byte should be update in particular field etc. pls help me?

Member Avatar for Yomet
0
297
Member Avatar for arvin2006

hello everyone! i add an executable program with my vb project but the problem is that it takes some time before it opens so i decided to put a loading form. how could i associate the form load with the exectubale file? i set timer and it works but it …

0
52
Member Avatar for Seba Sama

Is it possible to connect to the hidden/special shares on some network computers from a VB application? i mean C$, D$, ADMIN$, other_share$. i have the local user Administrator and the password for those computers. Can it be done without having to use shell commands (net use, nbtstat etc) ? …

Member Avatar for mrmike
0
217
Member Avatar for inbal

G'DAY! I have software made by VB6. I execute spesific report from my software, than i close my software of the print preview. The software transfer all data from my software to excel & exhibit the excel with all data who transferred from my software. I would like that when …

0
57
Member Avatar for royaloba

Hello to everyone, i have a project which base on text file. and i already know how to view the text file using a listbox, what i want to know is on how to delete a specific row in text file.. thanks;)

Member Avatar for WaltP
1
472
Member Avatar for SeekAnswers

Good day, I have been developing a simple application that teaches programming languages, I was hoping to store the necessary lecture slides in the Database, and retrieve them for later use, but I have problems displaying them onto the application forms, can anyone guide me on that area, or direct …

0
75
Member Avatar for arvin2006

hi to everyone! thanks for the responses.. how could i create an os by means of vb6? is that possible? i have learned that c,c++ and asm are the appropriate program for creating such, but still i want to use vb because it is the one i am inclined with,im …

Member Avatar for Comatose
0
79
Member Avatar for misiom

Hello, I have a Activex exe, that makes use of multi threading. I have two PCs. A and B. When I run the program on A ( both in debug and compiled exe) it executes fine. I then created a package, installed it on PC B and the exe ran …

Member Avatar for Comatose
1
155
Member Avatar for tecman

Hi How can I to access to mySQL data base on my web site from visual basic 6 application. thanks.

0
72
Member Avatar for BombAppetit

erm greetings.. i have a situation here regarding picturebox. there are 2 boxes, 1 is for template image, and one for image to be compared with. i planned to make the user able to draw a box in template image picbox, as a region where the image the other picbox …

Member Avatar for Comatose
1
159
Member Avatar for arvin2006

hi everyone! have a blessed day! is there anyone can help me to customize the data report such as on how set the data report's margin, size etc.. thanks for the response

Member Avatar for aparnesh
0
91
Member Avatar for bilalmuslim

Could you also email it to me at [EMAIL="bilalmuslim@gmai.com"]bilalmuslim@gmai.com[/EMAIL]

Member Avatar for bilalmuslim
1
75
Member Avatar for Seba Sama

can someone hlep me with this ? i have the user names. now i need to find the name of the machine they are logged on to. how can i do this? i mean known : username, domain needed : machine name pls help i really need this one.

Member Avatar for Comatose
1
171

The End.