262 Posted Topics

Member Avatar for Trebron
Member Avatar for lpmike

[code] Dim dt As New DateTime(2011, 4, 5) Dim s As String = dt.ToString("yyyyMMdd") [/code] also, if you import the vb6 references (tools, upgrade vb6 code) type code and convert it to add the simple way, im not sure the reference names you can do vb6.format(now(), "YYYYMMDD")

Member Avatar for lpmike
0
83
Member Avatar for duliduli556

ok, but for his question.. if you did say an xcopy to the external drive, formated your machine and installed from scratch would your programs run for the external? more than likely: NO. Some may run, if they are independent files. but for most programs, they are not independent. MP3s …

Member Avatar for Banners Mall
0
122
Member Avatar for skald89

i would think the designer is responsible for the css, html, and graphics. while the web programming would be in charge of the backend php or javascript for say login, shopping carts, product views etc. depends on the situation just like csurfer said

Member Avatar for skald89
1
176
Member Avatar for mah300274

uhm. i would have to ask how many people are you going to actually host on this server. that is the answer to your server question.. and you need to have high bandwidth (make sure it is a high upload, not just down speeds) but then you have to think …

Member Avatar for jlego
0
237
Member Avatar for Mike Bishop

i do not know if i am right, i normally add an isnull into a query, but i beleive in .net it is [code] if string.isnullorempty do what if it is nothing else do what if it is something end if [/code] that could be wrong though.

Member Avatar for Unhnd_Exception
0
88
Member Avatar for darkelflemurian

honestly, if you are running windows 7 and visual studio .net and whatever else you are doing you want to up that ram to atleast 4gbs.

Member Avatar for jlego
0
112
Member Avatar for ctkam

