Answer Questions
sreekanthr Crystal Report 9 DOS Printing
Hi in my application i want option for DOS network printing a crystal report. i designed my crystal report with dos supporting fonts... is it possible to export crystal report directly to PRN - formatted text (im using Crystal decisions Crystal report 9 - .Net 2003).... thanks Raju hi.. im happy to share it with u...i don hav exact code in my hand now..since im on leave and in my hometown.. add refernce of COM Excel lib ...Show All
Donis Marshall Can i access text box in threading ?
AOA hi, Dear sir, in visual C#.net 2005 framework 2 i can not access text box in threading function...can any one help me bye allah hafiz AOA Hi Threading Thread rs = new Thread (ListenClient); rs.Start(); void ListenClient() { TcpListener lis; try { & ...Show All
Michael Barrett need to get a transparent object on a picturebox
Hello, I need to achive the backstyle property of the VB6-usercontrol in .NET. I tried setting the backcolor of the .NET user control to Web.transparent but it is meant only for transparency to the form and not for any objects in the form. The reason to use the backstyle is to draw a regions like rectangle and circle over the thirdparty streaming control/object. Thanks, Karthik, Did you understand my previous Reply, If so is ...Show All
Turbo_Tail Capture Enter key
How do I capture the Enter Key when the user presses the Enter Key Also which event do I place the code in for a comboBox Thanks Paul. Hi, Just use the KeyPress event of the combobox. But if you want to handle the keypress event on other controls, you should use the KeyPress event of the form itself. Just set the KeyPreview property of the form to false. //Place in the Keyp ...Show All
vitagoni How to Northwind Databind to Customers and Orders row at once
Hello, When i start with a simple Northwind Database I can't insert two rows at once. 1) Create Project 2) Add Northwind Dataset (Table customers, orders) 3) Add relation (Parent table orders,customerid and child table customers, customerid) 4) Drag customer detail to form and drag order details to form Testing... Update is working ... i can change fields in customer and order and save them just by calling ordersTableAdapters.Update(..) method! ...Show All
Shlomi Meoded BAR CODE
Hi everyone, To all developpers who worked with the Bar Code.Please help me by giving me a link or what ever you want. <hamdan_houssam@hotmail.com> Best Regards. ...Show All
Paras Dhawan Data Binding in a code generation tool i.e.TierDeveloper
Hi everyone, I have tried a code generation tool last week and learn some aspects about databinding in it. I have picked on basis of some particular assumptions. How to Bind TierDeveloper DataSet to Data Grid Control Assumptions ?You are using TierDeveloper’s samp ...Show All
Neo-Claw Is memory released with out un-registering event handlers?
Hi, I have a C# windows form with several controls. I have several handlers registered for several events. The code looks similar to: myBT.Click += new System.EventHandler(...) 1. When the form is disposed or closed, is the form memory released for the handle ...Show All
Lakshan how to add the two (PictureBox,Button) in DataGridView's one same cell(VS2005)
I want add PictureBox and Button in DataGridView's one same cell. Well, the DataGridView does not have this support built in, but you can use a button cell and add some padding (using the DataGridViewCellStyle) and then handle the CellPainting event and paint your image next to your button (or on the button if you want that). Check out the docs on CellPainting for more info. -mark DataGridView Program Manag ...Show All
Hancz ToolStrip items disappeared
All items on my ToolStrip control just disappeared. I can access the items in code but they are not visible on the ToolStrip control. Neither at design time nor at run time I can see them. Just clean ToolStrip. I just wonder if there is a way to get them all back without recreating I have solved it. I found out that when the very first ToolStripItem gets added to a ToolStrip control the Designer adds ToolStrip.Items.AddRange() stat ...Show All
GatorBait58 Permanent location
I was wondering im doing the following. I made a form and i place a picture on there using the picturebox now when someone maximize the form then the picture ends up in the wrong location. How can i make it a permanent location so it's always at the same place no matter how big the screen becomes. Same problem with text labels. Im using vb2005 beta 2 the second link gives me unauthorized and the first link is a ...Show All
D_Vargatu Toolbar Button Problems...
Hi, my problem is that when I add images to my imagelist, then add an image to a toolbar button in VB.NET, the image looks ok. But when I have the button disabled, I lose all detail of the image on the button. There is no wa ...Show All
ceto Accurately setting the font size
Hi, I have a Rich Text Box in a windows form and I set the font type and size by grabbing information from a database. This rtb eventually appears in a Crystal Report. I use various methods to make sure the comment in the rtb fits into the box on the Crystal Report when printed. I have noticed recently that it is not 100% accurate. I am not expecting it to be 100% but I need it as close as possible. One problem I am having is that if, for exampl ...Show All
J.Z Mac OSx Aqua Look & Feel
Does anyone know of any windows forms samples using a look & feel similar to 'Aqua' as used for the Mac OSx Cheers James Quote DanielRieck: " I don't see any reason to implement Mac look & feel on a Windows s ...Show All
TonyP Gridview and getting row index
This is a truly stupid question. I have done this a million times with 1.1 and asp.net but cannot figure out how to do this using .net 2.0 and a WINDOWS application. Basically I have a gridview control which contains some records. The first column contains the primary key for my record. When the user clicks on a row I want to extract the value held in the primarykey column so that I can get that record from my dataset and display ...Show All
