|
Basically, the idea is that they are trying to stop exactly what you're trying to do, and seem to be doing so successfully.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
So you are making a windows application which will load the Facebook application to its web browser control. First of all, you need to remember, if you are going to call the server again, it will load the CAPTCHA again. This is the basic feature of CAPTCHA. Rather if your motive is to zoom the image, you need to find the img control which loads the captcha and then apply CSS width and height.
Just try to find the actual img control that loads the captcha. I am sure that must be one.
|
|
|
|
|
yogesh_softworld123 wrote: I need to zoom the captcha image for the visualy impaired users.
Why not go for the audio facility? Wouldn't that be better?
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
|
|
|
|
|
I have a datagridview with for columns. the datagridview is dinamically added. the 4th column is needed for an cellClick event so I have to have it. But I do not want to display it so I set the Visible property for that column to false. and it does not show. Cool right? Except in the process of making this column not visible the header text for all the columns dis appear;
I could set the with of the DataGrid to chop off the last column so its still there but no one can see it. and this is probably what im going to do but was wondering if anyone had this problem or a resolution to this.
Mike
|
|
|
|
|
ok Never mind. The headerText was not showing because I did not set the foreColor in the column that was not to be visible.
|
|
|
|
|
Then, please mark your question as [solved]. if it is!
♫ 99 little bugs in the code,
99 bugs in the code
We fix a bug, compile it again
101 little bugs in the code ♫
|
|
|
|
|
hi friends, I tried to send Image through a network .... I can send text data...it is easy one .... but when I try to convert the Image in to byte.
This is the code that converts String to bye
String message;
Byte[] data = System.Text.Encoding.ASCII.GetBytes(message);
This is the code that converts byte to string
String responseData = String.Empty;
Int32 bytes = stream.Read(data, 0, data.Length);
responseData = System.Text.Encoding.ASCII.GetString(data, 0, bytes);
But I cant find any method that converts image to byte .... can any body help me?
Thank you for your time.
|
|
|
|
|
|
Hello,
I want to make a tabpage invisible, but not disposing or hiding 'cause I want to re-open it later. Any idea's? I tried this:
tabControl1.SelectedTab.Hide();
But this code still shows the header
plz help me!
Madmatt.
|
|
|
|
|
The onyl way to make the tab invisible is to remove it from the TabPages collection. You can keep a reference to it in a storage location and readd it to the collection when you need to make it visible again.
|
|
|
|
|
Looking for an easy way or infact any way to pop event for unmanaged code via csharp com interop wrapper.....
Any one knows a good site for c# COM technologies? I have a serious trouble with this issue....
modified on Saturday, October 24, 2009 4:40 PM
|
|
|
|
|
hi there,
i have an application that i want to send raw packets through dial up,
i have a lan that i can send packets to easily, but it does not work for dial up
i know the ways such as WinPcap, SharpPcap(managed code working with WinPcap), NDIS Driver API, that allows to send and capture packets but they only can send raw packets to lan! not to my dial up connection! any one knows how to do that?
|
|
|
|
|
Message Closed
modified 23-Nov-14 7:30am.
|
|
|
|
|
i don't think that we can communicate with 56-Kbps Dial up Modem using cat3 twisted pair(telephone line ) with SerialPort! , by the way thanks
|
|
|
|
|
Message Closed
modified 23-Nov-14 7:30am.
|
|
|
|
|
but when i am connected at the internet through dialup, i can not bind to its com port, and open the port to send and recieve.
|
|
|
|
|
driving license (class)
+number: string (constructor)
+renewelperiod: int (constructor)
+ GetLicenseInfo():void (mrthod)
+ CalculateLicensePrice(): double (method)
+ DisplayLicenseInfo() : void (method)
Based on the above, create a program with the following requirement
• GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years.
• CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year
• A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price.
Create an object and invoke necessary method
|
|
|
|
|
why?
Did you tried it?
|
|
|
|
|
yes 
|
|
|
|
|
So, tell us what problems you are facing?
You are asking to write whole application which nobody is going to do here.
If you really don't want to do it then pay someone to do this job.
|
|
|
|
|
5d to counter his one.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Thanks, do CP has any facility to remove these kind of users.
He is spamming all over the places.
|
|
|
|
|
CodeProject is a convenient place to get programs for homework assignments. The IT industory is in trouble. I personally knew somebody with no knowledge in software development who was hired by Lexmark in 1998. Another one was hired by UPS without being carefully interviewed. They both had degrees in computer science. Trouble!
|
|
|
|
|
Message Closed
modified 23-Nov-14 7:31am.
|
|
|
|
|