11,868 Topics

Member Avatar for
Member Avatar for Carpetfizz

Hello, I've been using Code Blocks as an IDE for a while and decided to switch to VS2010 Professional as I had obtained it throuh Dreamspark. Anyway, I'm terribly confused at the files it gives me for a standard Win32 Console App for C++. Usually, I'm used to seeing: #include …

Member Avatar for Carpetfizz
0
266
Member Avatar for jarrodoliver1

Hey guys, Im quite new to vb and i've got a school project. Im making a game somewhat similar to the 'idiot test' series. I'm trying to make a counter that will count the number of clicks, which will also be displayed. I'll obviously display it with a label and …

Member Avatar for AndreRet
0
120
Member Avatar for PinoyDev

Good day! I just want to ask on what is the best ADO connection string to connect to MS Access fast? and what is the fastest way to create it? And also, where in the project to best put it so that all forms in the project will use it …

Member Avatar for AndreRet
0
1K
Member Avatar for Steelchords

This may not be the best location for this thread, but it's 5 am, I've been working on this for almost a day and a half straight, and I'm pure stumped. For a custom MS Access .mdb program, the database properties are locked out. In order to fix the database …

Member Avatar for jaguararo
0
274
Member Avatar for linabeb

please someone help me..im doing my final project and below is my code for the registration form..after i fill up all my form and it will appear a msg box that i can only register once...the data is not being inserted in the database..im using ms access...please2....do help me...i dont …

Member Avatar for Maligui
0
286
Member Avatar for fabrizio19

Dear forummembers, Well I am a total noob in visual basic programming, but I want to make a program that opens an ascii file that i choose and reads the file line per line. The ascii file excist as follow 0.0000 Start of measurement time id rx dlc b0 b1 …

0
124
Member Avatar for frnds2vivek

When I tried registering the system32 dll using regsvr32, I came across this error : "**p2sodbc.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered.**" Help out guyz...

Member Avatar for AndreRet
0
1K
Member Avatar for stillmarooned

Hi all I hope some one copld help me with this. I have a datareport works fine as it is I have a report textbox txtsex I have 2 labels Pregnancy and Children If txtsex is Male the 2 labels captions should be "" My present code below gives me …

Member Avatar for AndreRet
0
203
Member Avatar for samrudhi_12
Member Avatar for f4fjks

Hey All! I have created a database application which read and write data in Ms Access. It works well on my computer but when i try to install the same application via installer package to another computer, and run it, it gives me error that i dont have the database. …

Member Avatar for Maligui
0
175
Member Avatar for imarc

Hello all! I have hit a small bump in my development of a program I am working on. Basically what I need to happen is this; for each item in the listview it executes a SQL query to input values into a database. In this case it pulls the quantity …

Member Avatar for imarc
0
291
Member Avatar for Blank808
Member Avatar for code_dude

Hi, i'm a newbie in visual basic. my teacher asked me to create a 3 page questionaire (1 question per page) which has a timer counting down. when the time expires, it dispalys "time is out" and saves the questions in a text file. please help me.

Member Avatar for code_dude
0
102
Member Avatar for bantex07

Any body Know how to Connect ListView to DataReport?? for Printing Please i nid help

Member Avatar for AndreRet
0
66
Member Avatar for thabang.b.kekana

Create a class called SecretEngine in this project. Inside, create a single Shared function called Secretify that will accept either: ï‚· a single string parameter ï‚· a string and a Boolean value parameters Secretify will return a string based on the following – if Secretify is invoked with the following …

Member Avatar for Bile
0
134
Member Avatar for akkbkht

Hello Everyone. I am making a tool in which I want a button to do the following job e.g; A=(1,2,3) Signature Guide B=(1,2,4) File Signature In short I am making an antivirus, every thing is done, except "clean" button. I want that the clean button should do the following job. …

Member Avatar for saseless
0
689
Member Avatar for triumphost

I keep getting "None of the 6 overloads could convert all arguments". I only get this problem in visual studio though. When I compile with g++ or codeblocks, it works perfectly fine. The code I'm calling my templates with is: `MemDeSerialize(ListOfItems, SerializedData, size_t(Data[2]));` The definitions: template<typename T> void MemDeSerialize(T& Destination, …

