Search Results

Showing results 1 to 40 of 43
Search took 0.02 seconds.
Search: Posts Made By: Tekmaven
Forum: VB.NET Jun 8th, 2009
Replies: 3
Views: 379
Posted By Tekmaven
I used this converter: http://www.dotnetspider.com/convert/Csharp-To-Vb.aspx. It seems to compile the app then use the MSIL to convert it to VB, which is the best way of translation. If this...
Forum: ASP.NET Jun 8th, 2009
Replies: 2
Views: 869
Posted By Tekmaven
It looks like Red Hat has only included it in Fedora and not in Red Hat Enterprise Linux. http://news.cnet.com/8301-10784_3-6025387-7.html
Forum: C# Jun 5th, 2009
Replies: 4
Views: 966
Posted By Tekmaven
So what exactly initiates the download? It comes from javascript? You might have to just parse the javascript. Sendkeys would be a cop out :)
Forum: ASP.NET Jun 5th, 2009
Replies: 4
Views: 1,038
Posted By Tekmaven
@ithelp: that is exactly what I was thinking :)
Forum: ASP.NET Jun 5th, 2009
Replies: 4
Views: 1,038
Posted By Tekmaven
You can put the date of birth in a DateTime, and then use the dates in this wikipedia article, http://en.wikipedia.org/wiki/Zodiac_sign#The_twelve_signs, to calculate what zodiac sign the date falls...
Forum: C# Jun 5th, 2009
Replies: 4
Views: 966
Posted By Tekmaven
You should override the Navigating event of the browser control. You're going to have to figure out when the URL is the download url (the file name might change, but it might be in a certain path or...
Forum: C# Jun 4th, 2009
Replies: 2
Views: 569
Posted By Tekmaven
You don't have to compile the project from the command line to generate a .dll file. In Visual Studio, select the Class Library project type, and that will compile into a .dll file. After you...
Forum: ASP.NET Jun 2nd, 2009
Replies: 15
Views: 3,288
Posted By Tekmaven
Forum: C# Jun 1st, 2009
Replies: 2
Views: 1,600
Posted By Tekmaven
I don't think there are services on Windows Mobile, however, you can just run an application in the background on startup (with no UI).
Forum: C# Jun 1st, 2009
Replies: 5
Views: 1,156
Posted By Tekmaven
Well the opennetcf library is open source, so you can at least download the source and see how they do it.
Forum: C# Jun 1st, 2009
Replies: 5
Views: 1,156
Posted By Tekmaven
Check out the OpenNetCF Desktop Communication Library. It is available here: http://www.opennetcf.com/FreeSoftware/DesktopCommunication/tabid/90/Default.aspx
Forum: C# Jun 1st, 2009
Replies: 1
Views: 646
Posted By Tekmaven
It looks like there are 4 C# Twitter libraries listed on the Twitter API Wiki. You can check them out here: http://apiwiki.twitter.com/Libraries#C/NET
Forum: ASP.NET Jun 1st, 2009
Replies: 15
Views: 3,288
Posted By Tekmaven
ASP.NET 2.0 and up have the ASP.NET Membership Provider and the login controls, which will make this simple for you. Check out this walkthrough on MSDN:...
Forum: C# Sep 1st, 2004
Replies: 11
Solved: If-Else in C#
Views: 64,189
Posted By Tekmaven
All the C++ would be doing is converting 1 into "true"; that's not rocket science. This would work:

