Posts
 
Reputation
Joined
Last Seen
Ranked #582
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
68% Quality Score
Upvotes Received
22
Posts with Upvotes
22
Upvoting Members
20
Downvotes Received
16
Posts with Downvotes
11
Downvoting Members
8
16 Commented Posts
6 Endorsements
Ranked #307
Ranked #355
~128.30K People Reached
Favorite Tags
Member Avatar for happygeek

It has long since been argued that continued exposure to something over a length of time will reduce the shock value of whatever it happens to be, from violence in movies to swearing in public. Now according to a [URL="http://www.usatoday.com/news/health/2007-12-12-porn-study_N.htm"]report[/URL] researchers at the Brigham Young University have suggested that the …

Member Avatar for happygeek
0
1K
Member Avatar for neosonic

Hi, I got a project to load a pdf into a picturebox in vb6. How do I handle that? Is there anyone who sell that .ocx? is there anyway to do it? Thanks

Member Avatar for Giuseppe_1
0
5K
Member Avatar for hkdani

Using tasm32. GetStdHandle returns INVALID_HANDLE_VALUE in eax register. .386 .model flat extrn GetStdHandle:PROC extrn ExitProcess:PROC .data .code start: push -11 call GetStdHandle push 0 call ExitProcess end start Other APIs work fine. just having problems with GetStdHandle. Any ideas?

Member Avatar for hkdani
0
366
Member Avatar for opspl_programme

Hi I have an existing Visual Basic 6 program which prints to an attached (LPT1) Dot Matrix Printer. Printing is done by first sending the output to a file and from there sending it to the printer. There are a set of Escape Sequences like Print #1 chr(15); chr(3); strVarName …

Member Avatar for AndreRet
0
4K
Member Avatar for hkdani

Wouldn't it be nice to have a sizable command button in VB6? Face it. In the hidden recesses of your mind you have always wanted to be able to resize that command button in VB6--after the program is running that is. It's just that VB6 has not provided you with …

Member Avatar for hefaz
1
778
Member Avatar for wargamer2004

Hello, I was offer a project to record Loan of equipment using a keyboard wedge Barcode scanner to scan ID barcode from the Equipment, But i had a hard time control the textBox of the Form for the barcode input, the Input keep jumping away from the textbox that set …

Member Avatar for dahiya309
0
861
Member Avatar for maybnxtseasn

[CODE]//--------------------------------------------------------------------------- #include <windows.h> #include <CommCtrl.h> // needed for adding custom toolbar #include "resource.h" #pragma hdrstop //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- LPCTSTR ClsName = L"FundApp"; //LPCTSTR WndName = L"Resources Fundamentals"; const int NUMBUTTONS = 3; TCHAR AppCaption[40]; LRESULT CALLBACK WndProcedure(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); //--------------------------------------------------------------------------- INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, …

Member Avatar for alfgaar
0
815
Member Avatar for Ravi Kant

Hello ! I want to get the current week number of the month. I have used this code below : - Private Sub Command1_Click() Dim t_Day As Double t_Day = Day(DTPicker1.Value) Select Case t_Day Case 1, 2, 3, 4, 5, 6, 7, 8 Text1.Text = "1st Week" Case 9, 10, …

Member Avatar for iluvchubs
-1
2K
Member Avatar for stan yost
Member Avatar for Alyssa_1
0
2K
Member Avatar for ImranQureshi

can anyone tell me how to programe barcode in vb6.0. i want to use barcode reader in my newly developed retail shop software. i'll be very thankfull?

Member Avatar for matcooper
0
3K
Member Avatar for Ole Raptor

Hello, I have a form that has hit its max for controls. I have created a UserControl to add more to the form. I can re-size the UserControl but the controls on the UserControl are not resizing. I have the Sheridan ActiveResizer tool on the form that works with all …

Member Avatar for WordTickler
0
2K
Member Avatar for dwiniers

Hello there Good Day Guys! I need your expertise for vb6 guys i made a small program with command search button. Its working. My problem now when i search again with different category it shown this error [COLOR="Red"]Run-time error '3001' Argument are of the wrong type, or out of acceptable …

Member Avatar for AndreRet
0
2K
Member Avatar for mc1202bc0077

hi, may i know how to compile visual basic 6.0 file with access 2007. I can link but when i save it in an external device and try to run th exe. in other computer, it could be run, but the connection is lost, i tried to change the location …

Member Avatar for abelingaw
0
1K
Member Avatar for ram_kumar8970

Hi.. How can i use the commandline arguments in Visual Basic 6? I want to pass multipule arguments of different datatypes.

Member Avatar for hkdani
0
130
Member Avatar for PM312

