| Thread | Last Post | Replies |
|
| listbox question | 11 Jul 2007 21:25 GMT | 1 |
I have tried numerous ways and I know its something simple I am missing i have 2 listboxes one has data and the other numbers. The numbers refer to the Identity in the database. I am trying to get the value from the number one at the same index that the data one has selected
|
| C#, services and vbscript | 11 Jul 2007 21:17 GMT | 2 |
Can a service that executes a vbscript have a return value from the vbscript to C#? If so, how. TIA Jim
|
| How sort DataView so blanks are at bottom, not top? | 11 Jul 2007 21:13 GMT | 1 |
I have a DataTable with column "Sequence". Values are like: Sequence -------- 5
|
| Text to Class | 11 Jul 2007 20:52 GMT | 1 |
I am wanting to write a program which is going to all the user to select a table and then copy the table values from one environment to another. There are of course hunderds of tables, and I have created a class for each of these tables, and DAL class which contains all the ...
|
| VBScripts | 11 Jul 2007 20:49 GMT | 4 |
I am trying to run/execute a .vbs file from c# as a process. Is this possible? If so, how. TIA Jim
|
| out of memory in c# display | 11 Jul 2007 20:49 GMT | 4 |
I have a form in c# with handreds of controls. It's take alot of time to th program to start what can i do?
|
| Regex String searching for quotes | 11 Jul 2007 20:44 GMT | 3 |
I have a long regex string that needs to match the quote char. It is matching a CSV text file where all data fields are encased in quotes. Some fields are empty ie double quotes. I want to make sure all fields are correctly formed.
|
| add rows to existing dataset | 11 Jul 2007 20:23 GMT | 6 |
Is there a way to keep adding rows to an existing dataset? I have a stored procedure that I need to call for every value, I then need to add the results of the stored procedure to the same dataset or datatable so I can validate it against my users.
|
| copy from pointer to pointer | 11 Jul 2007 19:54 GMT | 12 |
I need to make a quick raw copy of a large block of data from one pointer to another. Marshal.Copy let me copy from pointer to array and another call can take it from aray to pointer. That is obviously not optimal.
|
| How should I debug this? | 11 Jul 2007 19:45 GMT | 5 |
.NET 2.0 I'm working on 3 projects in VS2005: - a windows application project - dll library project
|
| Disappearing User Controls in VS 2005 | 11 Jul 2007 18:50 GMT | 12 |
We've suddenly had all of the controls, user and otherwise disappear from their containing form in VS2005 (SP1). The form included a grid, labels, tab control and a number of instances of a user control
|
| How to convert XML data of web service into DataSet | 11 Jul 2007 17:32 GMT | 3 |
Hi all,....i am developing an pocket PC application which consumes USZip Webservice and display the data. USZip has a GetInfoByZip(String zipcode) method which retuns an XML data......
|
| Partial searching of a datagridview | 11 Jul 2007 17:15 GMT | 1 |
I am looking for a way to create partial serching of a datagridview. SO that as a user would type in a textbox, the position of the row pointer in the grid would change incrementaly as the user types so that (searing in 'name' column) if they type "B" the pointer would dind
|
| fading images in windows forms | 11 Jul 2007 16:59 GMT | 1 |
I have a windows form in a project that was written long ago. I noticed that all images in this form have a width of 1 pixel, but they are streched over all the form (from left to right). When they are streched the right hand of the images is fading. I would like it not to fade.
|
| Eventlog watcher | 11 Jul 2007 16:44 GMT | 2 |
I would like to monitor remote system log and would perform some action based on the log thats gets generated i came accross System.Management.ManagementEventWatcher but really could not get things working.
|