| Thread | Last Post | Replies |
|
| Management of letters from VB | 21 Jan 2005 08:32 GMT | 1 |
Hi group I have a question. I?m working with VB and I want to use a word document which is conected to my SQL Server database. I mean the word 2003 document works as a letter with information from the database. I?m trying to show that document from my application and I already ...
|
| Asynchronous Threading Issue | 21 Jan 2005 06:19 GMT | 9 |
Hi all. I'm relatively new to delegates and asynchronous threading and am running into an issue. I need to asynchronously call a method (which I'm doing with a delegate and BeginInvoke) and from the callback method, or at some point after the EndInvoke has been called to end the ...
|
| how Can i convert this from C# to VB | 21 Jan 2005 05:45 GMT | 2 |
hi all how can i convert this from c# to VB.NET AmbientValueAttribute(null) -> this is in C# AmbientValueAttribute(nothing) -> this is in VB.net , but it doesn?t work . thks
|
| Creating a mail merge document using C#. | 20 Jan 2005 22:53 GMT | 6 |
Hey, all. I'm trying to develop a C# app that creates Word 2003 mail merge documents with an Oracle 9i database as the datasource. I used the following as an example of how I can start out: http://support.microsoft.com/default.aspx?scid=kb;EN-US;301659
|
| How to set focus on a label after a button clicked (web applicatio | 20 Jan 2005 22:35 GMT | 2 |
Hi, all: I have a label "ID=lblTotal" in my aspx page and also have a button "ID=btnTotal" I would like to click total button and show the result on the label and set
|
| Setting the printer without using PrintDialog | 20 Jan 2005 22:15 GMT | 4 |
In C# I would like to be able to set the printer device for printing a document without using the PrintDialog. I am writing a pocket pc application which uses a web service to print. I can only make the web service print to the default printer installed on the web server, and need a ...
|
| Maybe what I want to do isn't possible... | 20 Jan 2005 21:41 GMT | 1 |
I've searched the forums, but haven't come up with a way to do this. This is what I want to do: 1. Pull records from an Oracle database into a datagrid on a winform. 2. Select one of those records, and then have a button on the winform
|
| Need advice on separating content from look and feel | 20 Jan 2005 20:48 GMT | 1 |
Hi, I am thinking about designing a website using HTML/ASP.NET. I am expecting that the website will have about 50-100 pages. I am planning on using SSI to separate the sections of the pages such as header and footer. I will have
|
| User Sessions | 20 Jan 2005 20:35 GMT | 2 |
I am novice programmer. The website of the company I work allows users to sign in in an individual basis. This means that the same user can only be logged to the site more than once simultaneously. The site checks for the username of new sessions. If it's the same, the code ...
|
| .NET enables IIS to run JSP? | 20 Jan 2005 20:24 GMT | 1 |
Is there a .NET plug in or other component that allows IIS to run JSP pages? I know that I can use the ISAPI filter to pass JSP pages to another server (eg Tomcat). But I am wondering if there is anything else available, that would allow IIS to run JSP directly, without having to ...
|
| a common problem in VC | 20 Jan 2005 20:20 GMT | 1 |
Hi, all Maybe this is not the right group, but I some of you must konw the answer. I used VC for years, but still disturbed by a problem: after I typed a variable, I typed a '.', expecting that all it's member will
|
| Another Newbie question | 20 Jan 2005 20:15 GMT | 3 |
I'm starting to learn ASP.NET from this book and there is something I don't really understand. See the following code : -------
|
| basic question | 20 Jan 2005 19:37 GMT | 1 |
I'm not sure if i'm in the correct area or not but i didnt see one for this. I've been in the IT world now for 10 years and coding now for 7 of them. I've done everything from helpdesk - network design and some small application architecture work. I've been developing in .NET ...
|
| FileWatcher and File case | 20 Jan 2005 19:07 GMT | 7 |
Why does the System.IO.FileSystemEventArgs (in FileSystemWatcher object) return lower case for the file? i.e. e.FullName will return "c:\testingfilename.xml" instead of the origiiinal "c:\TestingFileName.xml". Do I have the option to get the original case back? Thanks,
|
| DALC vs DAO | 20 Jan 2005 18:37 GMT | 3 |
I'll make it brief: are DALC (Data Access Layer Components) and DAO (Data Access Objects) the same thing? They appear to be from what I've read on MSDN. I'm quite familiar with the DAO pattern from my J2EE background and was trying to figure out if this is just Microsoft just
|