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

Hello I try to do a Dynamic TextBoxes - but it doesnt work :( .. here is my code: if (ds.Tables[0].Rows.Count != 0) { foreach (DataRow row in ds.Tables[0].Rows) { %> <div class="LineA"> <input type="text" id="Item_<%= var %>" name="Item_<%= var %>" value="<%= var %>" /> <input type="text" id="Link_<%= var %>" …

Member Avatar for IbrahemShehata
0
125
Member Avatar for moshe12007

hi i have have problem with my code i try to do event that use me to know when the clipboard changed - but it doesnt work :( -> The Code: namespace YossApp { public partial class Form1 : Form { public Form1() { InitializeComponent(); } public void InputStr(string dataObject) …

0
83
Member Avatar for moshe12007

hi i write this code in perl i dont know why that not work... sub Again { $dirtoget= $_[0]; if(opendir(DH, $dirtoget)) { @thefiles = readdir(DH); closedir(DH); if(@thefiles) { foreach $f (@thefiles) { next if ($f eq "." or $f eq ".."); print "$f\n"; if(-d "$dirtoget/$f") { Again("$_[0]/$f"); } } } …

Member Avatar for moshe12007
0
122
Member Avatar for Nole_diver

I know this is a simple question but i am having a problem with an IF statement: [CODE] START: #START GOTO command **CODE REMOVED TO SAVE SPACE** print "Continue? (lower case only) \n"; $choice = <>; if($choice eq "y" || $choice eq "yes") { goto CONTINUE; } else { goto …

Member Avatar for 2teez
0
115
Member Avatar for moshe12007

hello i have problem with my code i try to delete user but i have some problem with that i cant to delete it... [CODE] if((mysql_num_rows($resultAdmin))) { if(mysql_num_rows($result) > 0) { ?> <table align="left" border="2" cellspacing="0" cellpadding="3"> <tr><td>Name</td><td>Email</td><td>Phone</td></tr> <?php $str = ""; while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { $name = …

Member Avatar for vimalnath53
0
83
Member Avatar for moshe12007

hello i have thread that according timer it open form. if im not close the first form when the time is came again that open form - and i have two forms and etc... how to know if the form is open or close -> to know if i need …

Member Avatar for zachattack05
0
80
Member Avatar for moshe12007

hi im doing program that capture image and send the image for my email the only way that this code work - when i doing Button and click - and that send for my email but when i write all the code in the Form1_Load - that give me eror/ …

Member Avatar for Mitja Bonca
0
208
Member Avatar for moshe12007

hi all i try to send data into Thread function - the data is : string[][] DataTimes but i get eror!!! this my function that Start the Thread: [CODE] Thread newThread = new Thread(Form1.PlayTheClock); newThread.Start(DataTimes); [/CODE] that the Thread Function: [CODE] public static void PlayTheClock(string[][] DataTimes) { ...... } [/CODE] …

Member Avatar for Mitja Bonca
0
441
Member Avatar for moshe12007

hello i have Listview his name is listView1 i try to refresh my listview1 but that not work!!! i just see the sam details and that no update. i try this : listView1.Update() and also listView1.Refresh() and that not work!!! the code here: file EditSelectedItem.cs [CODE] private void button1_Click(object sender, …

Member Avatar for moshe12007
0
129
Member Avatar for moshe12007

hello i wanna build software that i will be can speak with my friend with our cams i have used that dll : WebCam_Capture and that only show my camera . but i cant show my friend camera/ how can i do it?<<< thankss

Member Avatar for Momerath
0
99
Member Avatar for moshe12007

hello all i have problem : [CODE] string sssql = "SELECT *FROM BooksCatalog WHERE BookID = '" + TB[2].Text + "'"; ds =DBC.Read(sssql); // class that read from sql foreach (DataRow row in ds.Tables[0].Rows) { row["BorrowState"] = "good"; // that not write that in my database here its the problem …

Member Avatar for kvprajapati
0
107
Member Avatar for moshe12007

Hello!!! I read 3 c++ books on dos and what now? I think i want now to programming on windows but which language i can programming ?

Member Avatar for mrnutty
0
188
Member Avatar for moshe12007

hi i have some problem with my sql code that the code : [CODE] SELECT * FROM MenUsers,WomenUsers [/CODE] MenUsers(Table) and WomenUsers(Table) whats the problem with this code? thanks....

Member Avatar for shine_jose
0
176
Member Avatar for moshe12007

hi i have 90 textBoxes at my program and i want to insert them for my DataBase (sql) how can i do that? i know that i can to do array like -> TextBox[] arr = {textBox1,texBox2......textBox(n)}; but i dont wanna this way cause that a lot of work. how …

Member Avatar for moshe12007
0
163
Member Avatar for moshe12007

hi i use database access(2003) and i dont know how to search in my database i think about something like this : [CODE] ... a = Tclients.Rows[j][i].ToString() if(a == b) //ok ... [/CODE] but i dont know if this the true way because that very slow when i check 10000 …

Member Avatar for mcriscolo
0
92
Member Avatar for moshe12007

hi i write some code to write for access file (.db) but i have some problem and i dont know how to solve it... Here is the code : [CODE] string a = ""; foreach (Control c in this.Controls) { for (int i = 1; i <= 80; i++) { …

Member Avatar for lolafuertes
0
96
Member Avatar for moshe12007

i have in the Visual C# 3 options of database : 1. SQL SERVER (.sdf) 2. ACCESS (.mdf) 3. ADO.NET (.edmx) which database advisable to use??? *if you give me answer please give me tutorial\book\name of book. thanks.

Member Avatar for kvprajapati
0
172
Member Avatar for moshe12007

i dont know how to read from database SQL. i try this : [CODE] string sql = "Select * from Table1 "; DataSet ds = new DataSet(); string connStr = @"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True"; SqlConnection conn = new SqlConnection(connStr); SqlCommand cmd = new SqlCommand(sql, conn); conn.Open(); SqlDataAdapter adapter = new …

Member Avatar for nick.crane
0
94
Member Avatar for moshe12007

hi i want to connect to my facebook with perl i just start now to programming in perl before perl i programming in C. i see several codes but all the codes not work!!! i want to connect to my facebook and to my msn messanger. very important that i …

0
52
Member Avatar for moshe12007

i programming in c language and i need to using parallel port the compiler that i using : "microsoft visual C++" int the old compiler i using this command : inport(0x378) but now in vc that not work please help me...

Member Avatar for moshe12007
-1
57
Member Avatar for moshe12007
Member Avatar for jencas
0
150
Member Avatar for moshe12007

If i dont know win32 i cant learn opengl?? i learn C++ and i want to use graphics and opengl it look good. if i can learn opengl without win32 you can give me tutorial?? thanks sorry about my english..

Member Avatar for moshe12007
0
142
Member Avatar for moshe12007
Member Avatar for moshe12007

sorry about my english i make a game and i need to use on interrupt i/o(input), someone can to help me?? the code is : [ICODE] cout<<"Enter num : "; for(i=1; i<=100000000; i++){//its loop time // here the interrupt // when the user click some key its //stop the loop …

Member Avatar for Salem
0
165