First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
needs double value in string format
I have a double variable Dim d as double. d gets values stored as 2010031266671939.0 I need this value in string. If I use d.tostring(), it provides in E+ format. I need this double value in string without E+ format. If I use d.Tostring("#.0"), it rounds off the double value & provides as 2010031266671940.0. I... 29 Mar 2010 08:03
help about initialize
Good Day, Just want to know the difference of Dim p as string Private p as string I'm a little confuse :) Thanks much -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-vb-net/201003/1 ... 29 Mar 2010 03:41
Drawing Curved Text
Hi All Does anyone know of a simple example of drawing along a simple curve using vb.net. Mickey ... 29 Mar 2010 11:22
Round(0.5) returns 0.
Hi, Dim d as double d= 0.5 Round(d) returns 0 d= 1.5 Round(d) returns 2 I need Round(0.5) = 1. Is it possible in .net? -- Thanks & regards, V.Vallikkannu This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and priv... 31 Mar 2010 16:37
External functions
Is it possible to create a function library (as opposed to a class library)? And how to you access the functions in the library? For example, I would like to be able to call an external function that does some sort of conversion process such as below: Function Monday(ByVal dDay As DateTime) As Date ... 27 Mar 2010 14:18
auto sizing data grid view
hi folks, i am bit new to vb.net. My issue is, I have placed a datagridview control on my win form. I am loading data into it as per user selection from combo box. but issue is only few records are visible on form, to view other record i have to manually click on vertical scroll bars. Is there any way to fit the d... 26 Mar 2010 09:11
Execute an executable program.
How can I in code (VB.NET 2008) execute another executable program ? Thanks :) ... 1 Apr 2010 11:16
common ways creating projects.
Hello. I want to create a project, with many programs (100). There is a main menu that is running, which can call many programs. What is the common way doing so, in VB.NET 2008. 1. Each program is executable, and the main menu program send each program parameters. 2. Each program is ActiveX. 3. MDI. or each... 26 Mar 2010 08:02
SQLDataAdapter Fill with startRecord parameter
Hi. I can't unserstand how startRecord works; i think there is a problem. I'm using maxrecord=5. If i put zero 0, the dataset is filled with all values in table (rows.count is = @@rowcount) If i put 1 the dataset is filled only with 5 values, but row is not the first one in the table, is the second! If i p... 27 Mar 2010 04:26
Can You Save the DataGridView Sort Order / Update the Underlying DB?
All, When I save datagridview record changes, should the current sort column and order save? I have a datagridview I placed onto a form, and it is "fed" without any sorting from a DB (bound datasource). Changes to any cell in the datagridview save just fine, but if the user sorts the datagridview by clickin... 31 Mar 2010 12:08
First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44