Open C:\xampp\php\php.ini file in your notepad text editor and look for this section: [CODE] [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = "CURRENTIMEZONE" [/CODE] Go to this link [url]http://us2.php.net/manual/en/timezones.europe.php[/url] to get your time zone and replace the Europe/Helsinki with your own time zone …

Member Avatar for htmlCoder101
0
198
Member Avatar for skald89

i have heard that some places charge like 2,500 for the first 10 pages. then i think 100 per each additional? i dont know if this is right - im just throwing in what i heard. That was for a free lance designer though...

Member Avatar for BitBlt
0
240
Member Avatar for kazekagerandy
Member Avatar for jlego
-1
148
Member Avatar for ukfreak
Member Avatar for JamieLynnSEO

i dont know how to insert an image into a post as you did but check out this message box: [url]http://holykaw.alltop.com/best-i-quit-noteever[/url]

Member Avatar for jingda
2
316
Member Avatar for jlego

im not a mac user, at all... im trying to add a mac mini to my local dc. i have followed a few online tutorials on how to do this, however whenever i reach the part to enter the account responsible for adding computers to the domain, which is administrator …

Member Avatar for viber101
0
136
Member Avatar for jlego

i have a site, [url]www.blaircountylawnservice.com[/url] I promoted it for the last year - it does what i need it to. I recently just purchased a new domain that points to the same location [url]www.freelawncarehelp.com[/url] I have read/heard before, that if your domain name contains the search string you normally get …

Member Avatar for JamieLynnSEO
0
147
Member Avatar for Erek4

as far as i know, your signature is stored in outlook itself. so, im not sure what you are doing, but if you do a simple mailto:email@email.com?body=google? and outlook is your default email client for the system you are clicking the link on, whenever your new email window pops up, …

Member Avatar for jlego
0
77
Member Avatar for news

hm close AVG, try starting in safe mode with networking and running the update. other than that i dunno good luck!

Member Avatar for benmar
0
68
Member Avatar for mrnutty
Member Avatar for susheelsundar
2
284
Member Avatar for Pytho

i think that you answered your own question IIS doesn't natively use .htaccess files. look at ISAPIRewrite, don't know how it works in IIS 7

Member Avatar for jlego
0
99
Member Avatar for LogicWeb

from what i have read in the past, you are at the mercy of the google. i dont know how to answer your question, but i can i ask why you changed it to .html instead of .php ? are .html more seo friendly?

Member Avatar for tinymark
0
154
Member Avatar for jlego

the language is vb.net, but it is more of a mysql database question. I have a table that holds customer repair information (where it is, whats going on, if it was completed, etc). the table starts with a basic auto increment ID, the id is used to view the repair …

Member Avatar for smantscheff
0
141
Member Avatar for pskumar1
Member Avatar for Techdavid

what software runs on the machine. after it shuts down, look at the event logs. under application and system. find the error listed and post it here

Member Avatar for lasitha2005d
0
470
Member Avatar for nizuya

listrak.com might be able to help you, but it isn't cheap. i don't know if this will help you or not, just wanted to give a suggestion

Member Avatar for AndreRet
0
209
Member Avatar for heals1ic

Try subinacl [URL="Try using subinacl: http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en"]Try using subinacl: http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en[/URL] subinacl /applyonly=own /subdirectories "c:\users\admin" You might also try cacls cacls "C:\users\Admin" /t /c /g Everyone:F do this in safe mode''

Member Avatar for ComputerCharmer
0
885
Member Avatar for seikeun

get the newest malware bytes anti malware program, reboot into windows safe mode and scan again. or use an online scanner in safe mode. like pandasecurity.com/directscan i think is the url.

Member Avatar for crunchie
0
212
Member Avatar for vegaseat
Member Avatar for jlego

not sure where this should be posted. its a software / hardware suggestion question the company i work for has had nothing but problems with tag printers for as long as i remember (they print small tags that fit on jewelry, rings etc.). after hearing of the problems going and …

Member Avatar for jlego
0
113
Member Avatar for msaranya

are you using an internal mail server? or are you using a public like gmail etc. are you submitting proper authentication?

Member Avatar for jlego
0
101
Member Avatar for Borzoi

Enter your current age into the calculator Multiply by 2 Add 5 Multiply by 50 Subtract 365 Add the number of children you have (0 if you have no kids) Add 115 The first two digits of the result should be your age and the last two digits should be …

Member Avatar for Borzoi
0
745
Member Avatar for AnooooPower

maybe im wrong with what u mean, [CODE] private sub determinecheckstatus(ByVal sender As System.Object, ByVal e As System.EventArgs) handles checkbox1.CheckedChanged, checkbox2.checkedchanged, checkbox3.checkchanged and so one dim textboxtext as string = string.empty if checkbox1.checked then textboxtext += " checkbox1, " if checkbox2.checked then textboxtext += " checkbox2, " if checkbox3.checked then …

Member Avatar for codeorder
0
3K
Member Avatar for thelostboy

Do you currently work for a company? Are you starting in at entry level? If I was in entry level, and an employer asked me what AD i currently used, I would probably tell them I don't use an active directory server at home.. what default* ports do pop3, smtp, …

Member Avatar for Moncky
0
110
Member Avatar for Rik_

most ISPs do suck. this has been going on forever imagin this, my companies ISP (fastest in area for some reason..) is so bad, that we pay 250$ /m for 12 by 1.5 mb speeds. We are on a business class, where using there outbound business server, and there spam …

Member Avatar for jlego
0
202
Member Avatar for rayand

have you recently made any changes to your routers configuration?

Member Avatar for kanhaya91
0
115
Member Avatar for debayanmitra

depend son the webcam software you have if it can take still images. snapshots is probably what it would be called if not find a video editor that takes snapshots from the video if that doesnt work, use a digital camera or cell phone?

Member Avatar for jlego
0
223
Member Avatar for apcoolj
Member Avatar for ninjatalon

you can sort the data using mysql examples would be [CODE] select * from table order by column_name DESC select * from table order by column_name ASC [/CODE] this will return sorted results way faster than if u wrote a manual sort in vb .net as for a combobox, it …

Member Avatar for zy_430l
0
630
Member Avatar for gamaliel

there is a bunch of ways to do this. firewalls, block lists i used to block people in the office from using limewire and itunes by using opendns.org to reject P2P sites what kind of setup do you have going on?

Member Avatar for user422
0
142
Member Avatar for harysh

what are you trying to access from the server with the andriod? I think SSL certificates might be what u r looking for not positive though. i remember fantly doing something inthe past with an iphone and a ssl cert

Member Avatar for harysh
0
171
Member Avatar for zachman1094

its very simple. what version of windows is the media center pc running? just have that computer have a music share that is shared with all the home group. join all other machines on your home group - and all should have access to the music.

Member Avatar for jlego
0
154
Member Avatar for pro_learner

hit the start menu. type backup click backup and restore create a system-image, create a system repair disc system restore is different then the recovery discs. your friend is right you will need around 5 dvds to create the recovery disc.

Member Avatar for jlego
2
214
Member Avatar for skipdn

akamai is used for more than microsoft updates, nortan ect. i use it on a few sites. it basically keeps a cache of ur css, images, etc. on servers all around there world and updates them periodacally with your main server (from what i understand) and is relatively cheap to …

Member Avatar for skipdn
0
147
Member Avatar for kazekagerandy

do you mean real time editing of photos inside of your vb application? like a photoshop but with your pre-defined stuff?

Member Avatar for kazekagerandy
0
3K
Member Avatar for spydanger

from your post, i assume that you want to click a button that is located in a website you are accessing using the vb.net webbrowser control use the timeout mentioned above, and try: [CODE] Me.webbrowser1.Document.Forms(0).InvokeMember("submit") [/CODE] submit being the buttons name. .. why do you want a webpage to do …

Member Avatar for spydanger
0
2K
Member Avatar for jems

.. anything is possible. are the websites you are entering your private information secured using valid CA SSL certificates? is your wireless connection private or public? (Home, Work, Public) Do you have any antivirus, firewall software? Do you install all windows and IE security updates? there are alot of ways …

Member Avatar for jak0b
0
138
Member Avatar for sklingb1

is there anything else in the event logs either on the client side or server side? even a warning or does the system freeze before it has a chance to write an event?

Member Avatar for jlego
0
122
Member Avatar for webteam

get rid of group by j.state_id (im assuming that is the id for a state name) your essentially grouping everything under one state if im right i live in pa if im from pittsburgh, but you group state, for all i know altoona or philidelphia could be the only viewable …

Member Avatar for jlego
0
428
Member Avatar for shanboy

server service. i dont know much about your network config, windows network im assuming. preferable use DHCP on the server, with dns information configured. make sure all the workstations are part of the domain i normally give them a naming convention like 'LOCATIONSYSTEMUSER' example: corpwin7jeff this way when i look …

Member Avatar for rch1231
0
230
Member Avatar for jlego

kind of directed towards adatapost... in most of my applications, i have a public function called DBUpdate() [CODE] Public Sub DB_Update(ByVal strQuery As String) Dim ADOCmd As New ADODB.Command Try If ADOConnect.State = ConnectionState.Open Then Call CloseConnection() ADOConnect.Open(dsn, user, pass) ADOCmd.ActiveConnection = ADOConnect ADOCmd.CommandText = strQuery ADOCmd.Execute() Catch ex As …

Member Avatar for jlego
0
152
Member Avatar for horrerbaba
Member Avatar for soulman247

making money online involves alot more than just putting a website online. there is good ways, and bad ways. as for your website, i didnt look at it so i could be wrong.. first, make sure you have quality content. original, and detailed. make sure you have strong meta keywords …

Member Avatar for jember
0
211

The End.