Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for aminit

Hello ALL: In my form there is a textbox and label ,I want when I input a text when I'm inputting the first letter in the label value must be 1 if I input 2 letters in the label value it must be 2 ...etc... Any idea????

Member Avatar for niru21
0
216
Member Avatar for aminit

HellOoo : my questoin is like this , if I have a function [code] void hello(string hh){ hh=textbox1.text } [/code] if I want to take the value of hh from the function 'hello' , to use it in another function , it impossible to make this [code] void main() { …

Member Avatar for harrypalmerr
0
115
Member Avatar for aminit

Hello all dear friends : I want to ask u about the Shortest path for routing , I want to make a project to calculate the shortest path for send the packets , so what's your suggestion ?? and can I make an algorithm to calculate the shortest path depending …

Member Avatar for brandonrunyon
0
179
Member Avatar for aminit

Helllooo I want to ask a question about the programming language , why there is no single or one programming language for diffrent programming fields ? thx

Member Avatar for leo002000
0
97
Member Avatar for aminit

HellOo I've started to write a simple code to seprates the input integer , for example , if tried to enter 4444 , then it will sperate them by a space to be 4 4 4 4 , so any idea? Thanks

Member Avatar for abhimanipal
0
71
Member Avatar for gahhon

how to reverse it? i had tried [CODE]#include <stdio.h> void main() { int i = 30; int x; char reverse[31]; char title[31] = "programming concepts and design"; for(x = 0; x >= 0; x++) { reverse[x] = title[i]; i--; } printf("The reverse order is %s\n", reverse[x]); } [/CODE] the result …

Member Avatar for gerard4143
0
229
Member Avatar for aminit

HelllOOOoo I've a database for example contains 50 users , 30 users of the 50 thier records are corrupted, so how can I make a back up for the 30 users only , without the change or play with 20 others Thx in advance

Member Avatar for asaukani
0
68
Member Avatar for aminit

Hellooo All : I want to start my final year project on VPN applications using Java , I'm still wondering what can an application I can create , so can anybody provide me any topic , Thx in advance

0
51
Member Avatar for aminit

HelllOOOoo all dear friends: I was wondering how can I put my fan or my friends list into my webpage , I've a webpage built in Asp.net and I want my friends list of my facebook appear in my website , so anybody can help me ? Thanks in advance

Member Avatar for dnanetwork
0
81
Member Avatar for aminit

HellOOOoo alll friends : I want to start my final year project on VPN security , I want an advanced ideas about creating an application for VPN security , any idea please Thanks in advance

0
56
Member Avatar for pinsickle

I am planning on starting a project during summer break. I am going to create a employee clock in system for my work place (and anywhere else that wants it.) I figured it'd be good to get some practical experience before I graduate. The actual structure of the program I …

Member Avatar for aminit
0
100
Member Avatar for aminit

Hello all : Is there any way to save all the status of (controls) inside tab control which it's inside a form, while I press save button I want to save all the status of the controls, the other thing I want to ask is how can I move between …

Member Avatar for Geekitygeek
0
77
Member Avatar for aminit

Hello : How can I by programming, change the encoding of the text file,, I want to open a text file but I couldn't because it's encode in ANSI I want to change it to another encoding type??? Thanks

Member Avatar for GenyPOP
0
184
Member Avatar for aminit

Hello All: I made a simple form in VC#, inside it there is textBox I want when I write the value inside this textBox it's must check it with one rows of the table inside dataBase if it's exist it print a message box else exit.....Any one can help ??? …

Member Avatar for AnilKumar_502
0
73
Member Avatar for TheBeast32

Hi, I have been making a program that encrypts files. It works, but it compresses them. It only does it a little bit, but it does. It's weird. Why is it doing this? I have attached a zipped folder with the code, binary, an encrypted file, and the original file. …

Member Avatar for aminit
0
77
Member Avatar for aminit

Hello : If I want to save the text of( textbox1) to entry inside a table(in access data base),every time I write texts it must write it to the DB,,in the next times if I enter in textbox1.text a text it's exist in database,,a message box error must appear(I mean …

Member Avatar for tgreer
0
115
Member Avatar for aminit
Member Avatar for Jx_Man
0
106
Member Avatar for aminit

Hello: I'm using VC# 2008 , I created a simple project, I want to make my project is executed, it must run even if there is not VC# installed on the computer???Any idea please.... Thanks in advance...

Member Avatar for aminit
0
64
Member Avatar for kartouss

Hello, I am encrypting a video using AES...The file format that i am using is .avi. In order to play the encrypted video i need to save the header information of the video before encryption to be able to display the video as a video format(.avi). I got the header …

Member Avatar for kartouss
0
477
Member Avatar for aminit

Hello : I 'd created a simple form , it consist of 2 set of checkboxs 1-6 checkboxes 2-6 checkboxes I want to make a simple function determine if the first checkbox in set1 is checked it must test the checkboxes in set2 if the first is checked too or …

Member Avatar for aminit
-1
173
Member Avatar for aminit

Hello All : I tried to write a simple program in C++ for encrypt a word using a keyword and a key depending on an alphabet ,for example keyword:HELO Key : D I want to genrate the cipher alphabet by puts the positions of letters of the keyword(HELO) in the …

Member Avatar for Sky Diploma
0
295
Member Avatar for aminit

Hello All: Can anyone give me a simple idea how to remove the duplicated letters in a text if I have this word HELLO it must be HELO..... Thanks in advance.....

Member Avatar for aminit
0
115
Member Avatar for aminit
Member Avatar for Jx_Man
0
42
Member Avatar for aminit

Hello all: I create a simple source file in VC++ , I tried something simple,there is two strings: string1:MICROSOFTCPP string2:HELLO I want to write a code to make string2 is equal with string1,so it must be string1:MICROSOFTCPP string2:[COLOR="Green"]HELLO[/COLOR][COLOR="Red"]HELLO[/COLOR]HEL so it seem the string2 its repeat itself until it's length is …

Member Avatar for amitahlawat20
0
116
Member Avatar for avinash1986

hi, i am unable to read the newline using stream reader from a text file where it contains some names and their account ids. i need to copy each line to a string how can i change to next line. how can i know when end of file is reached???????

Member Avatar for aminit
0
149
Member Avatar for aminit

Hello All: I want to make a simple login to a program created in C#, I want when I entered the program I must asked about the password, another thing is how can I by another form confirm the password(change the password), nest time when I entered the new password …

Member Avatar for aminit
0
77
Member Avatar for aminit

Hello all: I was developed a simple descending timer , the problem was while it's execute and after I entered the value in the textbox ,, this message appear: (((Ontimer(): cross thread operation not valid "textbox1" accessed from the thread other than the thread was crated on ))) on timer …

Member Avatar for JerryShaw
0
153
Member Avatar for aminit

Hello All: I want to make a simple login to a program created in C#, I want when I entered the program I must asked about the password, another thing is how can I by another form confirm the password(change the password), nest time when I entered I must the …

Member Avatar for nukewarm
0
111
Member Avatar for aminit

Hello All: Please is there anyway to writing the value of (radio,checkbox ...etc) of any item in the form to text file .... Thanks for advance

Member Avatar for aminit
0
203
Member Avatar for aminit

Hello all: I wrote an post ,(how to write to txt file), and this is the link [URL="http://www.daniweb.com/forums/thread107440.html"]http://www.daniweb.com/forums/thread107440.html[/URL] but I wonder how can I write [B]some[/B] of controls of my form to txt file.... Thanks in advance.....

Member Avatar for aminit
0
84