Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
bigger
- Page 1
Re: Upgrade to Fiber internet
Hardware and Software
Networking
3 Weeks Ago
by Dani
… windows. After 2 weeks, they finally acknowledged there was a
bigger
issue, had another planned maintenance window, and gave us credit…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
… the CLS impact is negligible (now I see a really
bigger
LCP impact though). I must create a really simple basic…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
1 Month Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Bigger textfield
Programming
Software Development
13 Years Ago
by Stjerne
Hello, How can I get a
bigger
textfield? What I mean is: Let's say that I'…
Re: Bigger Icon Display in win98?
Hardware and Software
Microsoft Windows
20 Years Ago
by Thong_Ispector
… there are schemes you cam select windows large and get
bigger
fonts and icons. I use it myself. I can give…
I need a bigger harddrive for an old laptop
Hardware and Software
Hardware
17 Years Ago
by Miller Time
… it wants to shut down on me. I need a
bigger
harddrive but not sure what is compatible, and I don…'t know if I need more than just a
bigger
drive?? Just plain need help figuring how to keep this…
How can a read a file bigger than 2G in C#
Programming
Software Development
15 Years Ago
by hotriver
I have to open a log file created by c++, which is 4G in size. I want to read it from C#, but FileStream.Read uses int as offset, that means I can not read
bigger
than 2G. I believe C# should have a solution for it. How can I read a binary file which is
bigger
than 2G? I really appreciate your help. Laurence
Connect4 - Board gets bigger with every print
Programming
Software Development
15 Years Ago
by sentinel123
… following: ........ ........ ........ ........ The third print_board(): ............ ............ ............ ............ Question: Why is the board getting
bigger
even though nothing has been changed between the first and… solve this?(I don't want the board to get
bigger
) I don't have a clue what happens there... Thanks…
Check if a smaller 2d array exists in a bigger one
Programming
Software Development
10 Years Ago
by kshahnazari
… and I want to check if it exists in a
bigger
2d array. I have coded it but I don't… it. 2 arrays are PI and NPI. PI is the
bigger
and NPI is the smaller one. for (int i=0…
how to make tabs bigger in size
Programming
Software Development
9 Years Ago
by ali11
… I have 2 tabs. I want to make my tabs
bigger
in size so they can take whole panel space. Is… there any way I can make both tabs size
bigger
. thanks import java.awt.*; import static java.awt.Font.BOLD…
Re: I need a bigger harddrive for an old laptop
Hardware and Software
Hardware
17 Years Ago
by caperjack
my guess is you wouldn't be able to go much
bigger
than a 20 gig hdd. try e-bay ,if not just for price comparison . [url]http://computers.listings.ebay.ca/Hard-Drives_10-1-GB-20-0-GB_W0QQfclZ3QQfromZR11QQsacatZ38119QQsocmdZListingItemList[/url]
Re: Connect4 - Board gets bigger with every print
Programming
Software Development
15 Years Ago
by masterofpuppets
… you're appending items to the list, the list gets
bigger
every time and unless you reset it to [] it stays…
Re: how to make tabs bigger in size
Programming
Software Development
9 Years Ago
by JamesCherrill
If you want to fill a 300x400 window you will need much
bigger
sizes than 80x40
Re: how to make tabs bigger in size
Programming
Software Development
9 Years Ago
by ali11
I give that number just an example I try
bigger
too but the result is same.
making thing bigger
Programming
Web Development
15 Years Ago
by ushur
… tiny chat window. Is it possible to make the thing
bigger
? Before i start to learn how to do that and…
Re: making thing bigger
Programming
Web Development
15 Years Ago
by samaru
If you're wondering if it's possible to modify JavaScript on a page that is not yours (the game you're playing), the answer is yes. One tool would be the Greasemonkey add-on for Firefox. For this though, it seems like you could just resize the window and make the font
bigger
.
Re: making thing bigger
Programming
Web Development
15 Years Ago
by ushur
… you could just resize the window and make the font
bigger
.[/QUOTE] What i'd like to do is make the…
Re: making thing bigger
Programming
Web Development
15 Years Ago
by samaru
… to show more text. This means that it'll be
bigger
, but the text will increase in size and you'll…
how do i make Balloon Tip Title/Text bigger...C#
Programming
Software Development
14 Years Ago
by geoNeo_
…; font of a balloon tip text to make it appear
bigger
or even in another font? Maybe even another color? I…
using rand() for number that are bigger than RAND_MAX
Programming
Software Development
14 Years Ago
by mitrious
… for a number that's exactly 2,3,4 ... times
bigger
than RAND_MAX ... cuz it'll pass a 0 value no…
Re: using rand() for number that are bigger than RAND_MAX
Programming
Software Development
14 Years Ago
by mitrious
…).[/QUOTE] the max value of int (here at least) is
bigger
than RAND_MAX ... and the program asks us to assume it…
Number bigger than 10 billion?
Programming
Software Development
14 Years Ago
by george61
… hexagonal and pentagonal numbers. I need type that stores something
bigger
than 10 billion. Double works fine to about 8.4…
How to apply a bigger size to text than <h1>
Digital Media
UI / UX Design
13 Years Ago
by Virangya
Hi, I want to give a percentage for the font size. currently i'm using <h1> tag. But that text size is smaller than i need. How to make it
bigger
. and like i said i want to use a percentage as the size. so if i maximize my page or minimize, size should increase and decrease respectively.
Re: Bigger textfield
Programming
Software Development
13 Years Ago
by NormR1
If you want multiple lines, look at using a text area instead of a text field.
Re: Bigger textfield
Programming
Software Development
13 Years Ago
by Stjerne
Is it possible to store String values in text area?
Re: Bigger textfield
Programming
Software Development
13 Years Ago
by NormR1
Yes.
Re: Bigger textfield
Programming
Software Development
13 Years Ago
by Stjerne
Thanks man. Also, I've got one more question. It's kind of offtopic. Right now my layout is like: Label, textfield, label, textfield, label textfield, label, textfield, label, textfield, label textfield, button button What I want is it to be like: Label textfield Label Textfield Label Textfield ... …
Re: Bigger textfield
Programming
Software Development
13 Years Ago
by JamesCherrill
That looks like a 2xN grid to me, so a GridLayout could be the simplest answer. Have a look a these: http://docs.oracle.com/javase/tutorial/uiswing/layout/visual.html http://docs.oracle.com/javase/tutorial/uiswing/layout/using.html
Re: Is SEO bigger than PPC?
Digital Media
Digital Marketing
Search Engine Strategies
4 Years Ago
by seigell971
SEO and PPC both are different things. No one is
bigger
. Search engine optimization provide you organic traffic for lifetime whereas PPC is a paid advertising. You can get instant traffic using PPC advertising. SEO takes time to rank in Google and then provide traffic. But, PPC ads gives instant traffic. Now you can decide which one is
bigger
.
Re: adding a bunch of List object to a set, and a bigger problem
Programming
Software Development
18 Years Ago
by fdrage
ok solved the first problem... adding forSetA and forSetB has the same thing it was a typo mistake... but i still have a
bigger
problem to solve (see... orriginal thread..)
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC