| Thread | Last Post | Replies |
|
| C# and MDB | 14 Dec 2006 18:27 GMT | 6 |
I need to write app which using MDB files. Can any one help me with that? 1. Can C# create MDB File(with or without ADOX)? or do i have to create it manually?
|
| just saw in the realm of the hackers | 14 Dec 2006 18:09 GMT | 3 |
bout a couple of gay geeky teenagers in the late 80s messing around and having fun and sh.t http://www.abc.net.au/tv/documentaries/stories/s853348.htm http://www.theage.com.au/articles/2003/05/19/1053196515084.html
|
| SocketException: Too many open files - can't understand why though? | 14 Dec 2006 17:26 GMT | 7 |
Hey all, I'm using the following code to send stuff accross the network, appologies for it being in full, but I've really no idea exactly where this error is occuring. =======network code============
|
| Conditional compilation Constant for CLR version | 14 Dec 2006 17:04 GMT | 1 |
Is there a built-in constant that I can use in a #if statement to conditonally compile a line of code based on the CLR/Compiler version e.g. something like: #if (CLRV2)
|
| Opening a Word document from an app | 14 Dec 2006 16:56 GMT | 8 |
I want to do something that I thought would be simple but i cant seem to work it out, perhaps someone out there could help me. I want to browse for a file (it will be a word document), save the file name to a string and then at some later stage open that file with word.
|
| Proggramatically delete cookies | 14 Dec 2006 16:41 GMT | 3 |
Is it possible to programmatically delete cookies? Can anyone help me with this...
|
| How to pass and input control into a function | 14 Dec 2006 15:57 GMT | 5 |
I am trying to this function below I have a web form with a load of inputs text boxs etc and i need to disable them So I have tried to write a function I can call and get the function to
|
| Strange string.Format exception | 14 Dec 2006 15:22 GMT | 1 |
When you execute this line of code string script = string.Format("foreach (GroupDoc gdoc in {0}.SetGroup(\"{1}\") {\r\n", "p1", "p2"); You get
|
| Problems with Session.IsNewSession - Please help... | 14 Dec 2006 14:37 GMT | 1 |
Recently here in my work we added the following code in the Global.asax file to handled the session expired and redirect users to the home of the site explaining them the occurred (some thing like "Your session has expired, please restart your navigation.").
|
| timer... | 14 Dec 2006 14:29 GMT | 3 |
I am having some issues with a form timer. here's what i'm doing: In the main app i create a custom userControl object and call it's Init method. Now, within the Init method, i do some work and Start a form
|
| Network Issues | 14 Dec 2006 14:25 GMT | 2 |
we are developing new office, and now we are at stage to build office network, please kindly any help on the following issue to understand. - Components of a corporate network (Hardware Firewall, Cisco Pix501, Intrusion Detection System, etc.),
|
| Can I use typeof() to make new objects? | 14 Dec 2006 13:08 GMT | 11 |
I am trying to programatically decide which type a new object should have, but the typeof-function is apparently not the answer, as the following code will not compile. class AbstractClass:Object { }
|
| A Lot DropDownList Problems | 14 Dec 2006 12:43 GMT | 1 |
A have three DropDownList and when set set value of one, the 3 DDL set the some value ! Why ? See the code: ddlFlavio.SelectedValue = oProduto.GradeId1.ToString(); // Value = 1 ddlAndreza.SelectedValue = oProduto.GradeId2.ToString(); // Value = 2
|
| VS Service Packs are too far apart | 14 Dec 2006 11:17 GMT | 3 |
I hit crash bugs on a regular basis. I had them before and after the VS2005 SP1 beta. They usually cost me a few minutes of work, and I always report them. I would think those would be critical enough to cause MS to release VS service packs on a regular (say monthly) basis.
|
| Reusing SQL statements | 14 Dec 2006 11:16 GMT | 1 |
I am new to C# and SQLite and I am having problems using Paramaters.Add... I prepare the "INSERT" statement and inside a loop I set the values for each parameter and call ExecuteNonQuery();
|