|
Holiday lights Christmas lights fairy lights, twinkle lights Sale Decoration Installation Los Angeles, CA Holiday lights Christmas lights fairy lights, twinkle lights Sale Decoration Installation Los Angeles, CA Welcome: Holiday lights Christmas lights (also sometimes called fairy lights, twinkle lights or holiday lights in the United States) are strands of electric lights used to decorate homes, public/commercial bui... 11 Oct 2008 02:24
Set up Display on status line with Threading I have a Windows App that is doing some work and then writing a "Now Processing..." line to the status line of the window as well as the Textbox on the form. But the problem is that the work is in another class from the main class. So it couldn't access the Status Line or textbox. So what we did was set the... 11 Oct 2008 03:25
!!!....WHAT IS ISLAM WHAT IS ISLAM? Can we find an explanation of the great universe? Is there any convincing interpretation of the secret of existence? We realize that no family can function properly without a responsible head, that no city can prosperously exist without sound administration, and that no state can survive without ... 11 Oct 2008 01:23
How to pass ArrayLists to classes and back? Hello I am passing an arraylist to be filled with data from pgm1 to pgm2 to pgm3 where it gets filled, then I pass it back from pgm3 to pgm2 to pgm1 where I will use the data from arraylist. The problem is that I am having trouble passing the arraylist back and forth. Below is a sample of what I am tr... 11 Oct 2008 02:24
Can this be done using a Data adapter?? Hi all, I have this problem, i need to know is there a way i cn use the data adapter's update method in this scenario. i have 3 tables as below create table table1{ id1 int identity(1,1) Constraint pk_table1 Primary Key, title varchar(20) not null, } create table tab... 10 Oct 2008 22:20
PDC Dinner on Monday Night For those who are going to PDC, we are going to be having a dinner Monday night at 7:30. If you are C# or VB MVP, we'd like to have you come join us. There may be some limits on how many we can seat, so we are going to have to set up some kind of system for confirming who will come. For now, we are still workin... 10 Oct 2008 21:19
Quest: WPF & listview item selection... HI all, I am working on a WPF listview that get items through the XMLDataProvider and making a listview with two actual columns and in both CellTemplete XAML in a grid bind more than one snippet of the XML data to the cell. Now this works fine no problem... When I try to setup a IsSelected trigger I lose th... 10 Oct 2008 20:18
Problem downloading a file with HTTP - partial fix "Ray Mitchell" wrote: Hello, I'm trying to download a binary ZIP file using HTTP. Following an example in MSDN and other sources, my code is: WebClient client = new WebClient(); client.DownloadFile"http://www.website.com/BinaryFile.zip", "BinaryFile.zip"); Using FTP I can download ... 10 Oct 2008 23:21
ListView and scrollbars I have been running into an issue at work. I have a ListView control that displays some data in the row/column details format. One column sometimes has data that can be split into multiple lines. My problem is when I have items that exceed the displayable area of the list view, the scroll bar doesn't automatica... 10 Oct 2008 19:16
Problem downloading a file with HTTP Hello, I'm trying to download a binary ZIP file using HTTP. Following an example in MSDN and other sources, my code is: WebClient client = new WebClient(); client.DownloadFile"http://www.website.com/BinaryFile.zip", "BinaryFile.zip"); Using FTP I can download the file fine, but HTTP downloads something el... 10 Oct 2008 18:14
Access ftp using app pool identity with C# I have a web application that will upload files to ftp. I can succesfully do this if I specify the credentials using the ftpwebrequest.credentials property. But the problem is that we won't to be able to have our code use the identity of the application pool to access the ftp but can't seem to figure out how as... 10 Oct 2008 18:14
failing at a simple MessageEncoder I was trying to write my own MessageEncoder but I can't even deserialize a message body. Can somebody fill in the comment (containing FREAK) in the code below? Thanks. [Test] public void TestEncoder() { var rand = new Random(1); var points = 10; var list1 = new List<int>(points); for (int i = 0; i < poin... 10 Oct 2008 18:14
VMWare and Wireless Internet Connection Hey All, Using my laptop, I'm trying to get internet access from within a newly built virtual machine running Windows Vista. I am using VMWare Workstation 6.5. Currently, I cannot connect and can't see anything on the network. Under 'Settings' from within VMWare, I have selected "Bridged" and "Replicate ph... 10 Oct 2008 19:16
Update Error in VS2005 with MS Access The following code in VS2005 with MS Access 2003 gives me an error : “No Value given for one or more required parameters” What am I doing wrong? string sconnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0; User Id=; Password=; Data Source=C:\\Mydatabase.mdb"; string squeryString = "U... 10 Oct 2008 18:14
inspecting an object's properties hey all, you know how in the immediate window you can inspect an objects property, i was just wondering if there was a way to display all that on my web page in a div or something? thanks, rodchar ... 10 Oct 2008 18:14
Need to have a Windows program that opens a word document forread only. On Fri, 10 Oct 2008 11:25:52 -0700, Mufasa <jb(a)nowhere.com> wrote: I have a need to have a program open a Word document and display it to the user. The user will not be able to touch the document - it will be read only. Anybody have any code or links that do this? Also - if I can find ones t... 10 Oct 2008 15:09
Need to have a Windows program that opens a word document for read only. I have a need to have a program open a Word document and display it to the user. The user will not be able to touch the document - it will be read only. Anybody have any code or links that do this? Also - if I can find ones to do Excel that would be great also. TIA - Jeff. ... 10 Oct 2008 15:09
Hi group heap + stack = physical memory ? heap + stack = physical memory + virtual memory ? Carlos. ... 10 Oct 2008 17:13 |