Quantcast
Channel: Programming Forums
Browsing all 51036 articles
Browse latest View live
↧

Formatting floats/doubles with locale.h library

Hi, I have question about the best way to format a number. I did some research and I think it can be done using the locale.h library? I've trying it for quite some time and have gotten nowhere. I need...

View Article


Problem using [repeating it's output]

So I'm doing a program that would require to enter a number and enter it's alphabet the output should be like this. Output (Should be): |a Next input b: |b|a So happens that its like this: Output (My...

View Article


Access DB vs MSSQL

Hello, I need you opinion. I want to develop a program for hotels. What database you think I should use? Access Database or MSSQL? I will implement it in Visual Basic .NET! I want to execute queries...

View Article

Winsock Connecting via URL

Hey guys, I'm trying to fetch a .txt file from a website and have set up a socket to do so. The socket works perfectly and I can connect to 99% of websites. However, the specific site I need to connect...

View Article

Cant get email to send

I am trying to write a little program where once a file is edited it takes that file and attaches it to an email and sends it. For the life of me I cant get it to actually send the email. Can anyone...

View Article


Image may be NSFW.
Clik here to view.

Object array

The program just crashes without giving any output, explain ? using namespace std; class book { private: char *author[3]; public: book(char *a) { for(int i=0;i<=2;i++) { strcpy(author[i],a);...

View Article

error "length" is not a type!

i got an error in project "snake" its near 700 lines so i cant copy all of it. but the problem is the compiler gives me "length" is not a type.and its kinda weird.the language is "c" """"" struct...

View Article

Object array

using namespace std; class book { private: char *author[3]; public: book(char *a) { for(int i=0;i<=2;i++) { strcpy(author[i],a); cout<<*(author+i)<<endl; } } }; int main() { book...

View Article


About Listview Control

Hi! I have 1 listbox control on my form and it has 2 columns those are Sr.No.,Item Name , when I click on Add button data been added in listbox serially (1,2,3,4,..), but when I deleted any row and...

View Article


Two part form in PHP

I have created a two part form with PHP / html for registration purposes. Once the user clicks register they are taken to a new page saying that it was successful (or that there was an error). I want...

View Article

Update Query Unable To Run Properly

Please tell me I have write following code for updating data as well as listview. It do not generate any error. But not updated the records in database as well as in listview also. What changes must be...

View Article

Embed Video Into Java Program

Hi, I have a project that I am working on. I have a video and I want it to be played within my java program with pause,start buttons etc, something like a media player. My question is, How do I go...

View Article

problem using related combo boxes in access 2007 database programming

I have a table named : schoolInfo in access 2007! and it has two fields ( schName and mjrName) Now I'm trying to design a combo in visual basic 6 (cboMajors) which is related to the other combo...

View Article


[QUESTION] VB6 Progress Bar

How can I determine the length of what I'm copying using progress bar? How can I sync it? Please help me. Thanks.

View Article

Get windows product Key

Hi, i have this code for retrieving the windows product key of a machine that i got online. Imports Microsoft.Win32 Module Module1 Public strkey As String Public Function sGetXPKey() As String 'Open...

View Article


problem with loop, help please!

I have this code and have it almost complete. all I need to do is have it start back where the non integer was entered instead of the integer. for example if you are on the 3rd integer entered and I...

View Article

Image may be NSFW.
Clik here to view.

My Plight with Zend and Blogger

I am looking to incorporate my Blogger into my website. I am using Zend against my will because I am trying to allow other users that have Blogger accounts to comment on the blog posts via my website,...

View Article


Image may be NSFW.
Clik here to view.

Spawning Multiple Objects Randomly

Hi,Ive been trying to make multiple objects from the same class and spawn them randomly in the screen but i run into a problem. First here is the code(btw iam using SDL) the class class Astro {...

View Article

Populating text boxes with list box selected index?

FileOpen(1, CustomerInfo, OpenMode.Random, , , Len(Customer)) Do While Not EOF(1) FileGet(1, Customer) Dim SearchString As String = lstSearch.SelectedItems.ToString If Customer.CustomerUniqueID =...

View Article

Image may be NSFW.
Clik here to view.

problem reading data from OleDbDataReader

I am writing an application that has to manage a small database. one of the tasks of the application is that it has to retrieve the information of a company. I tried reading the data into my List(Of...

View Article
Browsing all 51036 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>