Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
dot
- Page 1
Re: Dot Net or J2EE
Programming
Computer Science
15 Years Ago
by baki100
dot
net is for jocks
dot game
Community Center
Geeks' Lounge
20 Years Ago
by tgreer
… jobs, I've always introduced what I call the "
dot
game" to my team. Start by placing three dots… effect cuts the one line in two. The new 3rd
dot
can only have one more line drawn to/from it… touched TWICE if you do. Lines can wrap AROUND a
dot
, encircling it. That's important, since no lines can intersect…
Re: dot game
Community Center
Geeks' Lounge
20 Years Ago
by tgreer
…. The original 3 dots I've colored blue. Each new
dot
is formed by connecting two other dots. I've numbered… how I drew the lines. The 8th
dot
ends the game. Whoever drew the 8th
dot
is the winner, since it's… the last
dot
. Why is it last? Because there…
Re: Dot in textbox.
Programming
Software Development
15 Years Ago
by Geekitygeek
… in textbox, so he can write but after that
dot
(.) That . will be unmovable in every case. It…for others Other string can be removed, accept that
dot
...........[/QUOTE] What Pieter888 suggested is correct. Lets break it…completely oblivious of its existance. The only time the
dot
needs to actually exist under those circumstances is when…
Re: DOT ME domain
Digital Media
Digital Marketing
15 Years Ago
by canadafred
… on? Anyone know any reason not to use
dot
me besides
dot
com is more popular and comes to most peoples…chances of people finding it. Any comments or experiences with
dot
me would be great. Thanx.[/QUOTE]Search engines usually …consider a
dot
com TLD more legitimate than .info, .biz, .net, etc.…
DOT ME domain
Digital Media
Digital Marketing
15 Years Ago
by phpDave
…site. One is a [B]
dot
com[/B] and the other is a [B]
dot
me[/B]. My question is …did
dot
me catch on? Anyone know any …reason not to use
dot
me besides
dot
com is more popular and comes to most … people finding it. Any comments or experiences with
dot
me would be great. Thanx.
Re: Dot in textbox.
Programming
Software Development
15 Years Ago
by xyz12
…in the EDIT: I see you wanted the
dot
BEFORE the text, you can simply turn … run the program then in that case one
dot
(.) is automatically appear in the textbox, but …others, and if anyone wants to remove that
dot
, so that should not be removed. And if…in textbox, so he can write but after that
dot
(.) That . will be unmovable in every case.…
Dot and comma problem
Programming
Software Development
14 Years Ago
by yamini222
… 2,53) where as English operating system uses
dot
as separator (for e.g 2.53). The… MySQL accepts only
dot
separated numbers. I used culture function to convert …people who are used to English are using
dot
as separator in German windows operating system which…my sql even though if he uses
dot
or comma in any of the windows operating …
Dot in textbox.
Programming
Software Development
15 Years Ago
by xyz12
…execution that content in the textbox should start after the
dot
(which remains hidden). And when someone press backspace or …delete key,
dot
should not be removed And when someone select the whole…try to delete all content, So in that case also
dot
should not be removed.other content can be removed. …
DOT GAME
Programming
Software Development
14 Years Ago
by Sal Shah
PLEASE COULD YOU HELP ME IN CREATING A
DOT
GAME IN JAVA? ******************************************************* THIS IS MY ASSIGNMENT …in which each player clicks in turn on a
dot
from a matrix of dots on the screen.…. The first player makes a
dot
red. The second player makes a
dot
blue. If two adjacent dots …
Re: Dot in textbox.
Programming
Software Development
15 Years Ago
by Pieter888
This will put a
dot
behind the text in the textbox: [CODE]string myString = myTextbox.… is what you wanted EDIT: I see you wanted the
dot
BEFORE the text, you can simply turn around the order…
Dot indicator on windows with C++ implementation
Programming
Software Development
15 Years Ago
by Enigmatic331
… click is executed, and it will return with a red
dot
on the retrieved coordinates. Currently, I am done with the…, I am stumped with ideas for the showing the red
dot
on the retrieved coordinates part. This program is not meant… on windows in a global manner, which means the red
dot
will show on a desktop, or on any other application…
Re: Dot indicator on windows with C++ implementation
Programming
Software Development
15 Years Ago
by Enigmatic331
…(0, msg, "Mouse Position", 0); //
dot
indicator section should go here } return CallNextHookEx(NULL,nCode,wParam… for the application itself. Basically, the red
dot
is suppose to just show where a person …regardless, everytime someone executes a click, a red
dot
should appear on the place the person clicked, …
Re: DOT GAME
Programming
Software Development
14 Years Ago
by Sal Shah
…new int[2][2] ; Dots4Win() { setTitle( "Colouring a
Dot
" ); setLocation( new Point( 100, 100 ) ) ; setSize(…status[i][j] == 0) ) // check you're on a black
dot
{ if ( counter % 2 == 0 ) { status[i][j] =…
Re: Dot in textbox.
Programming
Software Development
15 Years Ago
by avirag
@xyz12 Well you can also place
dot
at your end, Ryshad and pieter both suggest right thing for this............
Re: Dot in textbox.
Programming
Software Development
15 Years Ago
by xyz12
… suggested is correct. Lets break it down: You want the
dot
to be at the start of the string. Remember to…
Re: Dot in textbox.
Programming
Software Development
15 Years Ago
by Geekitygeek
… something with the string, use the code to add the
dot
before you use it.
Dot Net Frame Worke + Crystal Report + windows installer dll file
Programming
Software Development
16 Years Ago
by IT_Techno
… install it on my PC before that i should install (
Dot
Net Frame Worke + Crystal Report + windows installer) before installing my… to make my application files and (Crystal Report + windows installer +
Dot
Net Frame Worke) in one packge to be install them…
Dot Net or J2EE
Programming
Computer Science
16 Years Ago
by auhuman
which one is difficult among development platform to learn J2EE or
Dot
Net and make a career out of it? who is a gifted one a J2EE developer or a
Dot
Net Developer?
Re: Dot indicator on windows with C++ implementation
Programming
Software Development
15 Years Ago
by mitrmkar
What tkud already said ^^ and also if you can describe what's the purpose of this program and the red
dot
, then people might come up with suggestions.
Dot operator and shell scripting
Programming
Software Development
14 Years Ago
by polygon
… typing it each time on an interactive terminal. Since the
dot
operator and the source builtin command are similar, and I… have any effect, whereas running the interactive version with the
dot
operator works as expected. Can someone please explain why and…
Dot product between plane and vector
Programming
Software Development
11 Years Ago
by myk45
…%28v=vs.85%29.aspx) This article mentions: *Computes the
dot
product of a plane and a 3D vector. * Now, i…'m not able to understand what's the
dot
product between a plane and a vector. Can anyone please…
Re: Dot product between plane and vector
Programming
Software Development
11 Years Ago
by mike_2000_17
… the plane. This is the operation that DX calls "
dot
product of a plane and a vector". It is… essentially the
dot
product of the vector with the normal of the plane…
Re: Dot product between plane and vector
Programming
Software Development
11 Years Ago
by myk45
@mike_2000_17 > This is the operation that DX calls "
dot
product of a plane and a vector". It is …essentially the
dot
product of the vector with the normal of the plane…
Re: Dot Net or J2EE
Programming
Computer Science
15 Years Ago
by mega2
Java/J2EE or C#/
Dot
Net which one is best
Re: Dot operator and shell scripting
Programming
Software Development
14 Years Ago
by nezachem
… environment changed and then dies leaving no trace. The builtins (
dot
and source for example) are executed in the context of…
Re: Dot operator and shell scripting
Programming
Software Development
14 Years Ago
by polygon
… environment changed and then dies leaving no trace. The builtins (
dot
and source for example) are executed in the context of…
Re: Dot operator and shell scripting
Programming
Software Development
14 Years Ago
by vaibhav1983
… check for file permissions. When you run it with the
dot
operator you should have the necessary permissions to execute the…
Re: Dot product between plane and vector
Programming
Software Development
11 Years Ago
by jwenting
The page says exactly what it is... Which translates into human readable text as: the
dot
product gives the distance between points in space. In this case that's the distance between a point and a plane.
dot net supports for mac amchines
Programming
Software Development
21 Years Ago
by siddartha_pal
I need to know how to get support for
dot
net for mac mahcines. I have a asp.net app, I need to run the same on mac machine,how the same can achived,pls let me know. thnks n ragrds siddartha
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC