Can someone please help me get started
I am wanting to use the TimeTracker SDK (I had this about 3 years ago, so I know what it does). I've downloaded the copy from the site, which gives me a file: Time.vsi (536kb) ... I cannot open this file type, for whatever reason, so have renamed it Time.zip, which then opens revealing the following folders: App_Code --> BLL and the following files: ProjectComparation.vb (1kb), TimeEntry.vb (2kb) and UserReport.vb (1kb). This is all. I cannot extract these files either.
What has happened to the original TimeTracker, which was about 4MB in size and very comprehensive. I am ...
Getting Start With .net
hi
i'm intersted to learn asp.net (vb or delphi) .
i programming with delphi6 but i'd like to tp know something about programming in internet specially with .net .
i hear about microsoft.net with delphi 7 that i can programming with delphi in .net .... is it right ?
what 's our opinian about it ? and better to learn Vb.Net or continu with delphi(or delphi.net)
thanks.
Ali Darabian
I think there is some support for Delphi in .Net.
However, you will find much more support from the user community if you choose a more popular language such as VB.Net or C#. Since your al...
how to get start with .NET
the net help people installed to my desktop
1-microsoft visual studio .NET enterprise developer 2003
2-microsoft .NET framework 1.1
what else do i need ...??? and how can i try with some simple code in VS.Net and run it to see
wat happen...?????
please help
If you want to develope web applications, then you'll also need IIS on your PC. That'll require XP-Professional or Windows 2000/2003, but XP-Home edition won't allow IIS installation.
As for how to get started, you can search the web for some tutorials or buy a good book on VS. The topic is way too vast to...
Where to start and how did you get started?Hi, I have had a feeling for a long time to jump into the adds market for some time due to my low income (shooting for the stars) and I don't have anything better to do these days. But I find it really difficult not to give up due to lack of guides (what I can find atleast) and all the hard words which only makes me confused. But I won't give up. Never. Not sure if this is the right place to post this, but I deffinitly would be really greatfull for help getting started. How did you get started?
+If there are any teacher that wanna show me the ropes private, I can give payment with ...
Can someone please help me to get started on installing c++ builder 5.5?Hi,
I'm new at this and have just downloaded C++ Builder 5.5 and don't understand the readme files instructions. I'm running XP Pro.
Charles Moore wrote:
> Hi,
>
> I'm new at this and have just downloaded C++ Builder 5.5 and don't
> understand the readme files instructions. I'm running XP Pro.
Hi Charles
Have a look at this article:
http://dn.codegear.com/article/20997
Kind regards
Asger
> {quote:title=Charles Moore wrote:}{quote}
> Hi,
>
> I'm new at this and have just downloaded C++ Builder 5.5 and don'...
Storing Business Rules for TablesHello all,
We are going to begin storing business rules as part of our table properties
(PowerDesigner 12.5 current release). What I would like to ask this group
is the following:
1. We would like to use a naming standard for these business rules. Before
we go guessing up a naming standard, maybe one of you would like to share
your standard for business rule tracking?
2. To enforce the standard, I would like to implement a script that will
automagically create the business rule names (hopefully both logical names
business reports and abbreviated physical names for tech...
help help help with getting started
I have a simple page with this code:
<%@ Page Language="vb" Debug="true" %>
<%@ import Namespace="System.Data" %>
<%@ import Namespace="System.Data.SQLClient" %>
<script runat="server">
sub Page_load(Sender As Object, E As EventArgs)
if not ispostback then
'create connection
Dim Conn As SqlConnection = New SqlConnection
'create data adapter
Dim dataAdapter As SqlDataAdapter = New SqlDataAdapter
'create dataset
Dim dataview...
Getting started .net website
Hi folks,Does anyone here know of a good website to just sit back and read for learning .net? Thanks in advance.Baldeep
Right here...
Click the Get Started and Learn sections here.
Quite a few out there - - this one, has a lot of good videos - also ASPNet101.com, but then, I might be a little prejudiced David WierMCP/ASPInsiderASPNet101.com - where to look first!Please Vote for ASPNet101 - 'Best Community Resource'!Control Grouper - easily control properties for multiple controls with one control!Calendar Express - The Best HTML Calendar Generator on the web!(P...
Getting started with JScript.NET
I'm a Javascript and Actionscript developer, and the thought of being able to do server-sides in something I know was too good to resist. Does anyone know some good tutorials for developing ASP.NET pages in JScript? I can find lots of console code, but simple things are hard: like I can't even figure out how to print something out to the web page (just a string). What I'm really trying to do is access a database, verify a login, and print JSON out to the response. What should I do to start? Is there a better way to do this? (IE: using some JSON library already?). I'm commun...
Getting Started with .net and a few questions
Hello I've done some asp and php programming along with various other languages in the past and slowing getting my head around .net.I have a small project of creating a Holiday Booking system on our Intranet and just trying to get the first part to work properly will hopefully get me sorted for the whole project. The Intranet is running on .net 2 and I prefer to use the VB code rather than C#. This is connecting to an SQL server.My initial page that I am trying to create is just for an admin user to view which dates in a table have been specified as Bank Holidays and be able to add ...
Can you help me get started?
Hi all,
All i wanted to do was just build a website, upload it and reap in the millions.....
I dunno, its 3:48am and my head has just exploded
Can anyone tell me why im movin stuff around in my design view of Microsoft Visual Web Developer Express Edition ( ooh err mrs ), and once viewed in my web browser - the things i thought i just moved, havent moved at all - i dont get it - i dont know enough html so im buggered in that sence, i do look at the code ( i was - in me younger days a Borland Turbo C++ programmer but aint touched that field for years ) and some stuff i actually understand ...
How do I get started with AJAX.Net?
Hi All,
I'm a seasoned asp.net developer but have not yet ventured into atlas et al.
I prefer books, but will take whatever I can get if it's good and will get me going.
Any recommendations?
Thx in advance.
Jeff
try here first
http://ajax.asp.net/downloads/default.aspx?tabid=47
then learn from sample and docJames Wu (MIB426).NET is only way to goMCP, MCSE, MCDBA, MCSD, MCAD
I find the materials online display features and implementations but are lacking architectural depth, and am seeking more comprehensive resources.
By architectural depth, I mean that I cannot watch ...
Noobie Help
Hi,I'm tyring to build a very simple code sample that does a DB Insert.Here is a code sample I found: HookedOnLINQ db =
new HookedOnLINQ("Data Source=(local);Initial Catalog=HookedOnLINQ");
// Adding Records – (1) Create a new object and sub-objects,
// (2) Add it to the DataContext collection, (3) Call SubmitChanges
// (1)
Contacts newContact = new Contacts();
newContact.FirstName = "Troy";
newContact.LastName = "Magennis";
// (2)
newContact.Orders.Add(newOrder);
db.Contacts.Add(newContact);
// (3)
db.SubmitChan...
How can I get conky start automatically when I start fvwm?
How can I get conky start automatically when I start fvwm?
I setup the conky under fvwm session for my Opensuse 11 but it won't
start automatically. I am wondering how to write some kind of scripts to
force it to start automatically and with a delay about 10 seconds after
fvwm starts.
Thanks a lot. :P
--
ggyyree
------------------------------------------------------------------------
Maybe this will help you:
'Conky Hardcore! � ssc.sh'
(http://conky.linux-hardcore.com/?page_id=503)
--
Coffee is like Linux, only cool people use it. Tea is like W...
Can not get Pickup Directory... .net can't access metabase maybe??? Need to get working ASAP
I am using 2.0 to try to send an email to the IisPickup directorySystem.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage(test@testing.com, "test@test.com", "Testing " + DateTime.Now.ToString(), "Testing the Mail Drop Folder");System.Net.Mail.SmtpClient client = new System.Net.Mail.SmtpClient("127.0.0.1");client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis; client.Send(message);Example Site : www.andrewworral.com (hit the button)This code worked on our old deployment server but not on our new server. I s...