First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
Dates
Hi All ... I'm a newbeee using vb2008 express, vs2008, & sql 2008 express. I have created a column in my sql table with the DATE data type as I only want to store/display the date portion in my winform control field which works fine on a but on a report I also get the default time (12:00:00 AM) displayed. ... 1 Apr 2010 18:01
Application crashes at start-up
Hi A new framework 3.5 Winform db app that works fine on two pcs, crashes on one particular pc at start-up. The app has application framework enabled and I have assigned a splash form and a main form. The splash form appears for around 20 second but then app crashes with message "<app name> has encountered a pr... 3 Apr 2010 18:09
Deploy my solution.
What are the steps for deployment my solution (VB.NET, VS. 2008. win-form) ? Thanks :) ... 1 Apr 2010 12:24
create main configuration file for solution.
Hello. How can I create main configuration file for my solution (Win-Form : VS 2008. VB.NET), like a general ini-file. Thanks :) ... 3 Apr 2010 00:46
Displaying Panel After Timer Loop
Good day. I have asp.net page in vb.net that gets set of photos records from a database table (paths to photos). Loads that data into session datatable, divide into parts and display each part at timer interval. For eg. every 7 seconds display first 5 (of 20) photos in asp.net datagrid, then next set of 5, t... 12 Apr 2010 18:09
.NET 3.5 - System.Reflection.Assembly does not release object(DLL) after use
Am 01.04.2010 03:20, schrieb Wolfixx: Hello, Does anyone of you know how I can force vb.net to remove the handle of a local DLL which I used beforehand with Reflection. Look at the big "Note" in the middle: http://msdn.microsoft.com/en-us/library/2bh4z9hs.aspx I've no experience with it but maybe y... 1 Apr 2010 07:57
.NET 3.5 - System.Reflection.Assembly does not release object (DLL) after use
Hello, Does anyone of you know how I can force vb.net to remove the handle of a local DLL which I used beforehand with Reflection. Here is a fragment of the code. I have a base class and a derived class. This app only knows the base class and creates an Instance of the derived class by using Reflection which... 9 Apr 2010 01:16
Dynamic Label Control Property in 2008
I am dynamically creating a label control of width=100 and adding text (sTextVar) to it dynamically whose string length is unknown: Dim myLabel As Label = New Label() myLabel.Width = 100 myLabel.Text = sTextVar Me.Controls.Add(myLabel) 1. How do I set myLabel so the font size of sTextVar is shrunk to smalle... 6 Apr 2010 08:35
creating activeX on VB.NET 2008
Hello. How can I make new activeX for the solution. Is it : add -> new project -> windows form control library ? For that - are all the activeXs should be on the same windows form control library. Is the ActiveX private to my solution? If not - how the ActiveX is exposed to every new program? Thanks :)... 31 Mar 2010 07:39
Executable program while debugging.
In VB.NET 2008 (VS 2008) Where is the executable path while debugging my code? (Can I control where should be the executable file while debugging). Thanks :) ... 31 Mar 2010 18:51
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42