microsoft.public.dotnet.faqs Archive - February 2003
Post a message to this list
Messages
Page: 12
params to crystal reports (4 replies)
microsoft.public.dotnet.faqs
Hi friends, how can I to pass params to crystal reports? I wanna to print details from selected costumer. I'm trying to do passing values by url? Is the correct way? How can I get this values? Formula? tks lot! Danilo Santos, regards from Brazil, from where comes the best soccer players!
Decimal point (2 replies)
microsoft.public.dotnet.faqs
Hello. Somebody knows how to define if de decimal point is '.' or ',' in C#. And if is posible, how to catch de S.O. decimal point configuration. Thanks. Jose Carlos.
Best Controls... (5 replies)
microsoft.public.dotnet.faqs
Hi, I'm looking for controls to make some good looking, nice worrking GUIs (Windows Forms). So far I have looked at Infragistic and Developer Express for Grids and editors. ActiveReports for reporting (my need is PDF capability, charting). On reporting I'm not sure if the included Crystal Report is a good choiche ?! Any opions on these (and other) 3. party products are welcome. Things like Source ...
RichTextBox (see the last line wroted) (3 replies)
microsoft.public.dotnet.faqs
I have a RichTextBox Control, with scroll both, and with space for 5 lines.When I do RichTextBox1.AppendText("dsfs...") it increments a Line. If i do this for 'n' times, i'll have 'n' lines, but I alwais see the first 5 lines. How can i see allwais the last file wroted?. Thanks. Jose Carlos.
How to update Access Yes/No field using an OleDbCommand and OleDbParameter object ? (2 replies)
microsoft.public.dotnet.faqs
Hello, In my application, using an Access 2002 database, I want to update a table using OleDBCommand with parameters, through Access queries considered in the server explorer as being a stored procedure. One of the fields to be updated is a boolean (Yes/No) datatype. The Access query define this field as being a bit. In my OleDbParameter object, I tried the parameter DBType as being Boolean. When ...
text size. or something like that. (2 replies)
microsoft.public.dotnet.faqs
Hi, there! I try to create a user control derived from the standard Label. The control has a small rectangular area on the upper right corner that shouldn't be affected by the text in my label; that area contains an icon (the 'O' zone). 1text text text text text OO 2text text text text text OO 3text text text text text text 4text text text text text text 5text text text text text text I can't figu...
Session Timeouts (2 replies)
microsoft.public.dotnet.faqs
Hello, I am writing an application in which users are required to login to. Once they login, data that pertains to them is displayed. However, each set of data has more than one login. I want to make sure that only one person is logged into the data at a time, to prevent confusion and data corruption. So, I have a logout function, which the users are supposed to click when they are finished. Howev...
Internationalization question (2 replies)
microsoft.public.dotnet.faqs
I'm trying to convert the Japanese contents of an Access database (presumably double byte) into a tab delimited text file (also double byte?) using a C# Windows Forms utility. The utility works fine for Western languages, but apparently garbles the Japanese version. This is the first time I've tried to work with code pages and the like. How would I go about internationalizing a little utility like...
Convert DataSet(or DataTable) into DataReader (3 replies)
microsoft.public.dotnet.faqs
Hi, I found a way how to Convert DataReader into DataSet(or DataTable), now I need to do this operation backwars, another words I need to convert DataSet(or DataTable) into DataReader(SqlDataReader). I found it much harder task. Is there a way to acomplish that? Code sample would be great. Thanks a lot in advance, Alex
Passing arguments to Web Service from Win application (3 replies)
microsoft.public.dotnet.faqs
Hello, Need your help again, guys. I'm not exactly too sure what I need, but I'll try to word it out. Anyway, I have a Win app that has a Login form. On that Login form I have 4 textboxes, that capture data from Users UserName, Password, ServerName, DataBaseName. That Win app consumes a Web Service running on a WebServer. When Win app issues a call to WebService through proxyObj.WebMethod(), I pas...
How to find the network mapping address (the unique id of network card) (3 replies)
microsoft.public.dotnet.faqs
I would like to know how to find the network mapping address (the unique id of network card) by using C#. Thank you very much Gary Yuen
uploading files to web server using asp.net (4 replies)
microsoft.public.dotnet.faqs
I need to provide functionality to upload files to the web srvr and since I'm sure it's been implemented before i'd not like to reinvent the wheels as they were !! any pointers to code / implementations would be very helpful i'm not looking for a commercial library/component TIA
App.path equivalent in VB.NET (4 replies)
microsoft.public.dotnet.faqs
Hi, I was just searching for an equivalent property of App.path in vb.net. I have found the property System.Reflection.Assembly.GetExecutingAssembly.Location, from MSDN Library. I am not getting as to how to use the above mentioned property in my application. I just want to save a file in the same path as that of my application. I want to use the property as app.path & "\Myfile.txt" as was used in...
OdbcException on (deployed to) Target Machine (2 replies)
microsoft.public.dotnet.faqs
I urgently need some help in finding out why my deployed project is throwing ODBC Exceptions. The attached screenshot of the caught exception gives no indication of the error itself: Microsoft.Data.Odbc.OdbcException: NO DATA no error information available at... I have installed the (Postgres) ODBC drivers, set up the DSNs, installed the ..NET redistributable framework, updated MDAC on THREE targe...
Arrays/HashTable (2 replies)
microsoft.public.dotnet.faqs
Hello Which one is more efficient Arrays or HashTable! With Arrays I could declare a large enough Array and then when on object is created I could generate a unique Id, Hash it using a Hash algorithm which returns to me a unique number HashId. I then put my object in the arr[HashId], this would achieve what a HashTable does. My question is behind the scenes when I create an object of type HashTabl...
Rich TextBox Question (5 replies)
microsoft.public.dotnet.faqs
Can anyone tell me how I might be able to print the contents of a rich textbox control? Thanks very much.
How to allow type digits only in a TextBox Control? (3 replies)
microsoft.public.dotnet.faqs
How to allow type digits only in a TextBox Control? Thanks in advance Eusebio M
Quick StringBuilder question (2 replies)
microsoft.public.dotnet.faqs
I had to ask: When using the StringBuilder class, is there any perf difference between: sb.Append("abc " & myVar & " ghi") and this: sb.Append("abc ") sb.Append(myVar) sb.Append(" ghi") Ricky
usercontrol transparency (4 replies)
microsoft.public.dotnet.faqs
Hi, there! I try to create a transparent UserControl, but I can't figure how. The documentation for ControlStyles enumeration regarding SupportsTransparentBackColor states that "If there is another control between the control and its parent, the current control will not show the control in the middle". How can I create a really transparent control. Thanks. pax
what is a module? ms help suuks (6 replies)
microsoft.public.dotnet.faqs
I cannot believe that there is no basic explanation of this. Is it the same as a vb module? "add new item" dialog click 'help' comes back telling you that you can click on the button to switch between large and small icons. no really? I have been developing in ms products for 5 years and had never worked that out. Thanks microsoft for this useful help. I wonder if you could tell me what the scisso...
Is Environment.SystemDirectory guaranteed to return an existing directory? (3 replies)
microsoft.public.dotnet.faqs
Hi Everyone. Is Environment.SystemDirectory guaranteed to return an existing directory? (Assume that we are on a Windows box.) Please advise. Thank you. Mark.
Newbie >> Please Help (2 replies)
microsoft.public.dotnet.faqs
I am trying to find out how to evaluate the value stored in a column of a binded DataSet? What I am looking to do is get the interger value stored in and ID column of a table in a MS SQL database I built. Dim DS As DataSet Dim MyConnection As SqlConnection Dim MyCommand As SqlDataAdapter Dim myDBaseName As String "something" Dim myServer AS String "something" Dim URLString As String MyConnection N...
Best way to uninstall a Windows Service (5 replies)
microsoft.public.dotnet.faqs
I find debugging a windows sevice (VB.NET or C#) a pain. The process I use is: 1) Make code changes using VS.NET 2) Uninstall the service using InstallUtil /u PathToSerive.exe 3) At this point the service status is disabled and I have to reboot. Surely there is a simpler approach to to remove the service so that I can speed up the development cycle. Please tell me the easy way to do this. Thanks, ...
Good Books... (3 replies, VIP)
microsoft.public.dotnet.faqs
Hi I'm new to .NET. Have done a lots of ASP mainly using vbscript, but with a little javascript. I'm looking for one or two good books about converting (skills) from ASP to ASP.NET. At present I've only used WebMatrix, but as I have used Visual Studio 6.0 for several years I will probably acquire Visual Studio.NET Any recommendations on books? Thanks Dante
how to get UNC-path (9 replies)
microsoft.public.dotnet.faqs
Hi, is there any posibility to get the UNC path from a mapped directory? Thanks for your help. Daniel Walzenbach
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification