Click here to Skip to main content
Page 1 of 22
Page Size: 10 · 25 · 50


Author filtered by: Member 7909353 [x]
Question 30 Apr 2013   license: CPOL
I want to capture image from web cam without showing vedio display box.I am using avicap32.dll.When I call capDriverConnect(hMyWindow,index) it shows dialog box with capturing devices.I already fill combo box with capturing devices.my code is HWND InitDevice(HWND m_hWnd,int w,int...
Question 16 Apr 2013   license: CPOL
I want to how to set relative path for database in sql express server 2005.given code is working finecon1 = new SqlConnection(@"Data Source=SUMIT\SQLEXPRESS;AttachDbFilename='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Enrollment.mdf';Integrated Security=True");Actually I...
Answer 10 Apr 2013   license: CPOL
public fillCurrentCityList (){CurrentCityList = new List(); string tt1 = CurrStateIDcmb.SelectedValue.ToString(); string str1 = "Select CityName from mstCity where StateId = (Select StateId from mstState where StateName =@tt1)"; SqlConnection cn2 =...
Question 10 Apr 2013   license: CPOL
I want to know that when I type a first character in combo box it should display all item which are start that character and the character remains in combo box text edit.xmlns:myControl="clr-namespace:Enrollment.Controls"
Answer 3 Apr 2013   license: CPOL
Actually I was inserting the empty byte arrayNow insert code is Bitmap OriginalImage = new Bitmap(LiveImage.Image, LiveImage.Width, LiveImage.Height); Bitmap _img = new Bitmap(cropWidth, cropHeight); Graphics g = Graphics.FromImage(_img); ...
Question 3 Apr 2013   license: CPOL
I want to set image on picture control in wpf.private void button7_Click(object sender, RoutedEventArgs e) { byte[] bitmapimage; System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient.SqlConnection(); conn.ConnectionString =...
Question 24 Mar 2013   license: CPOL
I want to set resolution of web cam.My code is[StructLayout(LayoutKind.Sequential)]public struct BITMAPINFOHEADER{public uint biSize;public int biWidth;public int biHeight;public ushort biPlanes;public ushort biBitCount;public uint biCompression;public uint...
Answer 21 Mar 2013   license: CPOL
avicap32.dll does not has capGetVideoFormat definition.
Question 20 Mar 2013   license: CPOL
I have a picture box in wpf.code is .. ...
Answer 20 Mar 2013   license: CPOL
Use window.form control in wpfin window tagCollapse | Copy Codexmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"add a window.form.pictureboxCollapse | Copy Code Size size = m_hDevice.ImageSize; Graphics gr =...

Page 1 of 22
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid