| Thread | Last Post | Replies |
|
| Make setup program create folders? | 31 Jan 2005 22:21 GMT | 2 |
How can I make my setup program create folders with specific name while installing application? I want to create these folders in application folder. Thanks
|
| ERROR: There is no source code available for the current location. | 31 Jan 2005 22:11 GMT | 1 |
I'm developing in VB.NET 2002 on Windows 2000 SP4. When I'm running my application in the design environment, it generates an error at one point that says: "There is no source code available for the current location." If I click OK, it still runs the code, but it will not allow me ...
|
| MDI Repaint Problem | 31 Jan 2005 19:52 GMT | 1 |
I'm creating an MDI application with multiple maximized MDI child forms. When a child form is open, the title/caption is merge with the MDI's title/caption. So, if the MDI title is "Parent" and the 3rd MDI child
|
| How to know when a user change the time of system clock | 31 Jan 2005 19:47 GMT | 1 |
Hi group!! I've been making an application in which I need to know if a user changed the time of the system clock. Is there a log where is registered that information or any API to consult? Thanks so much for your help.
|
| erasing a document | 31 Jan 2005 19:10 GMT | 1 |
I work with DotNet c# I made a frame, with 2 parts. Left are little images and in the right I can see the selected one with a text (and what ever in future). It works, but every time I select a new pict in left for to show as a big in the right
|
| Fastest DataGrid | 31 Jan 2005 17:57 GMT | 1 |
Does anybody have recommendations as to the best performing DataGrid in the dotNet world. (Very loaded question...) I work in the financial market where we have a need for a grid to display price related data for stocks. At any given time the client can be
|
| FileSystemwatcher | 31 Jan 2005 16:52 GMT | 4 |
Hello newsgroup, I did set up a fileSystemWatcher to keep track of changes to a folder on a network drive. I can catch all the events I want, like creating files and changing them.
|
| Retrieve MS SQL TYPE TEXT into Dataset | 31 Jan 2005 16:36 GMT | 1 |
i'm stuck on a seemingly small problem. i'm trying get the default value of a column in a table on a MS SQL Server. i try to use sp_columns. eg sp_columns @table_name = 'addresses' in Query Analyzer this will produce a nice list where COLUMN_DEF
|
| Newest VC 7.1 version? | 31 Jan 2005 16:15 GMT | 3 |
is there an update available for VC 7.1? My version is 7.1.3088. I'd like to have a version that doesn't close some of the source files I have open every 10th (or so) debug session.
|
| Overloads - DRY | 31 Jan 2005 15:44 GMT | 2 |
How can I recode the following so that I do not repeat my code? Public Overloads Sub SetNodeImageIndex(ByVal oNode As System.Windows.Forms.TreeNode, ByVal ImageIndex As String)
|
| strongly-typed dataset datatable constructor's are marked as inter | 31 Jan 2005 15:01 GMT | 2 |
I have noticed that when I generate a strongly-typed dataset from an xml schema that the DataTables that are generated have their constructors marked as internal. What this means is when I try to instantiate one of the strongly-typed tables from this dataset from a different ...
|
| Creating Groups in AD | 31 Jan 2005 14:33 GMT | 5 |
I am trying to write code that creates groups in AD using the DirectoryEntry object in .NET. (I used to be able to do this easily using VBScript...) Anyways, the following code throws a VEY generic (and unhelpful) error message. The most obvious reason is that I am not setting ...
|
| callback function problem | 31 Jan 2005 13:49 GMT | 3 |
I created very simple dll (vc++) which has three functions (start, stop and initialization). it starts capturing sound from soundblaster and when the buffer is filled with the data, dll calls VB calback function (passed with initialization) and passes the buffer size (integer type). ...
|
| Shared DLLs from Compact Framework drag unneccessary DLLs | 31 Jan 2005 13:17 GMT | 1 |
I have an application which runs on both CE.NET and the full framework. To allow for a shared code base the following describes the assembly structure: 1) There is an executable binary for each of CE.NET and .NET (Forms). 2) These Forms binaries reference and use classes defined in ...
|
| user controls | 31 Jan 2005 11:42 GMT | 1 |
I have a user controls called header.ascx and footer.ascx.. on the header.ascx control i want to put a button that calls a method in another page called details.aspx. How is this possible? also how can you call a method in another page from a
|