Topics
-
- 3 replies
- 1.3k views
An application uses XML file as an INI replacement. All is fine. This app is about to run on Win98, should I expect any problems using this XML file? :confused:
Last reply by Cags, -
-
- Administrators
- 5 replies
- 1.9k views
Well like the title says, I want to be able to choose a file by clicking on a button and that thing with browse and stuff comes up so I can choose my text file. I want to be able to save a file too when clicking on a button. Can someone help me please? many thanks :D
Last reply by Cags, -
-
-
- Administrators
- Leaders
- 20 replies
- 3.1k views
Hey, I was wondering if any of you know of a good web site or something where I can learn Java based on my knowledge of C#. My reason for doing this is because my class this semester is being taught in C#, but my classes next semester are being taught in Java. I want to learn the differences between the two languages over Christmas break so I will be more prepared to learn in next semester's classes without having to learn Java at the same time. It's pretty easy to find places to learn C# based on a knowledge of Java, but not the other way around. I guess if all else fails, I'll have to read backwards... or something like that.
Last reply by mskeel, -
-
-
- Administrators
- 15 replies
- 1.7k views
How the Foxtrot can I release the Hashtable's associated resources? I load 30 large bmps which will "eat" about 45MB of ram. Then, If I reload them, an aditional 45MB will be consumed. So, basicaly, If I reload these pictures 5 times more the 200MB will be consumed, even with the myHasTable.Clear() property and the CollectGarbage before reloading these images... Also, the Hashtable don't have the "Dispose()" property... What the... This Hastable of mine is static so I would only like to dispose it's associated resources rather then disposing the object itself...
Last reply by EFileTahi-A, -
-
- 0 replies
- 627 views
Hi, I am very new to asp.net :o please kindly help me I am reading names from a database to a table i want the names to be displayed as a link to another page which contains all the data for that name. How do i make the name i read from the databse a link in the table cell thanks plz help (I am using vstudio 2003 and sql server 2000 and vb.net language)
Last reply by survivor, -
-
- Administrators
- 7 replies
- 2.8k views
Ok, how can I create a data pack. You know, creating a file to hold all types of files (graphics, sounds, text files etc...) like Quake's .pak files. Any, yet, small information on this subject will be much apreciated. Thank you.
Last reply by EFileTahi-A, -
-
-
- Moderators
- 4 replies
- 1.9k views
Is there a way to create such icons as the recycling bin, my computer, etc.? Aol, pre-9.0, used to do it. How can one accomplish this?
Last reply by Pym, -
-
- 0 replies
- 8.9k views
I've been worling on this class for a while, and while it's not finished it works pretty good and should be a great starting point for anyone looking to build d3d apps. Class Code: Imports System Imports Microsoft.DirectX Imports Microsoft.DirectX.Direct3D Imports Microsoft.DirectX.Direct3D.D3DX Public Class clsMesh 'Variable Declerations Private Device As Device 'Reference do the main Device Private v3Position As New Vector3(0, 0, 0) 'Location of our Mesh in 3D space Private Mesh As Mesh 'Our mesh file Private Materials() As Material 'Mesh Materials Private Textures() As Texture …
Last reply by Nate Bross, -
-
- Administrators
- 2 replies
- 856 views
How many posts do you need to have to post in the code library/tutors corner?
Last reply by Nate Bross, -
-
-
- Leaders
- 7 replies
- 2.9k views
Can anybody tell me how this code can be written in c# as I don't fully understand it, thanks. If Not ((objType.Attributes And TypeAttributes.Abstract) = TypeAttributes.Abstract) Then Also am I correct in believing this is a bitwise operation? Or have I misunderstood the code.
Last reply by Nate Bross, -
-
- 1 reply
- 966 views
Hi all, Is it possible in asp.net to load standard controls like checkboxes, buttons, etc dynamically? For example, let say I have a table in a database with 10 rows, can I load and show just 10 checkboxes on a page? I am completely newbie in asp.net, so if adding standard web controls dynamically is possible, I would appreciate links to any good tutorials about the subject. Thanks all for reading this boring newbie question :)
Last reply by bri189a, -
-
- Leaders
- 4 replies
- 664 views
I know this must be one of those situations where there is an obvious answer but so far I have failed to see it. Ok here�s the idea. Adding elements to a form programmatically, like a checkbox , based on reading some external data source. One check box for each entry. How do you add a dynamically generated name to a dim statement? Dim checkbox & I As New CheckBox Where I is an incremented integer doesn�t work. Dim name as string Name= �chk� & I.tostring Dim Name as new checkbox is also a never going to work But there must be a better way than I is incremented integer Select I Case 1 Dim checkbox1 & I As New CheckBox Case 2 …
Last reply by snarfblam, -
-
- 1 reply
- 1.5k views
Hi, I am creating an application in ASP.net (using VS 2003). I have a datagrid that displays a list of deliveries that are to be made to several customers. The Delivery have the following info : PO. No Customer ProductID Quantity DeliveryDate On a particular Date there will be several Products that have to be delivered to a single customer. I want to group the records in the Datagrid by DeliveryDate and then by Customer , so that all the deliveries for a customer for a particular date are listed together. I know how to create the query for this. Currently I can display the deliveries sorted by Date and then by Customer. Is there a way I can display the …
Last reply by bri189a, -
-
- Administrators
- 3 replies
- 2k views
Hi to all, i'm currently making an application that has to read data from a file (csv) and insert / update that information to a database (sql server) The file that i need to read has at least 20000 and the data that existes in the database is equally large so i guess reading all that information to memory is not a good idea. I have a thought but i'm a little lost in this so some help would be apreciated. My ideia is to execute an dts that would copy all the information to a table and then i would execute some store procedures that would insert / update the information. is this the best method? and if i do it this way how could I retrieve errors so that i …
Last reply by emp, -
-
- 0 replies
- 1.1k views
Hi there. I just rewrote an old article of mine in English and hope it'll be of help to the members of this community. Well, without longer ado... Testing for the .NEt framework using JavaScript Enjoy, :: emp ::
Last reply by emp, -
-
- Administrators
- 3 replies
- 3.7k views
Hi there, I am trying to check if a date string 12-12-2005 is in date format in C#. But I can't seem to find a way of doing it. I just get a string like 12-12-2005 and I want to check if this string is in the regional date format. Thanks, Feurich
Last reply by feurich, -
-
I know how to eject the CD-ROM drive in VB6..but..how would I go about ejecting and closing the CD-ROM drive in VB .Net?
Last reply by Cags, -
-
- Administrators
- 2 replies
- 958 views
Hi, I'm creating a service that connects to Outlook 2003. I'm getting a problem when I start the service and it tries to connect to the Exchange Server. When I debug it, it works everytime. When I start it as a service, it fails every time. I know that the code is correct as it lets me connect when debugging. Please can anyone help or at least shed some light on this?
Last reply by ardman, -
-
- 5 replies
- 908 views
I have a templated column in a datagrid that I wish to change to a different color based on a value in one of the fields. I put in a label control to try to get a handle on the field value at runtime but it always returns a blank string ("") instead of the value, which I can see in the datagrid after it renders Here is my html: <asp:TemplateColumn HeaderText="Status"> <ItemTemplate> <asp:Label id="lblCurrentStatus" Runat="server"> <%# DataBinder.Eval(Container.DataItem, "current_status") %> </asp:Label> </ItemTemplate> <EditItemTemplate> <asp:DropDownList runat="server"…
Last reply by bri189a, -
- 2 replies
- 1.1k views
i have several buttons which i use to trigger some javascript functions, how do i keep it from posting back?
Last reply by lamy,
-
Who's Online 0 Members, 0 Anonymous, 60 Guests (See full list)
- There are no registered users currently online