| Thread | Last Post | Replies |
|
| DataGridView errors on binary data | 13 Oct 2006 15:56 GMT | 1 |
In my bound dgv whenever an Oracle "long raw" column is retrieved I receive an error. How can I manipulate the dgv so that it displays some friendly text in the cell? Please help! I'm about to shoot myself!
|
| First delve into C# | 13 Oct 2006 15:52 GMT | 14 |
Complete n00b here, so please bear with me. I have written the following code and would like to know if it could be optimised. In particular, I'm reading the user input for the operand into variable strOperand, and rather than use the IF statement to determine which
|
| c# and sql-server express 2005 | 13 Oct 2006 15:37 GMT | 2 |
I'm pretty new to using these technologies so bear with me. I have created a c# app which communicates with sql-server express 2005. When I run an insert on a table via the SqlCommand class nothing seems to happen! No errors are apparent either. If I check the table contents in ...
|
| Best method to parse xml content in VS 2005? | 13 Oct 2006 15:29 GMT | 2 |
I am new to VS 2005 although I have years of experience with the previous versions of VS. Without having to spend a lot of time diving into the docs, can someone tell me the easiest way to parse xml content? In the past I used the DOM object model and XPath. Perhaps
|
| Subscribe and unsubscribe to Windows.Forms.Controls events automatically | 13 Oct 2006 15:17 GMT | 4 |
I created the following code: private struct StackItem { public EventHandler theEvent, theHandler;
|
| Using webrequest without sending Ip address. | 13 Oct 2006 15:07 GMT | 3 |
My main question is when i send webrequest to server, do ip address related information is also getting send onto server over network? I want to send request using webrequest class. But i don't want to send any information like my Pc name or my pc's ip address or the proxy
|
| Accessing scrollbar in a TabControl | 13 Oct 2006 15:04 GMT | 2 |
I am trying to flash (i.e. blink) the scrollbars on a TabControl. Does anyone know how I can get access to the scrollbar object with the TabControl. And, does anyone have any ideas on how I can flash/blink the scrollbar.
|
| C# web graphics ? | 13 Oct 2006 14:36 GMT | 6 |
Is it possible to make a sprite fly around in a c# web application ? How much graphics cappabilities are the with C# and web, I know that some of my friends have made many nice graphics demos with java and just wondered if C# can do anything at all ?
|
| pdf files | 13 Oct 2006 14:29 GMT | 1 |
How to read pdf files? Is there a .net component that support that? Hrcko
|
| how to register dll... | 13 Oct 2006 13:22 GMT | 1 |
hey i m using MSXML2.dll in my application when i m building this using visual studio it is building with no error. but when i m trying to compile same file using command prompt i m getting 'type or namespace couldnot be found (are u missing directive
|
| owned form | 13 Oct 2006 12:37 GMT | 1 |
I' using this code to call a loginForm(that form is in another classLibrary) This is a Main Form from witch I'm calling login form: void Login() {
|
| How to read mail from mail server (Pop3) using TCPClient | 13 Oct 2006 12:25 GMT | 1 |
How to read a mail from the mail server as formatted. I am able to read the mail as row HTML, is there any class, or something method using that i can easily get the all info of that mail, like as TO,From,Subject,Body. here I am attaching my coe which i developed.
|
| Extracting values from arraylist | 13 Oct 2006 11:57 GMT | 7 |
Hi everybody,I have 2 dropdowns and on selected index change the second dropdown is populated accordingly and so on.i am displaying the selected value in a label for the user so that he comes to know the hierarchy level.
|
| UICulture on MUI WindowsXP question | 13 Oct 2006 11:19 GMT | 4 |
I have determined, that System.Threading.Thread.CurrentThread.CurrentUICulture is en-US if I choose english as language for menus and dialogues in a MUI WindowsXP. If i set the LOC flag on english (US) it is possible to change the
|
| Set checkbox value based on data grid string value | 13 Oct 2006 10:33 GMT | 1 |
Using Visual Studio 2003, C#, .NET 1.1. I have a web form with a few textboxes, a couple of dropdown lists, and a data grid. The data grid is populated from a SQL stored procedure. The user can select a row to edit by clicking an EDIT link, which triggers an Edit
|