while(Convert.ToBoolean(1)) {}
Forum: ASP.NET Aug 31st, 2004
Replies: 8
Views: 6,915
Posted By Tekmaven
Yup. It works for every tag :).
Forum: ASP.NET Aug 2nd, 2004
Replies: 8
Views: 6,915
Posted By Tekmaven
No, actually it's related to Visual Studio .NET's web page designer. When you are on the WYSIWYG ("Design") view of the page, it reformats your code, and sometimes screws up on tags. There is a...
Forum: ASP.NET Jul 31st, 2004
Replies: 3
Views: 3,839
Posted By Tekmaven
Value is an object, which each list item has. When you create list items, you can assign a value object to them, and that object will stay with the list item (but not be displayed on the page).
...
Forum: VB.NET Jul 17th, 2004
Replies: 4
Views: 19,148
Posted By Tekmaven
Just did a little checking, and I found out that the Msflexgrid is a COM Control. When working with .NET, it is very desirable to stay with pure managed code (for example, use .NET controls, instead...
Forum: VB.NET Jul 17th, 2004
Replies: 4
Views: 19,148
Posted By Tekmaven
Have you tried using a DataGrid?
Forum: ASP.NET Jul 5th, 2004
Replies: 7
Solved: Drop Down Menu
Views: 34,072
Posted By Tekmaven
Well, heh ;-). This thread had my first post that I didn't type from Dani's house in about three weeks. She doesn't force me at gunpoint, but, she begs in a cute way, and ya just can't say no ;) ....
Forum: ASP.NET Jul 5th, 2004
Replies: 7
Solved: Drop Down Menu
Views: 34,072
Posted By Tekmaven
Just doing what Dani forces me to ;-).
Forum: ASP.NET Jul 3rd, 2004
Replies: 7
Solved: Drop Down Menu
Views: 34,072
Posted By Tekmaven
A better solution would be skmMenu (http://www.skmmenu.com), an open-source ASP.NET based menu application.
Forum: Troubleshooting Dead Machines Jun 18th, 2004
Replies: 12
Views: 6,978
Posted By Tekmaven
FYI, I looked at your manual:

3. Clear RTC RAM (CLRTC1)
This jumper allows you to clear the Real Time Clock (RTC) RAM in CMOS. You can clear the CMOS memory of date, time, and system setup...
Forum: Troubleshooting Dead Machines Jun 18th, 2004
Replies: 12
Views: 6,978
Posted By Tekmaven
Well, roflmao, this is your board, and you didnt use [ quote ]! :-P

Every motherboard had a cmos reset jumer; so look harder. Secondly, you didnt say you took everything out; you said you took...
Forum: Troubleshooting Dead Machines Jun 18th, 2004
Replies: 12
Views: 6,978
Posted By Tekmaven
Find the CMOS reset jumper, and reset your CMOS. Take EVERYTHING out that doesn't need to be in it, and leave one stick of RAM. Try it then..
Forum: Viruses, Spyware and other Nasties Jun 2nd, 2004
Replies: 9
Views: 3,400
Posted By Tekmaven
Try booting up in safemode, and rerunning the Norton AntiVirus scan.
Forum: ASP.NET May 19th, 2004
Replies: 74
Views: 197,065
Posted By Tekmaven
Just a reminder to the new ASP.NET Programmers: your web.config file is case-sensitive, so be careful copying the text :).
Forum: ASP.NET Apr 29th, 2004
Replies: 13
Views: 22,121
Posted By Tekmaven
Yeah, especially if its design-related. The forums support skinning, so you shouldn't even need to hack the code to get what you want :-).
Forum: ASP.NET Apr 29th, 2004
Replies: 13
Views: 22,121
Posted By Tekmaven
The ASP.NET Forums is a product of the hard work from many people. Unless your some genious, you wouldn't be able to create a brand new Forums system, in the time it has taken for the ASP.NET Forums...
Forum: ASP.NET Apr 29th, 2004
Replies: 13
Views: 22,121
Posted By Tekmaven
This forum system is called vBulletin, and it is written in PHP. The 'nicest' ASP.NET forum system is written by the ASP.NET guys at Microsoft (and I've contributed too), called the ASP.NET Forums. ...
Forum: Viruses, Spyware and other Nasties Apr 9th, 2004
Replies: 5
Solved: hijack log file
Views: 3,201
Posted By Tekmaven
Ah, he is running Windows ME ;-)

/me quietly backs away.
Forum: Viruses, Spyware and other Nasties Apr 8th, 2004
Replies: 5
Solved: hijack log file
Views: 3,201
Posted By Tekmaven
Wow.. you got a lot ;-).

Dump these:
R1 - HKCU\Software\Microsoft\Internet Explorer,SearchURL = http://aifind.inf/?id=54
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar =...
Forum: Viruses, Spyware and other Nasties Apr 8th, 2004
Replies: 10
Views: 4,700
Posted By Tekmaven
Dump These:
R1 - HKCU\Software\Microsoft\Internet Explorer,SearchURL = http://in.webcounter.cc/--/?cxlow (obfuscated)
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar =...
Forum: ASP.NET Dec 25th, 2003
Replies: 5
Views: 10,867
Posted By Tekmaven
browserCaps are the way to go. Thats the same browserCaps section I use for #Portal lol.
Forum: C# Nov 17th, 2003
Replies: 11
Solved: If-Else in C#
Views: 64,189
Posted By Tekmaven
if("a"=="d")
{
//do something
}
else if("a"=="c")
{
// do something else
}
else
{
Forum: Web Browsers Aug 7th, 2003
Replies: 38
Views: 67,739
Posted By Tekmaven
The solution to your problem isn't in your browser. The HTML code for the page specifies if the link should be opened in a new window, or not.
Forum: USB Devices and other Peripherals Jun 25th, 2003
Replies: 28
Views: 59,259
Posted By Tekmaven
I don't want to seem rude here, but if you don't want to open your case... you're sol.
Forum: Cellphones, PDAs and Handheld Devices Apr 20th, 2003
Replies: 3
Views: 4,652
Posted By Tekmaven
I got two words for you. Play stupid.

Call up technical support, and tell them you were going to download something from WAP, and the phone just started going crazy. Make sure you sound very...
Forum: Windows NT / 2000 / XP Aug 13th, 2002
Replies: 4
Solved: WinXP & OE 6
Views: 3,273
Posted By Tekmaven
Its like that for a reason. Since Windows XP is a multi-user environment, one Windows user account has 1 OE6 identity. If another person wants a new identity, create a Windows user account, login...
Forum: Windows NT / 2000 / XP May 29th, 2002
Replies: 5
Views: 4,278
Posted By Tekmaven
In control panel, goto add/remove programs.
Click windows setup
find Windows Media Player and uncheck it
keep hitting next till the wizard finishes :-)

(to reinstall it, go back there, and...
Showing results 1 to 40 of 43

 


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

©2003 - 2009 DaniWeb® LLC