836 Posted Topics

Member Avatar for murderotica

You can just link to a copy of outlook and read data if thats what you need - there are a ton of examples on the net for it. If you add Outlook as a using you can access all the things you could ever want from a mailbox

Member Avatar for murderotica
0
146
Member Avatar for SubProf

I guess it depends a little why you would have such a structure, however, if the forms have to remain forms, but work except the main form, you can of course disable it.. and have a counter so that when you close the other forms, they decrease the counter so …

Member Avatar for SubProf
0
130
Member Avatar for squidd
Member Avatar for AKJo

Hmm sounds like its added the wrong library to the project thinking its a design package.. thats very clearly a runtime one. Remove it from the defaults. (just uncheck it)

Member Avatar for LizR
0
236
Member Avatar for b007

You have a lot of reading to do. If you want to use https you will need to purchase a certificate, and unless you want to make your own life excessively complex you would then use IIS to create the initial website, and you could use ASPX to then make …

Member Avatar for LizR
0
237
Member Avatar for stef1908

Read [url]http://en.wikipedia.org/wiki/Pascal%27s_triangle[/url] Work out on paper what you need to do program it into the languge of your choice

Member Avatar for LizR
0
69
Member Avatar for shers

I thought Ramymahrous had... after all you didnt come back with a it didnt work because.

Member Avatar for LizR
0
93
Member Avatar for ajr2812

first thing to do is put a break point on the if combobox1.text <> 4 line and see what combobox1.text value really is and confirm its running the code

Member Avatar for ajr2812
0
427
Member Avatar for codeforfun
Member Avatar for unnamed020

There are plenty of similar translations all over, especilly the isvmware and isvirtual pc - google for them - as for the process list - there are plenty of examples of that too

Member Avatar for LizR
0
117
Member Avatar for Arvinder Sharma

Imw ith the others if you can read one, you should be able to read the other. What stops you, What code do you have and what is the problem you have with it..

Member Avatar for LizR
0
134
Member Avatar for codeforfun

Thats why debugging was invented. Step through your code, see why its not doing what you thought.. First thing that comes to mind is [code] Delay (kk);[/code] kk doesnt seem to be defined, so I truely doubt that your code compiles.

Member Avatar for codeforfun
0
117
Member Avatar for LizR

[url]http://blogs.msdn.com/charlie/archive/2008/11/04/new-features-in-c-4-0-paper-plus-feedback-and-samples.aspx[/url] and [url]http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&displaylang=en[/url] (Vmware should import the vpc..)

Member Avatar for ddanbe
0
90
Member Avatar for Nanor

google is your friend. Repeat after me repeat Google is my friend until (sunk_in = true); .. [url]http://delphibasics.co.uk/RTL.asp?Name=TFloatFormat[/url]

Member Avatar for codeforfun
0
179
Member Avatar for Tank50
Member Avatar for LizR
0
98
Member Avatar for squiddog

If you dont thread the app, you will end up with users killing the app out of frustration with the whole "Application not responding" if they toggle away or try and move it etc. So, arguably, *any* process that could under even some bizarre circumstance take more than a second …

Member Avatar for Jugortha
0
134
Member Avatar for pandapop87

Depends on your level of coding, the fact you have nothing means you're gonna be late handing your code in console or windows forms? either way you probably need a menu to say, add, edit, view, delete, search.. you need to decide what data you want to enter, make a …

Member Avatar for House_of_Dexter
0
149
Member Avatar for IT_Techno

Depending on the file, if you're downloading something to display specifically such as text, sure, otherwise if you need to pass it to an app such as zip files, word docs etc, you cant, the best you can do is temp files..

Member Avatar for LizR
0
191
Member Avatar for litchi

Just as you've shown how to write the contents of edit1, change the string you have in your assign file to be the edit 2..

Member Avatar for litchi
0
183
Member Avatar for yamid

ok, well you have some loops and so on thats good but the data you've shown in your file is 2d, how do you tell which dimension each part you read is to be placed in?

Member Avatar for LizR
0
199
Member Avatar for saurabhnovice

I dsiagree, I would expect what you gave it, because you've overriden it, and it still conforms to the interface, but the class itself is still there!

Member Avatar for LizR
0
121
Member Avatar for mrkcse

You should be changing the version in the compile, not at runtime. Versions are read only at runtime.

Member Avatar for mrkcse
0
115
Member Avatar for Arvinder Sharma
Member Avatar for kapil.tandon
Member Avatar for Rocket452
Member Avatar for saurabhnovice

There are a lot of places to read on c# including microsoft who include examples with most of the methods in c#.. What are you trying to make and what problem are you having?

Member Avatar for LizR
0
129
Member Avatar for K1Kingy

Well first thing to try is telnet to port 8000, ask it a web style question check thats what you get.. Work from there.

Member Avatar for LizR
0
132
Member Avatar for plazmo
Member Avatar for schmidty169

It hangs coz you told it to [code] for (int i = 0; i < 1000; ) { if (lotteryNumbers[i,0] == randomNumber) lotteryNumbers[i,1]++; } [/code] Look carefully at your loop

Member Avatar for LizR
0
109
Member Avatar for songkok

Drawing the screens and adding simple code will be almost the same as c++ Do your code as much as you can, fix any syntax errors it whines of, then you'll probably have finished.

Member Avatar for ddanbe
0
74
Member Avatar for espSquall

Because you dont check Process32First, if there is none.. that will be fase and you could save yourself a lot of effort with changing the name of your variable to mean still looking.. so its [code] finding := Process32First.. while finding do begin if match then .. else finding = …

Member Avatar for espSquall
0
104
Member Avatar for AKJo

Firstly you shouldnt have had to change the size of your record, if your record was defined in delphi 1 without sizes, you should have been ok with "string" now.. the record alightment is most likely the parts thats wrong.

Member Avatar for AKJo
0
155
Member Avatar for AKJo
Member Avatar for murderotica
Member Avatar for deraj8

Then you need to use one of the other overloads.. such as [code] List<int> locs = new List<int>(); int loc = -1; do { loc = wordToSearch.Indexof('a',loc+1); if (a>-1) { locs.add(loc); } } while (loc > -1 ); [/code] or, you could take a simpler approach and just do [code] …

Member Avatar for selvaganapathy
0
100
Member Avatar for poilkjmnb
Member Avatar for abbineni
Member Avatar for ddanbe
0
42
Member Avatar for mKashif

Dont hijack someone else thread with a almost non similar question just coz it has the word "web" in it. Start your own.

Member Avatar for LizR
0
76
Member Avatar for Vaart91

OK, that reads like your course work. What part specifically are you struggling with - and what do you have so far?

Member Avatar for LizR
0
102
Member Avatar for vijayg

have a look in the rest of this forum theres a bunch of threads about printing PDFs and probably the simplest is to use adobe to do it for you. A driver would need to know its a PDF file to print, not just get the text of the PDF.

Member Avatar for LizR
0
171
Member Avatar for Renukavani

yes you can, and with a small amount of imagination it was very obvious and very simple. In fact MSDN shows almost how to do it, it shows how you draw something for a given cell and it took me like 2 minutes of my life which I bothered to …

Member Avatar for LizR
0
983
Member Avatar for ThomasBF

Leaping into someone elses code is always harder than starting your own, sure find an interesting project to join, but, before you actually join in and commit, try and work on some of your own that will be relevant

Member Avatar for ThomasBF
0
192
Member Avatar for rubentan
Member Avatar for carobee
Member Avatar for Run.[it]

No that would just call server.start For future reference you should say in what way it doesnt work. What debugging showsd you, what else you tried... The arguably best way to do it is to make your own server class, where it runs a thread, it has events to say …

Member Avatar for Run.[it]
0
186
Member Avatar for Poab9200

OK, its easier for us, if you tell us what you've read and tried so far. And if you dont know any c# why you picked it, and if you've coded anything else.. Google is the fount of all knowledge.

Member Avatar for LizR
0
81
Member Avatar for polo_coins

Yep, casing sucks sometimes when it bites you, but it is a good thing overall.

Member Avatar for LizR
0
72
Member Avatar for Umair.P

You have to update components by calling them with pinvoke - theres some great examples that come in your helpfile

Member Avatar for Jugortha
0
113
Member Avatar for degamer106

I would be useing measurestring before drawing the first - what if the space was not sufficient for the word you have? You also dont need to measure it word by word, pass the whole string. Assuming your font properties were all set, I wouldnt expect noticable white space, in …

Member Avatar for LizR
0
115
Member Avatar for cheburaska

Theres a lot of potential answers for this, how hae you stored your words vs defintiions? which version of delphi are you using?, how much experience do you have? and what have you read about and dismissed so far (and why was it dismissed)?

Member Avatar for ooisootuck
0
195

The End.