| Thread | Last Post | Replies |
|
| properly programing | 15 Oct 2004 18:45 GMT | 2 |
i have 2 forms that let the user print the form so now im deliberating how to do that? i mean that its the same functions so to write them twice ? shared maybe?
|
| skins / themes | 15 Oct 2004 17:13 GMT | 1 |
Is it possible to create applications in .net that support user skins / themes, (like eg. Winamp does, except it's not a .net app) Thanks
|
| Label and Bitmap | 15 Oct 2004 17:04 GMT | 1 |
I hope that someone can help me. I am developing code with C# .NET to display units which are on a Serial (RS232) Network. For my display I have to use a bitmap of the item and on top of the bitmap I have to display the device number. I thought about putting the device number
|
| in C# is there a managed code example to set ACLs on a folder | 15 Oct 2004 16:59 GMT | 5 |
in C# is there a managed code example to set ACLs on a folder. We're currently using the win32api and would like to migrate this functionality to managed code in C#
|
| Searching for a small byte array in a large binary file (Quickly!) | 15 Oct 2004 16:49 GMT | 5 |
I'm trying to quickly grab the dimensions out of the headers of JPEG files. I need to look for the hex string FFC0001108 in a file that will be from 1-40 megs in size. If someone has experience doing a similar type of search, what is the most efficient method you have found for ...
|
| persisting font info | 15 Oct 2004 16:19 GMT | 7 |
Can anyone tell me how to persist and retrieve the font characteristics that a user chooses to have displayed in a personalized label field on the front of their application? I wanted to be able to give the user this ability so that they could place a company logo, motto, or ...
|
| Open an Excel File with DataAdapter | 15 Oct 2004 15:34 GMT | 3 |
We are opening an excel file using a dataadapter object. The tables included in excel file are loaded into a dataset object. This process works correctly except for this issue: There is an "Comment" field included in the excel sheet with 255 characters,
|
| Simple Installer question. How to add custom code in installer project?? | 15 Oct 2004 15:28 GMT | 1 |
Hey guys, How can I see the code of the installer class? I know that I have to right click on my object class, -> Add Item -> Code -> installer class...
|
| hide taskbar, maximize main form | 15 Oct 2004 15:23 GMT | 1 |
I need to show the full form(vb.net) on my screen(no taskbar)...Any ideas? Dayne
|
| How to Display text from another form to the main form | 15 Oct 2004 15:15 GMT | 1 |
Hello, everyone. How can I display text from another form that currently has the focus. I'm doing a search in sql 2000, to dot it. I call a search form and query my criteria, when it founds the value a display this on a list view. Next, when the user selects the row, I want ...
|
| VB.NET Windows User Control | 15 Oct 2004 14:53 GMT | 1 |
How can I add routines to a user control that I can call from the parent form? I have a user control that contains 6 buttons, Close, Delete, Cancel, Save, Edit, and Add. I want to have control over the click events of these buttons from the parent control. I would also like to ...
|
| DLL Versioning - can it be independent???? | 15 Oct 2004 14:38 GMT | 3 |
I'm trying to get around a problem that I'm having with versioning. I have a DLL called Control.dll and it is at version 1.0. I choose to inherit from one of the controls, and build my own control - MyControl.dll and it is at version 1.0 also.
|
| Newbie: Connecting to a sql database | 15 Oct 2004 14:31 GMT | 4 |
Im using the asp.net for dummies and im trying to connect to a sql database. Here is my code:- <%@Page Explicit="True" Language="VB" Debug="True" %> <%@ Import Namespace="System.Data" %>
|
| Hardware for .Net Development? | 15 Oct 2004 10:56 GMT | 8 |
Does it help to have multiple cpu's to speed up build process? Thanks in advance!
|
| Saving data | 15 Oct 2004 08:53 GMT | 2 |
I have a datagrid linked to a SQL Stored Procedure, the data is extracted from 4 tables. Data is only updated not inserted and the update is to only 1 of the tables, the other three tables are information only. Can anybody help with a save routine.
|