Search Results

Showing results 1 to 40 of 1000
Search took 0.08 seconds.
Search: Posts Made By: Nichito
Forum: VB.NET 1 Day Ago
Replies: 1
Views: 196
Posted By Nichito
This is because even though you are validating the textboxes' input, you are not stopping the program's progress... what you what to do is separate the FormatCurrency() functions into a separate...
Forum: VB.NET 1 Day Ago
Replies: 3
Views: 167
Posted By Nichito
Great! Always a pleasure... (Mark it as solved so it can be useful to others)
Forum: VB.NET 2 Days Ago
Replies: 3
Views: 167
Posted By Nichito
Actually, your error is literally what the compiler displays. You _do_ have an error in your SQL syntax. It should be SELECT * FROM engineer.

I don't really know what the ADODB class for row...
Forum: VB.NET 3 Days Ago
Replies: 3
Views: 120
Posted By Nichito
The first post gets the point of reading input... from the mouse. I might implement it somewhere else, so thanks anyway. The second post is a little bit more close to what i need... definitely will...
Forum: VB.NET 3 Days Ago
Replies: 3
Views: 120
Posted By Nichito
Ok. So.

I'm trying to develop an application to capture the input buffer to identify a device's input commands to build a user control that uses this commands for further use.

I'm actually...
Forum: Windows NT / 2000 / XP Aug 19th, 2009
Replies: 0
Views: 158
Posted By Nichito
Hi guys...

you see, not a long time ago, my computer worked fine... absolutely fine... about a week and a half in, something odd started happening... when i play any flash embedded games online...
Forum: C# Aug 3rd, 2009
Replies: 3
Views: 186
Posted By Nichito
Forum: C# Aug 3rd, 2009
Replies: 3
Views: 186
Posted By Nichito
I knew i was close when i thought about IDictionaryEnumerator... now... should i use IDictionary or Dictionary
Forum: C# Aug 3rd, 2009
Replies: 3
Views: 186
Posted By Nichito
Hi all. Is there any collection object that will let me create a list of items which I could call by name, instead of by number? so instead of soing this:


//Create List
List<ClassType> list =...
Forum: C# Aug 3rd, 2009
Replies: 9
Solved: Crystal Reports
Views: 271
Posted By Nichito
http://msdn.microsoft.com/en-us/library/ms227467(VS.80).aspx
Forum: C# Apr 30th, 2009
Replies: 5
Views: 456
Posted By Nichito
so, after reviewing some notest on SQL connections for c#, here's the final code...


string conStr, cmdStr;
conStr = "--Copy Connection String Here--"
System.Data.OleDB.OleDBConnection con =...
Forum: C# Apr 30th, 2009
Replies: 5
Views: 456
Posted By Nichito
so, after reviewing some notest on SQL connections for c#, here's the final code...


string conStr, cmdStr;
conStr = "--Copy Connection String Here--"
System.Data.OleDB.OleDBConnection con =...
Forum: C# Apr 30th, 2009
Replies: 5
Views: 456
Posted By Nichito
my bad... it's your DataSet... so it represents the DataSet created by c# when you add a datasource
Forum: C# Apr 30th, 2009
Replies: 5
Views: 456
Posted By Nichito
that is because detailsAdapter is not a DataTable, its a TableAdapter. What you should do is, instead of reading a DataTableAdapter, reading a DataRow and run a nested for loop within another for...
Forum: C++ Apr 30th, 2009
Replies: 4
Views: 280
Posted By Nichito
this is no place for us to do your homework... why don't you check your notes and come back later?
Forum: C# Apr 29th, 2009
Replies: 3
Views: 1,705
Posted By Nichito
char ch;
string str1,str2;
int num;
num = str1.IndexOf(ch);
str2 = cadena.Substring(num);
Forum: Geeks' Lounge Apr 14th, 2009
Replies: 14
Views: 1,402
Posted By Nichito
actually, computers are neither men nor women... they're machines, so... where am i supposed to place my vote?
Forum: HTML and CSS Apr 14th, 2009
Replies: 1
Views: 317
Posted By Nichito
sounds like you could use some ajax or javascript, since html is much of a static code: once it's loaded, you can't change it.

What you want to do is dynamically change the content of a Javascript...
Forum: HTML and CSS Apr 14th, 2009
Replies: 8
Views: 882
Posted By Nichito
if you want your whole background to be black, why don't you style the body instead?

