10,987 Topics

Member Avatar for
Member Avatar for kelifer84

Hi I was just wondering if someone may be able to help with a program I'm trying to complete for college. I am useless at programming so I have tried and tried to sort it, to no avail, yet its probably something very simple and stupid! Basically I have created …

Member Avatar for kelifer84
0
507
Member Avatar for zebnoon

Hye All Please help me to create Data Reports Accourding to given Dates. I Created a VB6 Form put 2 Time/Date Picker Controls and one Command Button.what will be code for Button to display Report Between given dates.

Member Avatar for zebnoon
0
580
Member Avatar for altXerror

sorry for long post name. anywyas, i'm converting an emulator a friend of mine made into VB form C. i came into some problems at the end where return is casuing an error. here is the code: [CODE] 'The following #define macro was replaced in-line: 'ORIGINAL LINE: #define ROPCODE(offs) ((oprom[offs] …

0
91
Member Avatar for MrVBLearner

I am trying to control the security board using the Windows Firewall which connects to my server that was made in VB.Net. My only problem is when I open the Windows Firewall my server crashes. It also displays this error: "Error, win%fir%90y4e does not support this server. Please upgrade you …

Member Avatar for Crack Cracker
0
284
Member Avatar for Swoop_GB

The project I'm working on has a bit of code in the workbook open event that makes excel go full screen, hide any toolbars that a user has configured to run in fullscreen (and make a note so they can be restored on exit) and loads a custom toolbar. [code] …

0
49
Member Avatar for glucose

I am writing information to a list box and I want to be able to have a small case letter following a period with no space between them ie: Harry.c I am using VB6. I will appreciate any/all help. Thanks.

Member Avatar for WaltP
0
110
Member Avatar for Bob Jacobs

I wish to call a form with the form name contained in a variable using a declaration such as [CODE]public myform as form[/CODE] will work if the formname is used. but myform will not accept a variable containing the form name

Member Avatar for Bob Jacobs
0
95
Member Avatar for moone009

I'm working on a vb parser for excel but when it comes across anything that is not int the spread sheet it gives me an excel error message and I want to stop that before it prompts. [CODE] Try xlWorkSheet.Cells.Replace(What:="Boulevard", Replacement:="BLVD") Catch ex As Exception ex = Nothing End Try[/CODE]

Member Avatar for BitBlt
0
89
Member Avatar for Hotaru26

hi!!! my group is doing a thesis work... and the name of our thesis is Faculty Attendance Monitoring System Using TouchScreen Biometric System... Can You give me some code in making that system... please!!!! tnx.. from:Hotaru

Member Avatar for debasisdas
0
98
Member Avatar for zawpai

Hi, Does anyone give me some suggestion? When I close the form, but some process is still running.I don't know how to handle this kind of situation. What I want to do is that stop all processes first and then close form automatically. [CODE]Private Sub Command1_Click() 'Do process 1 Call …

Member Avatar for zawpai
0
273
Member Avatar for zebnoon

Hell all I have problem to login as administrator and as Operator with less permissions. following code .i create and open recoedset "Type_rs" [CODE] dim Str_T as String SELECT Case Type_rs.Field("User Type")=Str_t Case str_t="Administrator" mainfrm.toobar1.enable=true case Str_T="Operator" mainfrm.toolbar1.enable=False End SELECT [/CODE] I thing Type_rs.Field("User Type")=Str_t is not working properlly please …

Member Avatar for ChrisPadgham
-1
124
Member Avatar for jacksantho

Hi, I don't know why i am getting this error. Please see my coding part, where i am facing this following error [ICODE]Private pbat As New ADODB.Parameter 'in form load With pbat .Direction = adParamInput .Type = adVarChar .Size = 4 End With 'saving part [B] pbat = Trim(Text1.Text) & …

Member Avatar for BitBlt
0
1K
Member Avatar for brisby

Hi everyone, im still new to this forum and started to learn about visual 6, i have situation below, this program to obtain reader name and bonus point earned menu File Edit Help Points Clear About Summary __________ Exit Font Color Quesstion, For Points menu command what is a suitable …

Member Avatar for ChrisPadgham
0
499
Member Avatar for Swoop_GB

Is there a simple way to list all the toolbars a user currently has visible? I'm trying to hide everything on screen appart from my worksheet, including the file menu. I've found a way to do it (custom toolbar, hide everything else) but need to be able to restore the …

Member Avatar for ChrisPadgham
0
144
Member Avatar for JohnHensonInc

Using VBA/Excel and need a VBA or VB help file. Doesn't appear to be packaged with Excel anymore. Any help?

Member Avatar for ChrisPadgham
0
43
Member Avatar for zezinho

Dear experts, I´m in trouble with this project. Strange 'cause the same code works on a different workbook. Can you guys help me, plz? Sub Graph() Dim y As Byte Dim x As Byte Dim a As Byte Dim D As Integer x = 0 y = 5 Workbooks("Graph1.xls").Activate Worksheets("Plan1").Select …

Member Avatar for zezinho
0
147
Member Avatar for aymenbnr

i just wanted to make a small bot using a web browser to post comments to wordpress blogs ! well i don't know the reason but it seems that only the last url is executed ! when i load a list and start the posting the loop seems to jump …

Member Avatar for codeorder
0
319
Member Avatar for Swoop_GB

Here's the problem. I'm designing a worksheet for very young children and what they need to do is type a number into a cell and then click a button to run the macro. However, in order to click this button they first must either press ENTER or TAB or click …

Member Avatar for Swoop_GB
0
505
Member Avatar for pocohontus

hi i have application in vb 6.0 ,which i want to open in vb.net...how? i have tried *upgrade wizard of vb.net..............not working *installing vb 6.0 again...........now seems difficult althoght d .exe file of my application is running but some forms r missin help ...........

Member Avatar for Luc001
0
231
Member Avatar for gurung

Dear friends, I am a newbie in Visual Basic .NET and hope that your kind assistance will make me to learn it. The problem has been simplified for the purpose of clarity. I want to make a windows form application that uses an access database. The application will store the …

Member Avatar for jjc_Mtl
0
199
Member Avatar for samreb90

[ATTACH]20944[/ATTACH] pressing save button i want to store/save all input data in one storage. attached file is the sample form i made thanks

Member Avatar for abu taher
1
88
Member Avatar for shivam1410

I have written a Visual Basic macro in Excel. The following is the link to that file: [url]https://rapidshare.com/files/3870906097/Deconvolution_ver1.xlsm[/url] While running main(), selecting BU4 from userform, a type mismatch error is encountered. I am unable to solve this problem. kindly help me out. my mail id is [email]shivam1410@gmail.com[/email]

Member Avatar for debasisdas
0
35
Member Avatar for zezinho

Hey, Plz, I need some help with this code, In another workbook it worked. Specific on this one it's not working. The error is occuring on the red line, right after it's added a new serie on the graph. Sub Graph() Dim y As Byte Dim x As Byte Dim …

Member Avatar for zezinho
0
282
Member Avatar for gingernob

I have tried to google this but returned nothing useful; I have code which runs in a menu item (StartToolStripMenuItem_Click). Later in the project i want to code clicking this menu item but if i just use the StartToolStripMenuItem_Click sub it wants the 'e' argument passed to it. I simply …

Member Avatar for gingernob
0
174
Member Avatar for toneyjoseph

Dear All, Could somebody let me know the search code in VB6. I am using ADODC1 connection. im handling employees databse called databse.mdb when in click the search button i want to get the details of the said employee using their badge nos. pls help..... Have a nice day..

Member Avatar for jhai_salvador
0
67
Member Avatar for hamzah123

Hi! I have created two applications communicating over sockets, one being the client and the other being a server. I want someone to tell me how I can control the client from the server. Please tell me where and how to start. Thanks in advance! this is server code [CODE] …

Member Avatar for Oxiegen
0
94
Member Avatar for shena

Hi all, I would like to format a column in datagrid with 2 conditions. The column must be entered with only "N/A" or date (DD-MMM-YYYY) format value. [CODE] If Me.grdDataGrid.DataFormats(10).Format <> "N/A" Then MsgBox "Invalid Data Entry!", vbInformation Exit Sub End If[/CODE] The code above still produce "Invalid Data Entry" …

Member Avatar for shena
0
2K
Member Avatar for rawkstar

They want to have a [COLOR="Red"]"search textbox"[/COLOR],[COLOR="Red"] "result textbox"[/COLOR] and a [COLOR="red"]"datagrid".[/COLOR] If the secretary input a keyword, all the "familiar data" will be displayed in result textbox. and if that secretary click one of the results in the result textbox, the details of that data will display in datagrid. …

Member Avatar for Jx_Man
0
81
Member Avatar for vb6forever

Hi experts, well, nearly 10 years after .net became the mainstream I am finally making the move to vb.net after having supported VB6 apps all this time. I have been learning vb.net 2010 but am finding it difficult to find relevant information on the COM aspect. In VB6 COM was …

Member Avatar for oreallabac
0
224
Member Avatar for bennywt

Hello, I am new to vb and I need some help from you all. I have to do a project which is interface an vane anemometer to computer by parallel port. I have done almost everything now i only left with the programme. My idea is the anemometer will give …

Member Avatar for njul1
0
503

The End.