Topics
-
- 2 replies
- 1.7k views
I've got an off topic question that I haven't been able to resolve, so here goes. Does anyone know what version of Word, Access, etc., the MS Works version 8 suite uses? I'm asking because I am trying to find books or other reference materials for someone who is a home computer user and purchased a computer with MS Works version 8 on it. I've searched Amazon and various other places for books on MS Works 8 but can't find anything.
Last reply by irasmith, -
- 1 reply
- 1.3k views
I am using a repeater and a dataset to retrieve / display data from a database. The data consists of a few fields one of which being a Type field that contains either a 0 or a 1 depending on the type of data in the record. I want, with only the one trip to the db, to extract all the records. Which I did. But after the records are retrieved, I want to sort them based on type and only certain rows be displayed in a certain format with the repeater. For example: <asp:repeater> <itemtemplate> <tr <%databinder stuff �type� == 1%>> <td>Type 1 Name:<%databinder stuff �name�%> *only those names with type=1 display here …
Last reply by college_amy, -
- 2 replies
- 1.2k views
i have a tabcontrol , and each tab gathers some info the user thats regestering. when the user gets to the last tab page the collected data is passed to an object that sends the data to the database. everything is saved, but if i then go back and change some data one one of the tabs and try to update it i get a concurrency violation. i have update commands set up on all my data adapters so i dont see why the data that i saved cannot be updated when i submit the record again with slight changes. any ideas?im using c# and ms access database so there are no other users.its driving me nuts
Last reply by fguihen, -
- 1 reply
- 1.5k views
hi, iam trying to create a formula that prompts for the date values. Iam capturing all completed jobs in the DB: ie, where compdate >= install date and the current status = "complete". after a few days of trying, nothing seems to be working out. any help you can give would be appreciated. iam using crystal 8.5. thanks again, tasha
Last reply by natasha, -
- 3 replies
- 6.8k views
Hello! I'm trying to make the calendar control of asp.net to show week numbers. So far I have been able to produce correct week numbers (in Finland) and add them to the preferred first day of week cell. This is however very inconvenient because then the weeknumber goes between the first and the second day (monday and tuesday in Finland) or under the first day. Now I would like to have the weeknumber in the week selection cell where you can set a nonchangein value (SelectWeekText=""). Or If there is a way to add a cell to every week on the same row before the first weekday cell or the selectweek cell. Can anyone tell if this is possible? And how to d…
Last reply by college_amy, -
- 1 reply
- 963 views
ive never used crystal reports before. ive been messing with it today and created some basic basic reports with the report expert. i cant get it to do what i want though. i have 3 tables. the main table is the patient table it is linked to the patient_illness table via patient Id. there is an illnesses table that contains a list of illnesses and is linked to the patient_illness table via illness_id. i want the report to look like this: patient name, address, phone illness_name, details illness_name, details illness_name, details i cant get it to only select the data i want. it keeps displaying data like this: patient_name, address, phone, il…
Last reply by pendragon, -
- 0 replies
- 841 views
Hello, I developed a windows service that has a reference to a WebService. The service uses the local system account and its set to start automatically. unfortunally it does not start automatically and I got two error messages in the Event Viewer: (Event ID 7000 Service <MyService> did not start in timely fashion and EventID 7009 Timeout (30000 milliseconds) waiting for the <MyService> service to connect.) I have installed the framework 1.1 SP1 as recomended by Microsoft but it has made no diference. the following is the code on the Onstart event Dim start As ThreadStart = New ThreadStart(AddressOf ServiceTimer_Tick) mWorker = New Threa…
Last reply by adasilva, -
- 9 replies
- 2.8k views
How do i offer interactive design time support for custom made controls? I'm doing it in VS2K5, basically when i mean design time i mean like, when u hover over the control, any mouse events etc u have wired to the control will work, because the control imade when hovered it paints differently. Also, other design time support like, if u add a panel/user control inside the user controls, during design time in the IDE, users can seperately select the embedded panels/user controls to change it's propertys accordingly.
Last reply by Winston, -
MCAD Books
by Jay1b-
- Administrators
- 6 replies
- 2.2k views
Can anyone recommend any decent books for doing the MCAD? I was looking at this one. Microsoft .NET Core Requirements 0-7356-1925-5 (Stick this in google) http://uk.insight.com/apps/productpresentation/index.php?product_id=MS537534&nbs_search=C%3D10%26S%3D101211%26M%3DMS%26SB%3Dphl%26K%3D%26search_type%3D%26P%3D1 Also i know the new course is coming out very soon, which is the one i SHOULD be sitting. I cant find any information concerning any Microsoft books that accompanies this course. All other books seem to be released around March/April 2006 which is far too late. Does anybody know about when the new version of the above set of books will be released…
Last reply by irasmith, -
-
-
- Leaders
- 3 replies
- 2.4k views
OK, im a complete noob at C#, i came over from vb because of the slight similarities, and i wanted to learn C#...problem is im stumped already. In vb, to change the event it was as easy as selecting it in a drop box, or typing it in at the end of the sub declartion...in c# neither are anywhere to be found. For example, if i have a button on the form, when i dbl click on it to get to the code, it only gives me the option for what happens on Button1_Click, and no option for MouseOver, etc. The button is kinda a bad example because of its lack of useful events, but how would i accomplish changing this?
Last reply by inighthawki, -
-
-
- Administrators
- 5 replies
- 1.7k views
hi can i know how to make app.path that is normally use in VB6 into VB.Net coding? Data Source=C:\Documents and Setting\VB.Net\bin\cinema.mdb this code is currently how i connect to my database but when i move my program to other computer i will have to reset it again so can teach me how to make it to app.path or something similiar thank you in advance
Last reply by Cags, -
-
-
- Leaders
- 2 replies
- 1.1k views
I am trying to dynamically create a form with the code below. The form is created perfectly. However, I need to get xxx to run as the dynamic form closes. I added a handler, but it gives me an error ("does not have the same signature as the delagate 'Delegate Sub CanceleventHandler'"). I do not see what is wrong. Can anyone help? Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem2.Click Dim f As New Form Dim ADO As New ADONET Dim SQL As String = "SELECT * FROM MiscData" Dim Cmd As SqlCommand = ADO.GetCmd(SQL, ADO.SetCnn(ADO.CnnStrBdgTot)) Dim DS As DataSet Dim DA …
Last reply by kcwallace, -
-
- 4 replies
- 1.2k views
Is there some place on a form e.g. sub etc. that I can code before the form_load sub is called. What I have is a sub that loads embedded icons onto my form, at the moment this sub is called from the form_load sub, but it shows the form and then the user is able to see the icons appear. So what I want is a place that I can load the icons prior to the from being displayed. I hope that mades sense??? Thanks Simon
Last reply by Cags, -
- 1 reply
- 3.3k views
I have a datatable with information from files in a directory. I would like to do a reverse sort by the LastWriteDate so that the most recent file will display first. Is there a way to do this? Here is my code: Sub BindData(strSortBy As String) Dim dirInfo as New DirectoryInfo(Server.MapPath("/p1/Quality/Corr_Prev_Action_Cases/Opportunities for Improvement/Closed")) Dim arrFileInfo As Array Dim filesInfo As FileInfo Dim filesTable As New DataTable Dim drFiles As DataRow Dim dvFiles As DataView ' The table is pretty simple... could store more info, but this is ' all I display so it's all I'm storing. filesTable.Columns.Add("N…
Last reply by lorena, -
-
- Leaders
- 1 reply
- 797 views
This is a bit of a random question, but I thought I'd ask anyway. I currently as a job (my full time job, the one that pays the bills) work on a 3D piece of CAD software. This piece of software has it's own programming language, which you can write your own forms etc. with. The thing is that the company who owns the piece of software do not provide a programming tool, so everyone normally writes code in normal text editors. What I was looking for is either a tool that someone has developed that would not mind sharing or a text editor that is avalible on the market (free if possible) that allows you to create your own syntax file that would provide the dynamic code d…
Last reply by snarfblam, -
-
-
- Leaders
- 1 reply
- 869 views
Is there any point in keeping the old .NET Frameworks on my PCs? I have v2.0 installed, and I have no projects that currently require v1.0 or v1.1. Is the new framework backwards compatible for installed programs that were compiled using the older versions? Also, I am thinking about uninstalling VS 2002 and VS 2003 now that I have VS 2005, since they each eat up about 1GB of HD space. Will VS 2005 handle most of the old code that I come across (with minor code syntax corrections in some cases)? I presume VS 2005 will prompt to convert projects like VS 2003 did when it encountered older VS 2002 projects. Any thoughts on the subject? If there are older threads t…
Last reply by snarfblam, -
-
- 9 replies
- 1k views
I'm currently writing a program that needs to calculate some very large numbers, the highest of which is (36 ^ 35). Although VB.NET can calculate this, the only variable it will fit in is a double, which always results in those horrid floating point numbers. Is there any way I can get an exact number for the answer in VB, for example by using a custom made (albeit massive) variable?
Last reply by CryoEnix, -
- 1 reply
- 712 views
I have a listview which is populated from a DB. The code for this works fine. I also have code which adds or deletes entries to or from the DB. This too works fine. For example... User selects an item in the listview... clicks delete... code runs to delete the item from the DB (this works)... calls sub to repopulate the listview the first line of which calls a small sub to clear the items, groups and column properties of the listview (this works)... rest of code retrieves the new info from the DB and fills the listview (this also works). The problem is that when I run the app' I have to repopulate the listview twice to see the changes. However, if I step through…
Last reply by Reapz, -
-
- Administrators
- 8 replies
- 1k views
I'm trying to work out the distance between 2 points which is obviously done by doing X1 - X2. As the points can be either way around and I need a positive number i'm currently using an if statement to find out which is biggest. Then taking the smallest from the largest. Is there an easier way of ensuring the number is positive. Mathematically speaking I could just square then square root the number, but this doesn't seem any more elegant than an if statement. My current code... if(e.X > pSelStart.X) iWidth = e.X - pSelStart.X; else iWidth = pSelStart.X - e.X;
Last reply by IngisKahn, -
-
-
- *Experts*
- 3 replies
- 1.5k views
Microsoft have VS 2005 Express Edition available for free download on their website. I have seen posts about problems with Visual Studio 2006, and I do not know what an Express Edition entails. What is in the Express Edition? What, basically, will it *not* do? Older Visual Studio 2003 Standard would not support databases, but the Express Edition comes with a host of SQL Server Express tools and samples. What is VS 2005 Express Edition, anyway?
Last reply by joe_pool_is, -
-
Who's Online 0 Members, 0 Anonymous, 64 Guests (See full list)
- There are no registered users currently online