| Thread | Last Post | Replies |
|
| Implementing a "Smart" folder in Windows XP? | 31 Oct 2007 18:22 GMT | 5 |
I'm looking for a "smart folder" program to run on my Windows XP machine. I'm not having any luck finding it and think the logic behind the program is pretty simple, but I'm not sure how I'd implement this. I've done some VB6 programming and dabbled in VS.Net.
|
| Add timers to an array of objects | 31 Oct 2007 18:20 GMT | 2 |
could someone show me how one would complete the following MSDN example :
|
| lost in translation | 31 Oct 2007 17:25 GMT | 4 |
hey all, could someone please help me translate the following c# snippet: public event EventHandler BubbleClick; protected void OnBubbleClick(EventArgs e)
|
| Event Handler Fires Twice | 31 Oct 2007 15:49 GMT | 3 |
I'm using VB.Net 2005 I have a Base Form that has a button control on it named btnEnter. The event handler for this control is shown below: Overridable Sub btnEnter_Click(ByVal sender As System.Object, ByVal e
|
| vb 2008 | 31 Oct 2007 13:47 GMT | 1 |
What are the advantage of vb2008 over vb2005? Thanks Regards
|
| confirm in asp.net | 31 Oct 2007 09:45 GMT | 4 |
I am using vb in asp.net and I need to have a confirm in the middle of my code(code-behind), but cannot get the confirm to display when I want it, but it comes when my button has ended it code, any help appriciated. Sub Button_Click
|
| VB.NET, Unit testing and .NET Framework book recommendation | 31 Oct 2007 05:02 GMT | 3 |
I've been programming in VB.Net and done testing with TypeMock and MbUnit (Testdriven.net) for about 2months now at work. I can see that my testing skills and particular my knowledge about the .NET framework
|
| RGB Colors | 31 Oct 2007 03:29 GMT | 3 |
I'm using VB 2005. When I select a color from the properties window for a control, it returns an RGB color code (255,255,255). Now, when I attempt to assign a color in code it is done using the COLOR.COLOROPTION value. How can I take an RGB
|
| Refresh forms | 31 Oct 2007 03:00 GMT | 3 |
I have a question concerning closing and re-opening forms. When I open a form and make changes or enter some data, then close the form and re-open it, the same data/changes are still there. How can I re-open the form as though it is the first time I have opened it? In other ...
|
| programming CADELET | 31 Oct 2007 01:07 GMT | 1 |
A question about Cadelet: it’s an electrical cad, i need to use it’s APIs to add information to an existing project. Did someone of you ever worked about it? I can’t find information nowhere. Thank you p.s. i’m sorry for my awful english... :-D
|
| Dataset to Custom Collection converter? | 30 Oct 2007 21:29 GMT | 5 |
Does anyone know if there any dotnet software out there which converts a dataset into a collection of custom objects, programmatically i.e. actually creates the class structure and collection class on-the-fly based on the fields in the dataset and then creates and populates the
|
| DataGridView and sorting problem | 30 Oct 2007 20:58 GMT | 8 |
On my form I have a datagridview that's bound to a table on my DB. When I run the app then click on a column header to sort, it sorts just fine. But my problem is a result of that sort. Even though the view has been sorted, it's underlying data isn't.
|
| Detect when a form opens | 30 Oct 2007 20:45 GMT | 6 |
I have an on-screen keyboard within a POS program I have written in VB.net 2005, for touch screen computers I have it set to 'always on top' so the user can move the cursor to different text boxes and type using the on-screen keyboard
|
| Compressed Bitmap | 30 Oct 2007 19:51 GMT | 3 |
I need to read a tiff Image and change it slightly. Currently I create a bitmap then I draw the original image and do the changes. Since the tiff is very large in size the bitmap takes a huge amount of
|
| Declare Sub XXX Lib "X.dll" (Structure vs Class) ... | 30 Oct 2007 18:07 GMT | 8 |
I have an Ada *.dll that is called from withing VB.NET. The following works ... Public Declare Sub XXX Lib "X.dll" (ByRef XArgument As XStructure) <StructLayout(LayoutKind.Explicit)> _
|