Component comdlg32.ocx or one of its dependencies not correctly registered: a file is missing or invalid I am getting this error when I tried to run my application on my friends pc . I copied this file COMDLG32.OCX’ from my laptop and tried to paste on that pc in System32 …

Member Avatar for hkdani
0
384
Member Avatar for jean1234

Hi, I am new to windows forms. I used the 2 lines of code below to launch a c++ code from a windows forms GUI and it worked: Dim lngReturn As Long lngReturn = Shell("c:\MyProgams\cfile.exe", vbNormalFocus) I hope someone can help with the issue below: My interface includes some text …

Member Avatar for AndreRet
0
307
Member Avatar for v_janssens

Hi there, I'm a Visual Basic novice and have written a very simple GUI which I want to use to run a c++ program. I'm wondering how I would write the button click event to call the C++ program? I assume there's probably a simple way to do this but …

Member Avatar for jean1234
0
350
Member Avatar for locsin

Post Thread: Searching Database file if existing or not. How to Add the Microsoft scripting runtime dll in my Project reference menu. I saw Microsoft Script in the components. Is this the file? Anybody can help me or give me step by step procedure to add this Microsoft Scripting runtime …

Member Avatar for ritesh9nair
0
335
Member Avatar for LFCDay123

I have a project of 2 forms and on the 2nd form I want to create a button which when clicked returns you to the 1st form. Please help!

Member Avatar for razamughal67
0
189
Member Avatar for mb01a

Have you ever needed to open a file with your VB program? Here's a way to easily do it. (code copied from an original program written by Mike B) If the program that uses the file is installed on your workstation, the file will be opened in that application. I …

Member Avatar for deades
1
1K
Member Avatar for alapeh

hello. currently i am doing a project and i am stuck with this compile error, can any1 help me with this? is there any cure for this compile error ? [URL="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc7/304749_10150467265314408_808639407_11280088_80875314_n.jpg"]http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc7/304749_10150467265314408_808639407_11280088_80875314_n.jpg[/URL] thanks :)

Member Avatar for alapeh
0
115
Member Avatar for moe0

Hello I'm using SELECT CASE statement for age cases but I've two inputs years and months [CODE]Case 0 To 1                MS_lbl_category.Text = CStr("infant")            Case 1 To 2                MS_lbl_category.Text = CStr("toddlerI")   …

Member Avatar for skatamatic
0
297
Member Avatar for EkoX

Hi all, How i can split a sentences into words and add splitted words into listbox. Thank you. Best regards Eko

Member Avatar for EkoX
0
259
Member Avatar for mayzebra

I'm in the process of converting a complex system from VB6 and C to C#. However now I'm in a position where I need to call a C# dll from VB6 and I need it yesterday. The only solution I found was using Interop, which didnt work, and seemed to …

Member Avatar for nirdeshdabas
0
3K
Member Avatar for crimson08

does anyone here know how to save a visual basic form in any file format such a jpeg??? im currently working on a program wherein i can view an image + i can add labels and save it in jpeg format. pls help. urgently needed... tnx in advance...

Member Avatar for deepakx250
-1
1K
Member Avatar for rucci

Hello experts , Now this may seem a silly question but i do have to ask . Its a similar question to ones people have posted but not that similar . i would like to connect VB 6 to ACCESS 2007 using ODBC . I have no idea how to …

Member Avatar for AndreRet
0
1K
Member Avatar for Boshra Nour

Hey everyone, I have a listBox that contains number of items & I have a textbox,Command button. What I want is that once I press on the command button,the item which is written in the textbox is now highlighted in the listbox I use VB6 Please help !

Member Avatar for Jx_Man
0
3K
Member Avatar for goodi

Hello, Im wanting to write a basic VB application that will allow the user to select a bunch of PDF files then print them in bulk. I have achieved something similar with Microsoft Excel, using the shell command to do this. (ie, VB app allowing users to select a bunch …

Member Avatar for hkdani
0
161
Member Avatar for newbie26

how can i filter records based on dates especially when the option is for weekly basis?? and then the report will be generated in crystal report. any query or syntax??? i badly need this.. tnx in advance.. im using vb6 and crsytal report 8 and my database is MYSQL

Member Avatar for newbie26
0
120
Member Avatar for nfowomola2

I developed a [B]pay roll[/B] [/B]application for my organization, I want to create a [B]monthly report for the employees but I want it inform of querying the database[/B](data file) to generate a report for two different months(like January and December)[COLOR="Red"]on a single report sheet[/COLOR], PLEASE HOW CAN I ACHIEVED THIS?

Member Avatar for ChrisPadgham
0
116