Answer Questions
plasticgoat passing data between Mdi children
Using C#, I want to create only one instance of a Mdi child form, called DataEntry, that is always visible on top of another Mdi child form that can have multiple instances. How do I code this so that when I press a button on the ...Show All
Nagas DataFormatString in GridView
I wonder if someone else is suffering the same problem. I found DataFormatString in GridView not work very well when I try to display currency. In VS 2005 Beta version, it works fine, but after I use stardard version, it never display correct. For example: integer 3 always display like 3.0000 but in the beta version, it display like $3.00 which is what I would like. By the way, I assigned datasource, dataadapter and sqlcommand manually, everythi ...Show All
BabuReddyh ClickOnes copies all files instead of changed only
Hi all! I use ClickOnce to deploy my application in our local network. Application consists abot 25 files. Only a small part of files changed time to time, but ClickFiles always copies all files (include unchanged). Files locate on a file's server share. Manifests are generated with Mage.exe. I wonder is it possible to make ClickOnce copy only changed files. Thanks, Alex Mi >Regular app files not marked as ...Show All
DarkSide85 event on scaning barcode
hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the&nbs ...Show All
Thomanji Relational dat in datagridview
Does anybody have an idea how to show related data from two datatables in the datagridview control in one row The two tables are in a dataset and have a simple one- to-many relationship. Thanks in advance! ...Show All
MegasAlexandros save Object's Property at design time
I have a collection object and use Object Collection Editor to add new object and edit property value. but How to save these new values Thanks I tried Content as well as Visible, still with no luck. I'm pretty sure I'm&nbs ...Show All
Kunal Sharma Install Source Failure (Unknown Error 0x80005000)
I am trying to install the TaskVision source package taskvision_1.1.0.0.msi. Installation proceeds normally until a "TaskVision Source" dialog box containing the string "Unknown Error (0x80005000)" and an OK button appears. When OK is pressed, the inst ...Show All
urraca Adding a new "blank" record to edit
I have a bunch of controls bound to a dataset. When I bring up existing data and make edits, all is well. But I'm missing the boat completely when it comes to adding a new blank record to be filled in. I try adding a new row,&nb ...Show All
*Rick* font color changing
Now I need to change the color of a font using a line of code, I've tried several combinations but have had no success. Thanks again Sorry, doesn't work. This is the error. Error 1 Cannot find field 'ForeColor' in type 'System.Windows.Forms.Label' C:\Documents and Settings\Eric\My Documents\School Work Gr.12\Programming\Visual J# Tutorials\CPT Millionaire\CPT Millionaire\Form1.jsl 686 3 CPT Millionaire That's somewhat wei ...Show All
Mr B Opening a form in a new thread? [VB2005]
Hello everybody! I'm trying to open a windows form (which has a very time and processor consuming _Load event, thus locking the complete application) in a seperate thread in order for the rest of the application to stay responsive. However, if I simply create a new private sub whose only task is to open the form, and then create a new thread which should start that sub, the form shows up for a brief period of time (half a second ) and then clo ...Show All
Ted Malone Clickonce online problem : Cannot download the application
Hi, I made a small Windows forms app that I published with no problem as a disk install using clickonce. However when I tried to make that app available as an online only launch, I ran into problems. Namely I get a 'Cannot download the application. The application is missing required files. Contact applicatio vendor for assistance (sic!)" message. I notice something strange in the log : the url of the download start is correct ( ...Show All
Kristian Vinther How to access methods of MDI Child from by MDI Parent Toolbar?
Hi How can I access the methods (Add, Save,Delete, Record navigation methods such first, previous, next & last) of a MDI child from when clicking on a toolbar positioned in the MDI parent form So on the MDI parent I have this toolbar. When clicking on a button on this toolbar it must call a method from the current MDI child form. I am running there are several types of MDI child forms with keeping recordsets, but each contains (th ...Show All
Christian van der Ree Problem in Opening Word on 98
Hi, It would be great if some one help me on this issue. I am facing a problem in opening MS Word through vb.net windows form on O/S 98. I am opening Microsoft Word using Late binding. Installer also contains MSWORD9.olb. But when open Word fro ...Show All
Leboute How to disable select all (corner-button) DataGridView?
When I am inside virtual mode this "button" should be disabled... How can I do it "double click on top left area" leads to select all and therefore load all Thanks Peter Thank You - this helps much! Can I ask you for a recommeded derived class that should be used to use virtual mode as suggested in the documentation i.e. try to use a many unshared rows as possible ... => don't iterate over the rows Reg ...Show All
MurrayBrown Deploying Extra Files Preserving Folder Structure
Hi gang, My application requires a bunch of support files in the form of text files in subfolders beneath the exe. I understand that I can add a file to my project and flag it as "Content" so that it will be deployed via ClickOnce with the exe, but can I preserve folder structures by doing this For example, can I create a folder structure in my project, add "content" files to a subfolder, and expect those files to be deployed within that folder ...Show All
