| Thread | Last Post | Replies |
|
| Let VisualCShapr automatically insert necessary "using" statements ? | 24 May 2007 22:11 GMT | 3 |
Is there a way to let VisualStudio insert automatically (after pressing e.g. F7) missing "Using" statements at the top ? Or is there a menu which suggests inserts for using directives ? How can I otherwise find out which "using" I have to add for e.g. "StreamWriter"
|
| Using regex in html code | 24 May 2007 20:46 GMT | 6 |
I have a html table with multiple rows (one row example below). I would like to extract everything within the <td> tags into groups on a row by row basis. The process would be: find the first row, then extract the column data, store data in a textfile, find the next row,
|
| Code Templates(Item/ Project) in C# | 24 May 2007 20:30 GMT | 2 |
Hey all , I wanted to create a project or item template in C# such that when I use that template a parameter wizard comes up asking for values. I know how to create the template without implementing the wizard, i.e., work the parameter replacement using the
|
| collection editor, property grid, multiple types | 24 May 2007 20:02 GMT | 2 |
I am trying to use a collection editor to edit multiple types as in the following example: http://windowsforms.com/blogs/faqs/archive/2006/05/26/how-do-i-allow-a-user-to-a dd-more-than-one-type-of-object-to-a-collection-at-design-time.aspx The problem I am having is with the property ...
|
| Help with connection to WebServer via VB | 24 May 2007 19:36 GMT | 1 |
I have a problem. I need to connect Web Server, send a xml string (query) to it and receive another xml string (resutl). I have location of the Web Server like: https://extranet....com:8443, then user name and password,
|
| predefined constant for conditional compilation based on NETCF or Full framework? | 24 May 2007 19:33 GMT | 1 |
Is there a constant i could use to force conditional compilation based on whether i compile for CF or the Full NET framework ? Johan
|
| using javascrip with datagrid | 24 May 2007 19:26 GMT | 3 |
I can not seem to figure this out, but really haven't work a lot with javascrip and .NET. I have a data grid and I want to put a button in it and when the button is pressed it will call my javascript. Now the grid is in a .ascx file. The
|
| No Data After DataAdapter Update | 24 May 2007 19:26 GMT | 3 |
Any obvious reason here why data is not being loaded into the database? SqlDataAdapter dataAdapter = new SqlDataAdapter(sqlCommand); SqlCommandBuilder commandBuilder = new SqlCommandBuilder(dataAdapter); dataAdapter.Fill(dataSet, "POI_Entity");
|
| Where is the project source code folder ? | 24 May 2007 19:19 GMT | 1 |
In options->Project and Solutions I setup in all 3 entry fields D:\work\myvs\ as base directroy. However when I open an existing VC# project all the related stuff is saved into D:\temp\myTestProj
|
| need to assign null | 24 May 2007 19:15 GMT | 24 |
hey all, i have a String that i need to DateTime.Parse() and if a FormatException occurs I need to assign a null to my DateTime variable. The only way i know to do this is DateTime.MinValue or .MaxValue.
|
| Searching for a simple (!) sample for accessing an Oracle database and read some data from it | 24 May 2007 19:01 GMT | 2 |
WhenI search Internet there thousands of comments and samples for database conenction and tuning. They are all advanced and comprehesive. I didn't found a simple "Hello World" for accessing an Oracle database. This sample should contain just
|
| How to assign/call a function when a "Close" button of a Form is cliecked? | 24 May 2007 18:35 GMT | 2 |
Assume I have an open Form. Then I click the "normal" window "X" icon (=Close button). How do I assign a function in Form.cs to this event ? In other words if this Form/window is closed I want to perform some exit statements. When I doubleclick on a "normal" button I am ...
|
| dropdown in DetailsView | 24 May 2007 18:21 GMT | 2 |
How do I insert a dropdown box (predefined values=A,B,C,D) in DetailsView (prefer codeless)? Thanks ascll
|
| Active Directory FindOne Problems | 24 May 2007 18:13 GMT | 7 |
I'm trying to use the DirectorySearcher.FindOne() method to get the display name of the current user. The code runs on a server behind a web service. Everything works fine when I run it on my local machine but the FindOne() method fails when I deploy it to the server. I'm at a ...
|
| Mpeg & C#[win] | 24 May 2007 17:09 GMT | 4 |
Can anyhow directed me on reading up/ links/learning/codes on how to add video ie. mpegs to my C# Windows form .Net 1.1 applications Any and all help is appreciated MikeY
|