2,071 Posted Topics

Member Avatar for Kamex

It's kind of like this... When those popups come in, people make money off of those, kind of like ads on a website, but less scrupulous. Oddly enough, people actually do buy those things. I mean, people actually click on the "Shoot the monkey, win a prize!", and other such …

Member Avatar for jbennet
0
123
Member Avatar for mishu1516

[QUOTE=mishu1516]hplz...........help........quick[/QUOTE] Um. To start, please read the [url=http://daniweb.com/techtalkforums/announcement.php?f=8&announcementid=2]Announcement[/url] on homework in the forums. This program is very, very easy to write, and shouldn't take too much for you to do if you just read your C programming book. Write something. Then, if you need help, post your code here, and …

Member Avatar for jenilgandhi
0
234
Member Avatar for vyagee

I couldn't find anything about .apy, but I did find the .pyd. Apparently, the .pyd is the same thing as a .dll file. If you know about programming, you could almost compare them to using an [b]include[/b] statement in a program. When you compile a Python script (ie, to make …

Member Avatar for karuppg
0
502
Member Avatar for miskeen

You don't have enough back slashes in there. If it's a UNC path like this: \\server\sharename\file.mdb in C# it would look like: "\\\\server\\sharename\\file.mdb" or @"\\server\sharename\file.mdb" the @ symbol will make it a string literal that doesn't need to be escaped with the extra backslashes.

Member Avatar for tsci
0
2K
Member Avatar for Dani
Member Avatar for Jack Wetson

Remove the object[] argument from your MoveUp() method. You don't need it. Also, when you do the BeginInvoke, it should look like this: [code] MainForm.BeginInvoke(MoveUp, null);[/code] a params object means you can have one or many objects as a parameter to pass to your method. The BeginInvoke feeds those objects …

Member Avatar for Jack Wetson
0
167
Member Avatar for thacravedawg

Can you set the purchaseUnits value artificially high and try stepping through it? This code genuinely looks like it should work just fine. The only thing that I can think is that if you're using a custom Data Access Layer, there could be some limitation or bug within that.

Member Avatar for nelis
0
77
Member Avatar for KF4SQB

Have you got any peripherals attached, like a printer, or external hard drive? Make sure that only your keyboard, mouse and monitor are attached, nothing else, for the installation. Also, set your BIOS to defaults, or pull the Clear CMOS jumper on your motherboard, that helps clear the ESCD, which …

Member Avatar for rsshilli
0
191
Member Avatar for pizzafiend
Member Avatar for anupam_smart
0
3K
Member Avatar for topher

[url]ftp://us1.samba.org/samba/ftp/bin-pkgs/RedHat/RPMS/i386/[/url] Just pick your version of Red Hat, and download away! Just be sure that you have all of the required packages needed by the RPM to install Samba with. If you don't have them, the install will fail, and it will bark at you, telling which packages are needed.

Member Avatar for jbennet
0
387
Member Avatar for complete

Another thing to do, after you've made a reference to the DLL or project, is to use the [b]using[/b] statement to include the namespace included in that DLL file. It's not absolutely required, but it does simplify using methods and classes from the DLL, rather than having to type out …

Member Avatar for dickersonka
0
136
Member Avatar for narayanc1

Generally when I uninstall or install services via the MSI, I do all of it in the custom action portion. I would look at this: [url]http://msdn.microsoft.com/en-us/library/zt39148a(VS.80).aspx[/url] for a little more information on the process. Also, does the user account you're installing with have full permissions to start and stop services?

Member Avatar for narayanc1
0
135
Member Avatar for gp04lch

Have you dropped a debugger on that event to try and look at the call stack to determine exactly how that's being fired? It sounds like the tabpage or the textbox is actually losing focus every time, then when you highlight it, you get focus back.

Member Avatar for alc6379
0
111
Member Avatar for puteruser2005

Here's one thing to consider. If your board says it needs PC-100, I try to stick with PC-100. I've had incidents where systems would not underclock the PC-133 like they're supposed to. In your case, I can say authoritatively that the P3-500mhz processor in that system only uses PC-100 SDRAM. …

Member Avatar for danwalk
0
387
Member Avatar for Slade
Member Avatar for Helot

Can you create a new user account, and see if it works there? It might be possible you've got something going on with your Ctrl key, even. I don't suspect a virus, not just yet. Also, does it work in Notepad?

Member Avatar for The Dude
0
102
Member Avatar for Oeggy

What type of system do you have? Certain system BIOSes are set such that they try and boot from USB devices. Your digital camera card reader is considered a Mass Storage Device, and the system could be trying to boot from it. Disable USB emulation in the BIOS, and see …

Member Avatar for zenlikestate
0
197
Member Avatar for PRAKHAR

can you not just use the tools native to Windows XP to do this? If it's even possible, that should do it for you.

Member Avatar for jbennet
0
167
Member Avatar for laoli

[QUOTE=Comatose]Granted, but all I'm saying is that a "how would you feel" about people stealing your programs, isn't necessarily a valid point. Granted someone "borrowing" or stealing your car is a good and valid point, but there are plenty of people who write programs for people to use and modify. …

Member Avatar for jbennet
0
1K
Member Avatar for solo

try [b]encrypt passwords = no[/b] in your smb.conf and restart samba. does that make a difference? Also, is your XP username [b]solo[/b]? I've had a lot of trouble accessing Samba shares as a different user than what my current XP username is...

Member Avatar for ibi001
0
224
Member Avatar for jessiemcmillan

Hah! I'm almost regretful that I have to move this thread. But, since you don't have an actual question about Windows, I'm moving this to the Geek's lounge. But, I'd have my thumb stuck sideways; neither up nor down. He's probably not evil, but I could do without some of …

Member Avatar for Zappaboss
-1
359
Member Avatar for Extreme

Just a helpful hint here on the forum for you: Cn u plz not use chat spk here? Wat do u want 2 do that for? U got all d time in d world 2 make a post, so there's no need 2 uz chat spk n here. Please, for …

Member Avatar for Ancient Dragon
0
185
Member Avatar for alc6379

Thanks to Dani for adding Python to the scripting languages category! ...I haven't heard many people mention Python around here... Am I the only Python fan here? I know its usage isn't as widespread as Perl, but it is, IMHO, as powerful and useful as Perl, for general scripting, web …

Member Avatar for ZZucker
0
523
Member Avatar for JellyHead

I'm sorry, Windows ME was an abhorration that never should have been created. The only complaints I have about it aren't that tangible. For one thing, how is it that you can reinstall it, and it can crash before installing ANYTHING? I mean ANYTHING-- no drivers, nothing. That's the mark …

Member Avatar for Zappaboss
0
246
Member Avatar for Simonsl8er

Have you tried a [url=http://www.google.com]Google[/url] search for that message? Just type the exact error message in quotes there, and you may come up with a solution on your own.

Member Avatar for Colin 4228
0
724
Member Avatar for dragon@dragon64

What kind of hard drive are you trying to install on? You probably need to load the Drivers for your hard drive controller at the F6 screen during the XP install.

Member Avatar for poeg
0
140
Member Avatar for Reef808

I agree. Having worked in the computer manufacturing field for a good while now, I can only say that I can empathize with your situation. If they're not fixing stuff, PESTER THEM. Write letters, ask to speak with managers, do whatever you have to do. If you're not getting the …

Member Avatar for Reef808
0
486
Member Avatar for Gian-Luca18

If the ports are open on your work's firewall, you can connect to a VNC server at your home. However, you will need to run [b]port forwarding[/b] on your home's router. You'll need to look in the router's documentation on how to do this, but you basically forward port 5900 …

Member Avatar for george4m
0
192
Member Avatar for paynekiller

Hi Paynekiller! Welcome to TechTalk! I just moderate this forum, so I wouldn't be able to help troubleshoot your code, but could you surround your code with [ code] and [ /code] tags? Like this: [code] Soldier *first=NULL,l1; int choice; while(1) { cout<<"-> [1] Insert Soldier \n-> [2] View Soldiers …

Member Avatar for findsyntax
1
121
Member Avatar for alc6379

Greetings all, I'm actually proud to have a question I've never seen asked here. I've got a 1.5GB text file (YES, it's really 1.5GB) where each line needs a set of modifications. I've got the application running in a single-thread, whereby each line is read in, the modification is made, …

Member Avatar for alc6379
0
3K
Member Avatar for IT_Techno

That's not so much a C# question as it is one of Windows file management. Check out this information on AutoRun: [url]http://msdn2.microsoft.com/en-us/library/bb776823.aspx[/url]

Member Avatar for ademzuberi
0
507
Member Avatar for pizzafiend

[QUOTE=Catweazle]Is rap OK? Here's one I did a while back in answer to a [url="http://www.pcuser.com.au/pcuser/hs2.nsf/web/3765E45E202B5145CA256E7D002AB9EC"]reader question[/url] for my work site :[/QUOTE] Don't forget me in the background doing the beat box! pft pft *HUH* pft pft pft *HUH* pft pft *HUH* A-hubba-hubba pft A-hubba-hubba (scritchy-scritchy-scritchy) Word to your motherboard. :cool:

Member Avatar for maydhyam
1
293
Member Avatar for gray

hrm... good question... I don't know offhand, but I did a quick Google search. Maybe it will help you: [url]http://www.google.com/search?hl=en&ie=UTF-8&q=%22Math+forum%22[/url]

Member Avatar for sarehu
0
186
Member Avatar for ddwyer50

What type of authentication does the site use, and what module did you use to do your downloading? Depending on whether the Python module you're using supports it, and the web authentication type, you might just be able to pass the authentication in this form: http://user@pass:www.website.foo/secured If you're working with …

Member Avatar for EAnder
0
219
Member Avatar for Dick

Why do you want to go back to FAT16? There's really no good reason to do that. FAT 16 can only support a partition size of 2GB or under. Do you mean converting from NTFS to FAT32, perhaps? This is not possible, at least according to Microsoft. The only conversion …

Member Avatar for gerbil
0
1K
Member Avatar for Rainman

I'm going to be brief: Nope. It won't work. Two different OSes, two different drivers are needed.

Member Avatar for JMorris
0
211
Member Avatar for dotNetDummi

[QUOTE=Saiveena;486072]hi i am new to asp.net and can i have the details od automatic sending mail... here iam using SQL server 2005 and sql 2000 so how can i do the above methods? please explain in brief...[/QUOTE] Saiveena, Please reread this entire thread before posting a question. A user has …

Member Avatar for itssvipul
0
255
Member Avatar for Fasola

Can't you just post a link to the source code, rather than keep pasting it into this thread?

Member Avatar for hacker9801
0
1K
Member Avatar for anishsuresh

Have you set this server up as a gateway, or anything? You mentioned all of those services, but have you installed routing on it?

Member Avatar for wmanjonjo
0
116
Member Avatar for jazzbo

Did you encrypt them or something? If you did, there's not going to be much of a way to get them off, as that's kind of the point of the encryption. But, if it's just a permissions problem, logging in as the real Administrator account might allow access to them.

Member Avatar for Jagdfox
0
263
Member Avatar for jayybhagat

Sounds like an awfully ambitious project for a beginner... Have the people requesting the application specified what requirements they need, exactly? That sounds like the best place to start...

Member Avatar for peter_budo
0
172
Member Avatar for amygoel

Is this some kind of homework question? What are you asking in relation to?

Member Avatar for Pikachumanson
0
86
Member Avatar for Suetan

Be careful with Pricewatch-- there's a bunch of bait and switch business going on there. They try to fight it, but you'll see some piece of hardware going CRAZY cheap, but then they'll throw exorbitant shipping fees at you...

Member Avatar for shannygeek
0
167
Member Avatar for handyman_uk

If turning hardware acceleration off helped the issue, then it could have something to do with your video card, or your video drivers. Have you updated the drivers, or changed your video card recently? It sounds like you might have an issue with a function called overlay, which is a …

Member Avatar for Socrates-1
0
499
Member Avatar for johnroach1985

What are you wanting to do exactly? Specifically, do you have a question regarding a portion of the code?

Member Avatar for o.narasimharao
1
191
Member Avatar for edek

[QUOTE=edek;613088]Hi, 1) Is it better to create one dataset for the whole project than many smaller (like one for each form)?[/quote] Depends. If you're using the datasets in the designer view, you really don't have THAT fine-grained of a control over when the datasets are instantiated, and how long they …

Member Avatar for edek
0
198
Member Avatar for Shubhib

That's not right. You can't use WinForms code to do that in ASP.NET . There isn't a DialogBox control. It's a little more complicated than that. The way I normally make a modal dialog box is to use the Modal Popup control in the AJAX.NET toolkit. You can build a …

Member Avatar for peter_budo
0
88
Member Avatar for dru987

[QUOTE=azaran2oo2;613365]Hi, I have a form in which i want to update data if there is a repeated data in tne table. the table is in access, and i use: vb.net2003. but i recieve the syntax error in update command. will you please help me: objCmd = New OleDbCommand("UPDATE Table1 WHERE …

Member Avatar for alc6379
0
267
Member Avatar for ConfusedMuchMor

You probably have to put the full path to the file. If the files are not in the same directory as the executable (which they're generally not if you just hit F5 and run from within Visual Studio), then just putting that file name won't work.

Member Avatar for alc6379
0
145
Member Avatar for khaled_nagaty

The End.