- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
19 Posted Topics
Hello every one, I am trying to login to Facebook in a programmatic way. i.e. I want to send user name and password within an http request and response. The problem I faced : Cookies are not enabled on your browser. Please adjust this in your security preferences before continuing. … | |
Hello every one Can we change the settings of a dll file after deployment if we can not , any alternative suggestions ? thx | |
Hello every one I am new to Bluetooth programming .. so I need your help plz what I want to do is to make an application programmed in C#.net this application will search for devices with bluetooth on them , then start a secure channel with a mobile via bluetooth. … | |
Re: im not sure really if i have the right to answer ur question or it is just the business of experts here anyway.. i don't have time to try it it works or not try it and tell us if it assigns an error here for me i will do … | |
Re: im not sure if this will suit u , especially i didn't understand completely what u intend to do .. but : what about submitting array of bytes representing the image.. and then reading them through memory stream then converting them to an image with the type u want this … | |
Re: it could be solved either by saving ur data in different place like in memory stream and this what u will depend on in reading process and still u can write to the txt file another solution could be closing the stream with each step try and tell us what … | |
Re: for timeout u can start a timer with the interval u want if it enters @ timer1_tick then stop the timer and print a time out msg u can use also DataRecieved Event to recieve data by calling the ReadExisting() function then u can send the next word i hope … | |
hello every one im trying to send Email using ASP.NET with C# but when recieved it is marked as spam this is a problem... i searched alot and almost i put every thing to avoid marking my emails as spam..but all didn't work this is the piece of code i … | |
hello im a beginner in web programming and i faced a problem i defined a button in a certain page say contact.aspx when i choose button_click event it appears in Default.aspx.cs which is not correct coz i lost my control to the page contact.aspx waiting for ur answers .. thanks | |
hello every one i want to ask if we can implement global catch exception for the whole application so that any exception that occur , will be handled without closing the form specially after making setup for the application (then i can't determine where the exception came from) thanks.. | |
Hello every one.. I want to do the following with my form: when application is installed , it has no icon on desktop (it doesn't appear) instead when you pass the mouse at the edge of your screen a small icon will appear .. by clicking on it the application … | |
hello every one I made setup for an application containing database built by sql server express edition I made the connection string dynamically taken from Application.StartupPath but when trying to install it on a different PC , i got the following exception.. an error has occured while establishing a connection … | |
hello every one.. im beginner in asp.net i made a simple page and debug it but it gave me that IE can not display the page coz it is not connected with internet although im connected to internet and it must work on local host any solutions ..? thanks in … | |
Hello every one.. I have this exception while trying to execute an insert command into a simple sql database [CODE] string myChar = charNameTextBox.Text; string command = "insert into data (char,Entropy,Uniformity,stadev,smoothness,skewness,kurtosis) values(" + myChar + "," + entropy + "," + uniformity + "," + standardDeviation + "," + Smoothness … | |
hello every one i m trying to minimize the form size but less than what it allows for me if i do like this .. it is okey this.Size = new Size(124, 36); but less than these values for the width and length it won't work.. i need to make … | |
hello every one I need some help in image size normalization i want all images to be almost the same size.. with no content distortion..i care too much to keep to keep the features of the image the same .. thanks | |
hello every one im searching for a method to detect image concavity that is ..a concave exists in this image or not .. and its degree thanks.. | |
hiii Im searching for a method or an algorithm that can help me in finding number of holes in an image this image is basically for a letter like "D" "B" --->number of holes can distinguish between those letters.. this will help me alot in my project if it works … | |
Re: hello every one,, im really interested in this subject as im doing my graduation project on handwriting recognition i want to ask a specific question.. that is : is there a method that i can know if a circle for example exist in my image ---> d this letter has … |
The End.