Topics
-
-
- Administrators
- 7 replies
- 1.2k views
Hello.. I've got a big problem... On a form, i have a button called Delete If i press delete this code runs: private void btnWissen_Click(object sender, EventArgs e) //Verwijderen!! { product.verwijderen(Convert.ToInt16(txtID.Text)); System.Windows.Forms.Application.DoEvents(); txtReset_Click(sender, e); } The product is removed (that works). Than i wait... Then the code of the button txtReset_Click is runned... But the last one doestn't do anything... Also not if i copy and past the code to here... If i run the program, and after i pushed on Delete, and then on txtReset it wor…
Last reply by Denaes, -
-
Hello, I try to find the ID of an inserted row. this is my code: OleDbConnection Connection = new OleDbConnection(); Connection = dbase(Connection); // Create an OleDb command, OleDbCommand command = new OleDbCommand(); command.Connection = Connection; command.CommandText = "insert into Bedrijven (Bedrijf,Contactpersoon,Adres,Postcode,Plaats,Tel,Mobiel,Fax,Email,Website,kvk,btw,debiteurnr,opmerkingen) values('" + Bedrijf + "','" + Contactpersoon + "','" + Adres + "','" + Postcode + "','" + Plaats + "','" + Tel + "','" + Mobiel + "','" + Fax + "','" + Email + "','" + Websit…
Last reply by mandelbrot, -
-
- Administrators
- 3 replies
- 3.1k views
I have a CheckedListBox where I select/click an item (line) and perform some function. When done I want to reset the CheckedListBox. I use the CheckedListBox.ClearSelected() but my checkmark does not get removed? Any ideas.
Last reply by snufse, -
-
-
- Administrators
- 4 replies
- 1k views
I got Account Number=4549163506238472 .This Account number I want to get into format 4549-1635-0623-8472 .How can I do this ?Please help me. I am using C# Thanks in Advance
Last reply by PlausiblyDamp, -
-
- 0 replies
- 847 views
Can anyone help me! I am writing an device application for a pocketpc 2003 to connect to amazon web services as my school project. Is it able to add it an email features to it.If so, how do you do that. Anyway i am using VS2005. Thanks a lot
Last reply by jimmychan, -
-
- Administrators
- Leaders
- 12 replies
- 1.3k views
I'm programming a Game which needs a loop that works off Events that are placed by different Objects. I already thought of some approaches and tried some of them, but I'm still unsure which I should take. (A little introduction) Every Building in the game produces events which are stored in an array and if the time has passed (given by the event) the event should be executed. Solutions: 1. Every Building has an thread which loops looking for new events to be executed. At first I wanted to go with this version, but I was afraid that it could too much, so I made a test where 1000 (timer)threads where made with almost nothing in the thread and the processor …
Last reply by PlausiblyDamp, -
-
- 0 replies
- 1.5k views
hi i am making a report that has to get data from tables that are not linked. this is giving an error. what should i do??? is it compulsory to have links among tables between the selected tables. when we are using stored procedures or SQL commands as virtual tables. what should we do as there is no linking between them???
Last reply by the_auracle, -
-
- Administrators
- 2 replies
- 720 views
Hi All I know that I need to change the security settings for my app to run on a intranet to full trust but even though I have loaded the .net framework 2.0 onto the clients machine there is no .net configuration in the admin tools. what do I need to do to correct this? Changing the settings on my machine does not do anything. Kind Regards Paul
Last reply by kservice, -
-
-
- Leaders
- *Experts*
- 45 replies
- 5.6k views
Why the heck am i not an admin
Last reply by mskeel, -
-
- 1 reply
- 917 views
I don't see any report viewer in VS 2005... How can use CR in VS 2005?
Last reply by pendragon, -
- 0 replies
- 741 views
Hello i am new 2 ADO .net. i am using jet 4.0 oledb . i am trying to enter the value by this code Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.BindingContext(DataSet21, "janvertbl").AddNew() Dim jpos As Integer = Me.BindingContext(DataSet21, "janvertbl").Position DataSet21.Janvertbl(jpos).stitusid() = 1 End Sub but it enter the null value. and when i change the " Position" to -1 then it enter the correct value but wrong row. please help about this and also discribe where i am wrong. thanx
Last reply by greenroes, -
Hello, I like to order some strings in an array. It are strings with 14 items, and a X count of items. so: Me, Mystreet, etc. How can i order it well? Gr. Jelmer
Last reply by Jelmer, -
- 0 replies
- 924 views
I'm experimenting with the App_GlobalResources feature, I create the xml with my custom international settings in, in the folder, and, just as the walkthrough promised, I can access these settings as if they were strongly-typed data members thru code. But...when I embed the <%$ Resources:Class, ResourceID %> into the html, it doesn't render? The local version : meta:resourcekey does work though. I've had problems with "<%$...%>" before so maybe its got nothing to do with the resx side of things?
Last reply by silas2, -
- 0 replies
- 5k views
The maximum report processing jobs limit configured by your system administrator has been reached. I have gone into my registry and increased the size to 300, what else can I do (other that take a sledge hammer to the bloody machine) as the error continues to occur. Mike55.
Last reply by mike55, -
- 0 replies
- 863 views
i have a prob on COMM PORT in vb .net mobile compact framework (visual Studio 2003) . situation is i want to build a communication betweeen Pocket PC and a READER VIA Bluetooth, i had succssfully build the connection in Embedded VB 3.0 by using COMM PORT component. Any component that related to COMM PORT avaiable in .NET for Pocket PC development ?
Last reply by bshaen, -
-
- *Gurus*
- Administrators
- *Experts*
- 13 replies
- 6.2k views
What do you all think about a new forum for "Reviews"? Topics would be limited to reviews of Books, Training Courses, 3rd party products, etc. I was just thinking, "Wow, these new books I just got are excellent!" and I wanted to tell everyone but didn't really want to post something in Random Thoughts. I've also linked to Refactoring: Improving the Design of Existing Code at least 3 times and was thinking it would be nice to have one place to forward everything to. I was thinking the forum would also be good to ask advice about books or 3rd party products. Getting advice from those that have used the products would be best. The one thing that worries me is the…
Last reply by mskeel, -
-
- 1 reply
- 879 views
Ok sorry couldnt be more specific but I am not sure how to explain this within just one subject line. OK here it is... I need to know where to place this Public Overridable Property InnerXml() As String I found some code that does exactly what I need in adding an Element on all its children at one time to an existing xml file but all of the code resides within a button click event except the above mentioned code.... They never said where to put it.... Does it go in a module or something cause I have tried just bleow Imports Sytem.xml and that didnt work then just below Public CLase Form1 That didnt work either..... So where does it go? v…
Last reply by mskeel, -
-
- Administrators
- 3 replies
- 804 views
There are plenty of Object Persistence tools available in the market, but we don't know the strengths and weaknesses of each. Let�s share our experiences with Object Persistence products to the others. Please comment which of the following products you�ve used and what was the outcome. Feel free to add more products to the list. NPersist TierDeveloper EntityBroker DeKlarit Lattice.DataMapper LLBGen Pro XPO eXpress Persistent Objects Nolics.net O/R mapper Wilson ORMapper NHibernate MyGeneration
Last reply by PlausiblyDamp, -
-
- 0 replies
- 663 views
Hi I am trying to put pictures of my members into a crystal report. I have stored the location of the pictures in a field in my database table. I already have the report databinded to the database table. Any suggestions on how I can do this? Mike55.
Last reply by mike55, -
- 2 replies
- 755 views
Hi I have a crystal report that is binded with 3 tables: members(mid, name, other info) dues(ref, mid, dues date, infor) history(ref, mid, history date, infor) Each member can have multiple dues and multiple history records. On my crystal report, I have set-up 3 sections, section 1: members data section 2: dues data section 3: history data My problem is that I am unable to display multiple records in the dues and history data sections. How can I do this? Section 1 should be : Mid = 001 Name = Michael O'Donnell Other info: Gaeilge Section 2 should be: 01/01/2001 membership, �2000 10/01/2001 Fine, �100 23/05/2002 Ticket, �…
Last reply by mike55,
-
Who's Online 0 Members, 0 Anonymous, 50 Guests (See full list)
- There are no registered users currently online