Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for _1_14

**problem** How to get cost per hotel and flight then add it in duration cost table based on flight date automatically . **Details** suppose i write flight date 26/07/2017 alexia 8days 04/08/2017 it must automatically get cost from hotel price table and price from flight then add it in duration …

Member Avatar for rubberman
0
354
Member Avatar for _1_14

I work in visual studio 2015 windows form application and i need to print qr code by using c# How can i print qr code generation ? I generated using the following code : if (textBox1.Text =="") { MessageBox.Show("Please Enter Value ","Error"); textBox1.Focus(); } else { using (SaveFileDialog sv = …

Member Avatar for tinstaafl
0
2K
Member Avatar for _1_14

I make windows form application c# vs 2015 to generate 2d matrix barcodes for pharmaceutical company manufacture medicine . my problem when i make order to generate 2d matrix barcode for 200000 barcode and save barcodes in hard disk take 20 minutes How to minimize 20 minutes to 8 minutes …

Member Avatar for tinstaafl
0
735
Member Avatar for _1_14

I work in MVC 5 c# in visual studio 2015 web applications I have table pictures in SQL server 2012 have two fields ID Image ID have number of image inserted like 1,2,3,4,5 Image field store picture added what i need actually browsing images found in table pictures in database …

Member Avatar for _1_14
0
170
Member Avatar for _1_14

I work in windows form in visual studio 2015 using c# Language And I need to generate data matrix to name and phone and address So that how to do that please using data matrix barcode 2d without using Commercial library Are there are any open source or free library …

Member Avatar for rproffitt
0
566
Member Avatar for _1_14

I have problem in display image from access 2007 database to rdlc i work in windows form c# vs2015 Actually i need to display image from database to more records from access 2007 but i cannot in rdlc i do as following : In RDLC drag image control to report …

Member Avatar for rproffitt
0
447
Member Avatar for _1_14

**Problem** **When split msg variable to more lines it not give me values in lines ? msg variable in debug give me text scanning bellow** **Details** i work in windows form c# vs 2015 i using bar code reader to read qr code bar code scanner working as USB keyboard …

Member Avatar for Traevel
0
395
Member Avatar for _1_14

I work in c# windows form vs 2015 selecting data from excel problem i face it supose i have in excel file user id dateprint 1001 22/02/2017 if try add this user 1001 again with date 23/02/2017 it must give me message this user found before but this is not …

Member Avatar for Reverend Jim
0
379
Member Avatar for _1_14

I work in windows form 2015 when i need to read qr code i connect scanner to computer as USB then open my windows form and put cursor in specific text box as textbox4 and it read success so that How to recieve data reading from scanner to textbox4 only …

Member Avatar for Reverend Jim
0
327
Member Avatar for _1_14

I work in windows form application c# visual studio 2015 This windows form read data by qr reader device and get it as this formate 30 General Conference of Arab Pharmaceutical Unions UserName : michel bondq Country : Egypt Membership : part when read qr it give me message above …

Member Avatar for Amr_3
0
506
Member Avatar for _1_14

I generate qr code for name and country and member qr code generated without any problem but i need to use memory stream and not use save file dialog my code as below using (SaveFileDialog sv = new SaveFileDialog() { Filter = "JPEG|.jpg", ValidateNames = true }) { if (sv.ShowDialog() …

Member Avatar for ddanbe
0
344
Member Avatar for _1_14

I work in c# windows form in visual studio 2015 but i face problem how to pass picture box qr image to report RDLC directly without using database or sql meaning i need to show qr code image in report viewer rdlc report

Member Avatar for rproffitt
0
81
Member Avatar for _1_14

I work in visual studio 2015 windows form . I have textbox for name and combobox for country and button and report viewer control I need when click button get value from text box name and combox country and show these values in report viewer ? How to do that …

Member Avatar for rproffitt
0
430
Member Avatar for _1_14

I need to convert image to binary and get result in text box . Image found in path D:/person.jpg i using the following function : public bool[] imageToBinaryArray(System.Drawing.Image imageIn) { MemoryStream ms = new MemoryStream(); bool[] arr = new bool[50000000]; int i =0; imageIn.Save(ms, System.Drawing.Imaging.ImageFormat.Bmp); BitArray bitarray = new BitArray(ms.ToArray()); …

Member Avatar for ddanbe
0
331
Member Avatar for _1_14

How to encoded personal image and generate qr code for personal image ? I work in visual studio 2015 using c# windows form application . I need to encode personal image to qr code . Meaning when i select personal image then click to generate it will generate qr code …

Member Avatar for tinstaafl
0
484
Member Avatar for _1_14

** edit http post i need to remove courses stored in ids variable note i need remove courses selected not edit** in jquery i store values of removed courses in ids variable suppose i removed photoshop and flash it will store value of 3,4 in ids variable below code when …

0
154
Member Avatar for _1_14

**Problem** when remove any course from table list html his position in center or first it make problem in index in database **Details** IF I have list of courses as following : Delphi Flash Photoshop IF I remove flash by JQUERY remove button then click save button it delete flash …

0
128
Member Avatar for _1_14

Needs save name in employee table and save all courses in employee courses table when click submit button in edit [HTTPPOST] Problem summary submit button save changes only and delete data exist before Problem details when click submit button in edit post .courses will save what i added or selected …

0
117
Member Avatar for _1_14

my database relation and interface found in this link [Click Here](http://www.mediafire.com/view/mn44bl69zkrjukp/Interface3.jpg) I need to make multiple insert to multiple table have relation with each other all id in all table is identity and already do model relation to it in visual studio 2015 what i need actually when user click …

Member Avatar for _1_14
0
216
Member Avatar for _1_14

in my code below i can edit row success without any error but if i need to cancel value edited in row OR get value before changed what i write to cancel edit in row in table by using jquery my code as following @{ Layout = null; } <!DOCTYPE …

0
121
Member Avatar for _1_14

I designed app to make order for pizza food restaurant I show userid,menu id ,address,longtiude,latitude then press on button make order Error show after I press button and found in async task doin background It give me fatal exception error An error occurred while executing doInBackground() and it show to …

Member Avatar for rproffitt
0
1K