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 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 …
hi, can vb6 detect if the unit is connected to a router or have a connection to the net or LAN ? example: if the user is disconnected to the …
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 …
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?
The idea of this thread is to help the beginning wxPython GUI programmer with hints and helpful code. Please feel free to contribute! If you have any questions start your …
Hi to all
I have two forms, one is form1 for registration and the other one is form2 for my main menu. How to call the form2 if the …
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 …
As we all know that PDF is the best format for viewing and sharing documents, it is widely used by computer users. However, due to PDF's special feature - un-editable, …
Hi everybody,
I'd like to ask you if there are some ways how to protect .NET exe and dlls against decompilation. I am not interested in any form of …
I am writing code to simulate a queue at a bank, which calculates the average wait time of all customers that enter the queue.
I'm getting a STATUS_ACCESS_VIOLATION at …
I want allow only to enter numeric values in a textbox in C#. Can someone assist me on this. would be a great help.
SearchGuild - Chris Ridings SEO Forums.
V7N Web Dev Community - John Scott’s SEO forum
Search Engine Watch Forums - Lots of breaking news breaks at SEW forums.
I have a c++ game that i made and i was wondering how i would make it so that i could add graphics, or just use the same basic concept …
Hi
I've written this small program to demonstrate the Diffie–Hellman key exchange algorithm. The desired output from the program is for most runs correct.
However occasionally there are …
please i need help here. i want write code for label control into my application. i wrote the code below, but was not getting the labels when i run the …
HI:
I have installed windows server in my mac(boot camp), but when logging in the window the screen requires ctrl+alt+del, I have MAC book pro laptop, can anyone tell …
Hi all
I have, hopefully, a rather small query. I have been creating a system with asp/vb and as I was designing I used msgbox's. Of course when I …
Why i can't see the data environment in vb 6?
I tried to Project tab but i can't see the data environment then
i tried Project > Reference …
Hello people, please have a look at following IMAGE.
What I Wish to achieve is extract the select item and display it into a messagebox …