First  |  Prev |  Next  |  Last
Pages: 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
Configure Properties of Windows User (Terminal Server Eviroment)
Hi All, I created a windows user with vbnet, with the instructions of the code: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.languages.vb&tid=108cb9a7-cd5c-49ef-b21b-2ed843dca767&cat=en-us-msdn&lang=en&cr=US&sloc=en-us&m=1&p=1 but now, i need configure the opti... 25 Mar 2010 04:39
issue of assigning a double variable in .net.
Hi, I have an issue of displaying a double variable in .net. I receive a double data through socket from C project into .net. The value entering is 2010030550004850. But it gets stored as 2.01003055000485E+15. I need the original value. How can I do this? Can anyone help me out -- Thanks & regards, V... 24 Mar 2010 13:32
Can be done?
Hello all, ok i am a newbie yadda yadda and I have 4 tables that I want to be loaded into one datagrid depending on the users selection in a combobox. I have set AutoGenerateColumns="True" so that the datagrid can format the return data however it wants to. I have created a stored procedure that I want to tak... 24 Mar 2010 12:21
How to read commandtext after added parameters?
Hi, If I construct a new Select command I use parameters to fill in the data i want to query for. Sometimes I make mistakes and I would then like to check the text directly on the sql server. Before I started using parameters I could just copy the commandtext to the server and see what happens, but if I do ... 29 Mar 2010 12:30
Localization in Crystal Reports
Found a way to for localization of values such as DateTimes in Crystal Reports. For instance if date is Aug-2009 and culture is French then would display as ao?t-2009. All this WITHOUT switching the current Thread culture to French. Relevant Code snippet (example): //Locale must be set BEF... 24 Mar 2010 03:20
Hi Larry, Hi Jeff,
"AR88 Enthusiast" <nospam(a)here.com> wrote in message news:4ba90188$1(a)dnews.tpgi.com.au... I too am confused by constant reference to '.Nxt'. Is that different to Many here use ".Nxt" so in the search engine for newsgroups at MS site, this group won't show up first. When .Nxt is being discussed here, it's more... 25 Mar 2010 10:19
Finding name of exception method
Hi Is it possible to collect name of method, line, file etc in which exception occurred? I have heard its possible using System.Diagnostics.StackTrace but not sure how. Many Thanks Regards ... 23 Mar 2010 07:52
vb.net generating reports
I would like suggestions(or modifications) on ways to architect the following: Goal is to create a set of sql server reports 2008 that has a table of contents and is exported to word 2003 or word 2007. 1. I am going to have each sql server report 2008 as separate RDL files. 2. I am going to tie all the report... 22 Mar 2010 23:02
Problem using '=' with System.Type
Hi I have the following code; ByVal MyType As Type Dim frame As StackFrame If frame.GetMethod().DeclaringType = MyType Then Problem is I am getting the "Operator '=' is not defined for types 'System.Type' and 'System.Type'." error on the last line. How can I fix this? Thanks Regards ... 29 Mar 2010 08:03
Show zeros after decimal
"Sheldon" <Sheldon(a)discussions.microsoft.com> wrote in message news:279AB541-AC27-48DB-A39D-615C41ED4D00(a)microsoft.com... Hello - For some reason, I am unable to type 0.000 or 0.100 in code. Everytime I do it, it's automatically stripped away to 0.0 or 0.1. Is there a setting or something I need... 22 Mar 2010 20:41
First  |  Prev |  Next  |  Last
Pages: 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46