Topics
-
- 2 replies
- 693 views
i have a MDI app and i want select firs item of mainMenu at starup application that when user run application he can use mainMenu items by Enter or arrow keys. i checked PerformSelect() and PerformClick but did not work az i want
Last reply by hamid, -
- 1 reply
- 1.3k views
Hi, I am trying to make an Outlook looking program using third party components (Krypton Toolkit). On this layout I have a few datagridviews. When I change my view (like going from calendar to mail view in Outlook) some splitcontainers are made invisible and others visible. The first view works perfectly, but when I chance to the second view, the datagridview in that view freezes. I can't select any row. But when I click on one of the columnheaders (the headers don't even change color (normally there is a different hover color) and try again, it works fine. (It is always the same datagridview that freezes, the others work just fine) Any idea how I can solve…
Last reply by mandelbrot, -
- 1 reply
- 881 views
Hello First:How many ways I can connect a PAD to a regular PC.(The aim is Database synchornization) and what are those ways Second:If i want to connect using USB or ActiveSink how do i access the Desktop computer file system from the PFA Application Programatically. I need to sychronize the database that is on the PDA with one on the Desktop computer Many thanks in advance Good luck to all See you later
Last reply by mandelbrot, -
- 3 replies
- 1.7k views
Hi all, I've got a listview with different cell background colors. Now the problem is when the object lose focus. By default the listview remembers last item and it appears highlighted. By deleting items it will default to first cell in previous row. Properties say the item is not selected and is not focus. Does anybody know how to stop the listview highlighted item? or how to fix problem? There is an attached screenshot of the problem Many thanks! untitled.bmp
Last reply by hdriak, -
- 4 replies
- 3.9k views
I have a ListView with many ListViewItems. I have coded the ColumnClick event to sort the ListView. I got the code from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/listviewsort.asp Since I have many ListViewItems, it takes a few seconds to sort. During this time, the Form appears to freeze. Is it possible to implement a ProgressBar to show the status of the Sort? I have successfully created a ProgressBar, but I'm not sure how to synchronize the Sort with the ProgressBar value. Can someone get me started?
Last reply by mskeel, -
- 0 replies
- 1.9k views
how can i run js code in c#? i think that i could use Microsoft.JScript class but i dont know how?
Last reply by hamid, -
-
- Administrators
- 3 replies
- 1k views
Trying to understand the ASP.Net Page Life Cycle. Reading this article: http://www.aspfree.com/c/a/ASP.NET/ASP.NET-Life-Cycle-and-Best-Practices/ Under "1. Object Initialization" section it has: However, if any of your objects are controls specified within your ASPX file, at this point the controls have no attributes or properties. It is dangerous to access them through code, as there is no guarantee of what order the control instances will be created .. My question is: Then when are the controls get their attriubes..when can they be accessed then?
Last reply by PlausiblyDamp, -
-
- 2 replies
- 979 views
how can search string in specific column of datagrid (all records) ? i have a datagrid and a textbox, when user change textbox content i want search it in datagrid (specific column) and direct user to it row. but i dont know how can i search in column? thanks
Last reply by jch001, -
-
- *Experts*
- 2 replies
- 1.2k views
I would like to get a table schema from my DB2 server. The usual methods with Iseries Navigator don't work, so I resorted to XML GetSchema. It actually works perfect, but I would need the Table's Field Descriptions in my XML Schema also! Are there any other ways I could achieve this?
Last reply by IxiRancid, -
-
- 1 reply
- 952 views
i need to define custom DataTypes with an xml schema. Each DataType will have a name element and needs to extend from a base type. How do you define an element that extends from any one of the primitive types? example instance document: <DataType><Name>Integer<\Name><Extends>xs:integer<\Extends> <DataType><Name>String<\Name><Extends>xs:string<\Extends> ?schema: <xs:complexType name="DataType"> <xs:sequence> 'Define Name Element <xs:element name="Name" type="xs:string"></xs:element> 'Define Extends Element <xs:element…
Last reply by LostProgrammer, -
- 0 replies
- 1.1k views
I am having two reports, named rptDetails and rptSummary, I wanna combine this two reports together as when i preview rptDetails, rptSummary will be show on the bottom of the rptDetails. Please helps and thanks in advance..
Last reply by georgepatotk, -
-
- Leaders
- 3 replies
- 2.5k views
Hi all. I am new to C# (2 days learning) and I seen to have a problem. I have a form named frmMain that is the form initally loaded (starting form). How can I hide and show this from from another class? Do I need to use an object variable or is there another way to do this? (Have tried frmMain.Show() and frmMain.Hide() but they do not work). Thanks for the help, Ryan Jones
Last reply by RyanJones, -
-
-
- Leaders
- 4 replies
- 1.1k views
I'm sure there's probably an obvious method, but... http://www.xerasoft.com/screenie.png How on earth do I remove that bar off the parent window (caused by maximized mdi forms)? I already got an MDI Tabs component set up, so that bar's kinda repetitive... not to mention it looks really bad with my theme... Thanks! Edit: While you're still here, do you know how to remove that 3d effect around the MDI container?
Last reply by zuperman, -
-
- 1 reply
- 1.1k views
I am wanting to add an item to a combobox, so I thought I could do something like this: dim cboItem as ComboBoxItem cboItem = ComboBox1.add() cboItem.text = "123" cboItem.tag = "abc" Is there a way to create a combobox item, then set the values of that item? tia, flynn
Last reply by Cags, -
-
- Administrators
- 3 replies
- 3.6k views
Hi, Does IIS(Win xp version) support multithreading? If so, how do we manage multithreading on IIS?
Last reply by mskeel, -
-
- 0 replies
- 926 views
Hi! I have one product adding and one updating ASP.NET pages. Adding page uses impersonation and for each session i have to use my ftp password to be able to save a picture on server. My server does not allow otherwise. Today i added five products normally but at sixth the page caused an error "...must use an updateable querry"... Then i tried product update page; it also caused "generic error".. They did not work two hours. Then i opened my ftp connection and updated same product adding and saving pages to server again overwriting the existing ones. Actually the new ones are same! Then my pages began working again! I can not understand how can a page cause error af…
Last reply by aliassce, -
-
- Leaders
- Administrators
- 5 replies
- 2.3k views
how do i backup clipboard data? meaning i don't care what kind of format is currently stored in clipboard, but i just want to backup it to a variable or something? after backup i got to do something with it, after that it's time to restore the prevly backed up data back to clipboard. how to restore it? anyone know how to do these in vb.net?
Last reply by PlausiblyDamp, -
-
- 0 replies
- 747 views
Hello! I programmed an ASP.NET site. It works quite well with Visual Web Developer. Also it has no problem at vwdhosting.net (free asp.net server). My site includes photo uploading but because my server does not allow this I use "impersonate". That's OK up to this point. But sometimes my pages causes errors, interestingly each time with a different one. For example a proper page may not work five minutes later. I'm really confused. My server uses PLESK, and .NET 1.1 My codes are all suitable with .NET 1.1 I really want to understand how can a code cause problem after working properly several times. Can it be a problem about the server? Thanks in advance
Last reply by aliassce, -
- 1 reply
- 812 views
I get stuck with this Error message when I try to run sample projects. There is a "static void Main method". Dialog Box message whe try to run: A project with an Output Type of Class Library cannot be started directly. In order to debug this project, add add an executable project to this solution which references the library project. Set the executable project as the startup project
Last reply by Cags, -
- 0 replies
- 811 views
How do I programatically connect a datagrid to a database and display records using SQL. I do not want to bind the grid to one database, because the grid has to display records from different tables depending on where the grid is called from. The program I am doing is in C# Please help Regards Varrey
Last reply by varrey,
-
Who's Online 0 Members, 0 Anonymous, 47 Guests (See full list)
- There are no registered users currently online