<style type="text/css">

body
{
background-color: #000;
}

</style>
Forum: C# Apr 14th, 2009
Replies: 1
Views: 379
Posted By Nichito
Yes it is.

Anything else?
Forum: Database Design Apr 14th, 2009
Replies: 1
Views: 902
Posted By Nichito
why don't you try MySQL?
Forum: Java Oct 29th, 2008
Replies: 4
Views: 495
Posted By Nichito
can Swing run on web applets though?
Forum: Java Oct 28th, 2008
Replies: 4
Views: 495
Posted By Nichito
What are the differences between both and which one should i consider for the different kinds of java-based apps?
Forum: C++ Oct 28th, 2008
Replies: 3
Views: 340
Posted By Nichito
you should make your det_max function an int instead of a void fucntion, returning themax value and assigning it to the max variable in yourmain function... like this:

int det_max(int yards, int...
Forum: C++ Oct 28th, 2008
Replies: 3
Views: 340
Posted By Nichito
the code you have there asks for the name, week and yardage twice: once in the main function and a second time in the showRByards before showing the stars... maybe you should try removing it from the...
Forum: Java Oct 25th, 2008
Replies: 3
Solved: F-keys in java
Views: 433
Posted By Nichito
great, thanks!!
Forum: Java Oct 24th, 2008
Replies: 3
Solved: F-keys in java
Views: 433
Posted By Nichito
Hello...

is there any way of making java listen or capture an F-key input? i mean, like, if the user presses F5, a new panel will come up and that sorts of things...

thnx
Forum: MySQL Aug 20th, 2008
Replies: 1
Views: 703
Posted By Nichito
k... so, here's the thing...

I'm creating a User's Interface to insert some data into a database, and there are some fields that have foreign keys to other tables, which i have listed in a...
Forum: Database Design Jun 25th, 2008
Replies: 2
Views: 3,292
Posted By Nichito
Hi silverside,

ever occurred to you we're not here to do your homework for you??
Forum: DaniWeb Community Feedback Apr 18th, 2008
Replies: 23
Solved: weird behavior
Views: 2,500
Posted By Nichito
actually i don't know what happened... honest... the only thing i changed before reloading was changing the defaul font to arial... but, after noticing it was fixed, i changed it back again, and,...
Forum: DaniWeb Community Feedback Apr 18th, 2008
Replies: 23
Solved: weird behavior
Views: 2,500
Posted By Nichito
dunno what happened, but it's fixed now... :D
Forum: *nix Hardware Configuration Apr 16th, 2008
Replies: 9
Views: 2,190
Posted By Nichito
they're not actually unmuted... but it won't let me raise their volume
Forum: *nix Hardware Configuration Apr 16th, 2008
Replies: 9
Views: 2,190
Posted By Nichito
all of them are unmuted except for Mic Boost, Optical Raw, Audigy Analog Output Jack, and External Amplifier
Forum: HTML and CSS Apr 16th, 2008
Replies: 1
Views: 515
Posted By Nichito
why not copying the documentation into a txt file?
Forum: HTML and CSS Apr 16th, 2008
Replies: 4
Views: 855
Posted By Nichito
it's no good using WYSIWYG html editors, because they turn your site into something less functional than what it should be...

though, if you want you can check out trial versions for coffee cup,...
Forum: DaniWeb Community Feedback Apr 16th, 2008
Replies: 23
Solved: weird behavior
Views: 2,500
Posted By Nichito
well, installing truetype fonts didn't fix the issue...
Forum: *nix Hardware Configuration Apr 16th, 2008
Replies: 9
Views: 2,190
Posted By Nichito
that's the lspci output...

the following is the lsmod output:

Module Size Used by
nls_cp437 6784 1
isofs 36412 1
udf ...
Forum: *nix Hardware Configuration Apr 16th, 2008
Replies: 7
Views: 3,292
Posted By Nichito
i think i'll better mount it on windows...

i tried mounting iton a virtual machine, but it didn't work...
Forum: *nix Hardware Configuration Apr 16th, 2008
Replies: 9
Views: 2,190
Posted By Nichito
00:00.0 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.2 Host bridge: VIA...
Forum: *nix Hardware Configuration Apr 16th, 2008
Replies: 7
Views: 3,292
Posted By Nichito
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC