Any one can help me out i want to display a spiral of n*n size with out using arrays?
out put when n=2 should be 3 2
0 1 …
I have an item box to show an information for things to be sold
yesterday its was all working perfectly, but now its all missed up in Firefox
…
Okay so I have a PHP script that creates user acounts and encrypts the password then saves it into the database. The login form just compares the users password with …
Private Sub cmdSimulate_Click()
Dim comm As CommandButton
Dim zi As Long, ki As Long
Dim shorts(10) As Integer, count As Integer
Dim temps As Integer, z As Integer, n …
I'm trying to use this code to populate my drop down menu from a mysql table:
<select name="fileselect">
<?php
$pdo = new PDO('mysql:host=localhost;dbname=contisec_portal', 'root', '');
$stmt = $pdo->prepare("SELECT dateid FROM …
Hi,
I'm just settign up boost on my desktop (ubuntu) after a reinstall and am having some problems. I set it up last w/e on my laptop (knoppix) and did …
Hi what i want to do is to code a checkbox list. herewith i have attached an imaage.
as in the image, if i check business all the checkboxes …
I inherited a website here at work. The menu system uses a convoluted jquery / javascript structure. There are 8 different types of "users" for this website, from administrator to …
Hello all. I made a forum post and the helpful community solved the problem I was having. DaniWeb states "Please remember to mark the post solved if your question is …
I want to use a localStorage variable in a PHP page. Very simple but "strange".
AJAX comes to mind. Whats the best form to do this?
Thanks
I am womdering that I am cheking for my sites ranking placing keyword in google.com and search for my site. Its a boring process is there any other way to …
Hi all,
I was having a huge problem,i mean i spent days trying to fix it but i get the same exception everytime when i run the app.
…
Hi group,
I recognize the today, most people navigate from control to control within a form with their mouse. However some old school people may want to use a "enter" …
Hello everyone,
I have a PDF file which I converted to a text file, and now I want to read the whole thing, search for the keyword "SITUATIONAL" and insert …
I'm trying to strip only path from a c string
char *path = "~/folder/sometext.txt"
so I would get only "~/folder/"
Anyone got a hint on how to achieve …
A client of mine wants to implement SSL on their site. They have a number of forms which communicate sensitive/personal information, and want to send the data over a secure …
Hello. As a Software Engineer I admit a slight lack of knowledge with hardware. I am usually quite good with any hardware that is contained within the case, my issues …
So ive been teaching myself x86 over the last couple days now im trying to call c functions and am getting segmentation faults. if someone could explain how to call …
hello altogether,
my name is Wolfram Pagels, Berlin, Germany
my status is :retired but enthusiastic c++-fan;
I use Dev-C++ since 3 month ago; in the 70th I programmed …
for my combobox i want to prevent user from typing further text if the typed text do not match part of combobox items i.e from starting
Autocomplete mode set to …
Hello, I am trying to encrypt a String using Symmetric Key Cryptography. When I try to encrypt the string, on runtime it gives me this error:
input text: Hello …
I've written a script to change all images in many hundreds of Excel documents to a .png format in order to reduce their file size (the largest were coming up …
i want to add a label over progress bar to show the percentage of the completed task .
i added the code :
Label1.Parent = ProgressBar1
Label1.BackColor = …
I have to print the invoice in my datagrid using datareport but i dont have the total amount of all the selected items.i have uploaded a picture. I hope u …
I How can I get the output from grep into a variable? In the following program I've tried the SSID line two ways but I am not getting what I …
This seems kinda random but basically I have the following member function in my caching class:
public function increment($key, $expires = 0)
{
// Requires OPT_BINARY_PROTOCOL
return $this->cache->increment($key, 1, 0, …
Fast food chain KFC has had more than its fair share of Kentucky Fried WHAT? myths busted over the years. However, some of the stories turn out to be genuine …
I'm completely clueless to this as I have never used crystal reports before. So I want to use a textbox to pass values into my crystal report so basically only …
I am working on a form which uses an Access (oledb) database, I have a button to update, and other to insert a new client, when I insert a new …
When we switched over from vBulletin to our own unique platform back in March 2012, one of the things that changed was the way that post quality score was calculated. …
Hello!
I am having a bit of a hard time figure out how to code this thing..
I have just started coding by using windows form application and need …
If someone wanted to learn Visual Basic should they learnVisual Basic 6 or Visual Basic 2012.
I prefer Visual Basic 6.
Hello, I am a student and I was assigned to create my first entity relationship diagram and I'm kind of lost. The professor hints the paintings should be broken into …
I tried using a solution to a very similar question here but it doesnt work for large files like the one I'm using.
http://www.daniweb.com/software-development/vbnet/threads/320160/visual-basic-reading-text-file-into-array
The code from …
I was wondering if I can fill up an edited row based on the value in my Label.
Here's the scenario: An employee will add and edit rows in …
Hi all.
How Can I makes login form for my vb.net project? I would like to make one that can identify the user according to their roles. Eg. Roles …
so my newest problem! i have a save button and that save button already has the insert into query and working fine now what i wanna do is when the …
I am a newbie to hibernate and I am trying to insert a row. The below is my code along with log. I am not getting any exception, however when …
This tutorial is designed to walk you through DaniWeb's implicit (clientside) OAuth flow. This is not designed to be an introductory tutorial to OAuth, …
Im trying to display data in a datagrid then once a row is selected show a different column of the database in a text box. I use the unique primary …
This snippet defines a Print function which can be used with python 2.4, 2.5, 2.6 and 3.0 (for 3.0 this is just the built-in print function). It's interface is that …
OK, I've exhausted my searching, so if someone can point me to a link with a good example, that would be super.
I'm simply trying populate a combobox with data …
I'm stuck writing some code for an intro programming class. I'm pretty sure the mistake is probably that I mixed integers with strings trying to get a result, but I'm …
i just want to whether there is a replacement for getch() in C++.
my friend said getch() is C function.
thanks!
Hi again everyone, Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is 1 im working on, or a completely fresh 1 …
Friends i have little bit problem in making a c language program.
I have to make a program which prints prime numbers from 1 to 500.
I make …
Hi
I am just about to launch a uk dating website the problem is with so many big companies out there what is the best way to get my …
How do you pass the data in a field on one form to a field in another form?