יב - פרויקטיםזיהוי Lat, Long מכתובת string 2 אפר 202428 אפר 2024 זיהוי Lat, Long מכתובת string 1. יש לפתוח מחלקה חדשה בשם MyPlace [Serializable] public class MyPlace { public int place_id { get; set; } public…
יב - פרויקטיםהמחלקה הסטטית – Utils 3 מרץ 2024 public static class Utils { private static bool sortDirection = true; /// <summary> /// This function sort the datagridview , first parameter is the Datagridview name,…
סמינר הנדסת תוכנההקוד של DBHelper 11 ספט 202311 ספט 2023 הקוד של DBHelper public class DBHelper { private static dbEntities db = new dbEntities(); #region Definitions public static List<contactTBL> allContacts; public static List<phoneTBL> allPhones;…
סמינר הנדסת תוכנהmainWin 11 ספט 202311 ספט 2023 הקוד של mainWin חדש הקוד public partial class mainWin : Form { Form current = null; public mainWin() {…
סמינר הנדסת תוכנהContactWin 11 ספט 2023 contactWin הקוד public partial class contactWin : Form { public contactWin() { InitializeComponent(); } private void mainWin_Load(object sender, EventArgs e) {…
סמינר הנדסת תוכנהphoneWin 11 ספט 2023 phoneWin הקוד public partial class phoneWin : Form { List<phoneTBL> currList; List<contactTBL> allContacts; public phoneWin() { InitializeComponent(); } private void…
יב - פרויקטיםשרת לקוח גרסה מעודכנת לתאריך 12.03.2023 12 מרץ 202312 מרץ 2023 קישור לקובץתוכן עניינים Client 2 ClientMainWin. 2 Design. 2 Code. 2 clientLoginWin. 4 Design. 4 Code. 4 clientConnectionManager 5 Server 6 Ifs. 6 ConnectedPlayer 6 ConnectionManager 7 MessageModel 9 MessgaeHandeling.…
יב - פרויקטיםשרת לקוח 26 פבר 202326 פבר 2023 תוכן Client: 1 clientConnectionManager: 1 clientLoginWin. 2 ClientMainWin. 3 Server 5 Ifs. 5 ProtocolInterface. 5 PlayerS. 5 MessageModel 6 ConnectionManager 6 ConnectedPlayer 8 ServerMainWin. 9 Client: clientConnectionManager: using System;…
יב - פרויקטיםהנחיות לכתיבת תיק הפרויקט 7 יונ 20227 יונ 2022 https://erez.the-class.co.il/wp-content/uploads/2022/06/web-services-asynchronous-programming-and-databases-Project.pdfהקובץ בקישור
יב - פרויקטיםפקד לתצוגת תאריכים 9 ינו 20229 ינו 2022 שלום לכולםכאן תוכלו למצוא את כל מה שדיברנו עליו התקנת הפקד SchedulerControlשימוש בפקדים DayControl, WeekControl וכמובן מסמך הסבר עם הקוד וסרטון הסברקישורים:קישור לקובץ SchedulerControl.dll להורדהקישור למסמך ההסברהסרטון למטה כמובן :)…
יב - פרויקטיםסרטונים תשפב 7 דצמ 202110 אפר 2022 תכנון הטבלאות והקישורים שלהםhttps://www.youtube.com/watch?v=j9xYZilIDdEיצירת בסיס הנתונים + יצירת הטבלאות בבסיס הנתוניםhttps://www.youtube.com/watch?v=qAcPU8Ew9SQhttps://www.youtube.com/watch?v=AYrDuniOYzQhttps://www.youtube.com/watch?v=mpdiwV_Qf9khttps://www.youtube.com/watch?v=3KcHS4uRaIwhttps://www.youtube.com/watch?v=mIjjCHywU4ohttps://www.youtube.com/watch?v=J-rFuxwqFbkhttps://www.youtube.com/watch?v=AuHGU3XRgwQhttps://www.youtube.com/watch?v=C-SfSrEdVZQhttps://www.youtube.com/watch?v=63ZmYAv6NbUhttps://www.youtube.com/watch?v=4PoTgDAs0W0דוחותhttps://www.youtube.com/watch?v=P4O53qqGX1Q
יב - פרויקטיםdialog 2 מרץ 2021 Dialog General definitions Dialog d;ProgressDialog progressDialog; public void createLoginDialog() { d = new Dialog(this); d.setContentView(R.layout.login_dialog); d.setTitle("Login"); d.setCancelable(true); etEmail = (EditText) d.findViewById(R.id.etEmail); etPass =…
יב - יחידת אינטרנט…שיעורים מצולמים מהפיקוח 7 פבר 2021 במסגרת מיזם מערכת השידורים הלאומית הוקלטו 150 (וואוו!!!) שיעורים לשאלון 899381 וכן לשאלון 899382והכנו מצגות איכותיות שהן זמינות לשימוש כל הקהילה.כל זאת בזכות המורים המדהימים שיש לנו בקהילה וזה המקום…
יב - פרויקטיםההרצאות החסרות של התאריכים 1.11.2020, 15.11.2020 15 נוב 2020 קישור לשיעור של 01.11.2020 קישור לשיעור של 15.11.2020
יב - פרויקטיםהשיעור של היום 25.10.2020 26 אוק 202026 אוק 2020 linkToVideo AirPlaneView XML<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".AirPlaneView"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="start / stop" …