Member Avatar for mike_2000_17
0
185
Member Avatar for drelix01

Hello guys, I made a simple program that Add, Saves, Edit & Retrieves Data from a MS Access DB... Dim arrImage() As Byte Dim strImage As String If Not IsNothing(Me.ImageBox.Image) Then Me.ImageBox.Image.Save(myMs, Me.ImageBox.Image.RawFormat) arrImage = myMs.GetBuffer strImage = "?" Else arrImage = Nothing strImage = "NULL" End If myqry = …

Member Avatar for Maligui
0
1K
Member Avatar for amitash

Hi, I have created a label template in Word and written a macro to print all records (see code below printAllRecords() and attachments) from an Excel datasource. The problem is when I press F2 (defined function key to print all records in my macro), it prints the 1st page once …

Member Avatar for AndreRet
0
844
Member Avatar for Abwada

Can some one help me with the code for an event procedure to automate the billing system of a supermarket. Give the details of database tables, forms, controls and menu design (if any). Make assumptions, wherever necessary.

Member Avatar for AndreRet
-1
45
Member Avatar for yeeitsneo

hi. so i need help in understanding this program. its a hindu arabic - roman numeral converter. i got it from some site. i cant seem to understand how the whole process goes. Const sMatrix As String = "I~V~X~L~C~D~M" Private Function toroman(ByVal sDecNum As String) As String Text1.Text = sDecNum …

Member Avatar for yeeitsneo
0
253
Member Avatar for johncornelius23

this is my code for the login form using ms access would someone please help me? Everytime I run the program, it usually says connection cannot be used. If I would debug the program it will highlight "rspassword.Open "Select * from table1" I also used a module here Public rs …

Member Avatar for AndreRet
0
138
Member Avatar for azilana

Hi! Anybody know how to interface a transmitter of RC helicopter with the parallel port? The transmitter has joysticks. I have to control it with my GUI in visual basic. I'm not good at it. Please help. Thanks!

Member Avatar for AndreRet
1
95
Member Avatar for achilleus1234

I currently found a piece of code on a website but i can't get it to work it always reports fail. Pls help. Private Function FindImage(Image1 As Bitmap, Image2 As Bitmap) As Point For y = 0 To Image1.Height - Image2.Height - 1 For x = 0 To Image1.Width - …

Member Avatar for Reverend Jim
0
324
Member Avatar for yeeitsneo

soooo. i saw a working code for a hindu arabic - roman numeral converter. the thing is. i need to fully understand the code. so i need someone who could explain the code clearly to me. line by line as for me to fully understand the program. newbie here. you …

Member Avatar for yeeitsneo
0
499
Member Avatar for johncornelius23

whenever I try to run it I have a compile error in connecting my database this is my code Dim con As Adodb.Recordset Dim conn1 As Adodb.Connection Private Sub mygdb() Set con = New Adodb.Connection con.CursorLocation = adUseClient con.Open "PROVIDER = Microsoft.Jet.OLEDB.4.0;Data Source =" & App.Path & "\enrolment.mdb;" End Sub

Member Avatar for QVeen72
0
210
Member Avatar for sharath27

In my project I've 8 edit boxes and i need to set each box with different font. But my code is setting all the boxes single font.. So how can i modify it?? void CTrail3Dlg::OnBnClickedButton1() { UpdateData(TRUE); CFontDialog dlg; // get font for current dialog, just to fill in LOGFONT …

Member Avatar for Ancient Dragon
0
259
Member Avatar for el fahem

i'm at the begining of using vb6 , so i ask if some one send me a nice web site that contain training video vb6 and i want also a nice web site that teach vb code

Member Avatar for frnds2vivek
0
97
Member Avatar for frnds2vivek

Hi, Working on a project I found p2sodbc.dll file was missing from the test pc. I copied it from the devlopment pc to the system32 folder of the test pc. When I tried registering the dll using regsvr32, I came across this error : "**p2sodbc.dll was loaded, but the DllRegisterServer …

0
57
Member Avatar for minbor

Hello, Is there a way to create a user using Membership.CreateUser for another application? I have tho websites (A and B) and when I create a user for website A I need a user to be created B also. I can't link them to use the same database. Is there …

Member Avatar for minbor
0
169

The End.