14,025 Topics

Member Avatar for
Member Avatar for Lord_cheese

Right, I'm new here so many appologies if this is a duplicate thread. I cannot open McAfee, MSN and various sundry programs. I've done the normal with SpyBot (love that program) and have no positive result to speak of - basically, I'm flumixed. It may be down the amount of …

Member Avatar for crunchie
0
169
Member Avatar for Kevin from Heav

How do I open a .mim file? Recently, I sent an email from work to my home. The file was a Microsoft Word document. The file was sent through Internet Explorer. After downloading the file there was a prifex of .mim I only have Stuffit Deluxe from Aladdin Systems and …

Member Avatar for barbulescu
1
256
Member Avatar for bubba-bo

Hi, I am having trouble with a question and am wondering if someone knows where I am going wrong. I am to list the patients of a hospital (persons that have been admitted) that have a next of kin listed as a staff member. I am to list the patient's …

Member Avatar for macca21
0
86
Member Avatar for choover12

i need help, i am making a web browser in vb 10 and i have a built in media player and i want to make a play list. i got it to work with a listbox but not anything else. For the menustrip [CODE] Private Sub PlaylistToolStripMenuItem_DropDownItemClicked(ByVal sender As System.Object, …

Member Avatar for choover12
0
564
Member Avatar for ninjaimp

HI I am trying to write data to an access table from vb.net. The code all seems to run fine but no data is being sent to the db though! the code i have got is [code] Dim itemcount As Integer Dim MyCn As OleDbConnection Dim sql As String 'Dim …

Member Avatar for happy@usa
0
241
Member Avatar for kristay

I'm not sure this is even a security issue but..... when I click on a link that is coded to open a new IE window, the new window opens but always displays "Page cannot be displayed". Trying refresh or copying the address over doesn't work either. I've tried - clearing …

Member Avatar for crunchie
-1
278
Member Avatar for Sunshineserene

Hi, I have a java program with quite a lot of classes. I'm facing a problem with accessing some variables from another class. May I know how to I access it? Is it possible?

Member Avatar for tong1
0
14K
Member Avatar for skyzer

Hi. i get this blue screen when starting my PC very often. Here are my PC specs (report from everest) [QUOTE]Operating System Microsoft Windows XP Professional 5.1.2600 (WinXP RTM) Date 2010-08-25 Time 19:24 --------[ Summary ]----------------------------------------------------------------------------------------------------- Computer: Computer Type ACPI Uniprocessor PC Operating System Microsoft Windows XP Professional OS Service …

Member Avatar for screwball2010
0
421
Member Avatar for gaurav9991

i can't start task manager on my xp sp2, i think it's due to a virus. when i try reg editor it enables, but if i close task manager, again the value in registry changes from '0' to '1' automatically !!! please help me... it's my trend micro hijack report …

Member Avatar for techsheaven
0
190
Member Avatar for sirios

So i've been having my pc for 2 years now.Here is it's speccs: OS : Microsoft Windows Xp HE SP3 CPU : Intel Core 2 CPU 4300 @ 1.80Ghz Ram : 1gb Graphic Card :Nvidia GeForce 8600 GT 250mb MB : Asus P5L-MX When i got my pc i could …

Member Avatar for Rik_
0
293
Member Avatar for Kindson

I'm working with microsoft report in asp.net. I recieve error message saying "An error occurred during local report processing". I've cross-checked and cant figure out where the problem is comming from. Here is my code: [code = vb.net] Dim params(0) As Reporting.WebForms.ReportParameter params(0) = New Reporting.WebForms.ReportParameter("RateId", caption, False) rv.LocalReport.SetParameters(params) [/code] …

0
110
Member Avatar for cwarn23

Hi, I just upgraded from Windows XP to Windows 7 Home Premium in my virtual box so that the operating system could recognize all of the cpu. My Virtual box setup is a 5 core 1 thread per core setup and XP Pro only sees 2 cores (dual core). Then …

Member Avatar for cwarn23
0
239
Member Avatar for miweiser

Can I get some assistance with the T SQL syntax required to use the contents of this combo box in a pass thru query in order to improve performance response time over the LAN [CODE] [Forms]![WELCOME]![FILTER_BUILDER].[Form]![Combo28] [/CODE] Apparently TSQL doesn't like the "!" from Access: [CODE] SELECT dbo_A_VIEW_LOWEST_LEVEL.contract, dbo_A_VIEW_LOWEST_LEVEL.[Profit Center …

Member Avatar for miweiser
0
195
Member Avatar for s0ur

HI All, My name is s0ur and I am not a programmer. Isn't that the first step to recovery? I am hoping that the experts can help a noob. I am trying to write a python script that will run on windows login. it should do the following: 1) ping …

Member Avatar for Beat_Slayer
0
301
Member Avatar for keeda

Hi, I have a table Employee that has a coloumn EmployeeID, SupervisorID, and Active(values Yes or No).. I need to find the number of Active Employees(with Active as Yes) under each supervisor.. how can I write the query? I am using Access 2007. Thanks!

0
72
Member Avatar for keeda

Hi I have 2 tables say A and B. Table A has EmpID, First Name and Last Name. Table has Award Recipient, Award Presenter ID(EmpID format). I want to write a select query where I want to fetch First and Last name of the Award Presenter from table A based …

Member Avatar for keeda
0
102
Member Avatar for ryan311

i have a problem in connecting in access 2003 here is my code Module Module1 Public cn As New ADODB.Connection Public rs As New ADODB.Recordset Public Sub connection() cn.Open("[B]Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Project Management\pm.mdb;Persist Security Info=false[/B];") cn.Open() End Sub Public Sub OpenRecordset(ByVal sRecordset As ADODB.Recordset, ByVal sString As String) sRecordset.CursorLocation = ADODB.CursorLocationEnum.adUseClient sRecordset.Open(sString, …

Member Avatar for lolafuertes
0
76
Member Avatar for leverin4

Is it possible to check which version of Excel a user's computer will open while in a VB6 application? Some users will be using Excel 2003 and some will be using Excel 2007 and, in theory, a single command button will open one of two excel sheets based on which …

Member Avatar for AndreRet
0
519
Member Avatar for The Shadows

Hi, I have to write an address book using structs for a class. I have 90% of the code done, but I am having trouble ordering it. It is supposed to read in 10 entries from a file and then sort them by last name. All the information also has …

Member Avatar for bonethugs
1
418
Member Avatar for kerek2

Hi all...need help from u all...i already develop system using VB.net with Microsoft Access 2003 as my database. when i running in Windows XP it's working great but when running in Windows 7, i can't insert into it...can anyone help me plz

Member Avatar for kerek2
0
141
Member Avatar for kashy!

I am having a small problem with dataset problem defination is: _____________________________________________________________ System.Data.OleDb.OleDbException was unhandled ErrorCode=-2147217843 Message="Not a valid password." Source="Microsoft JET Database Engine" ________________________________________________________________ and My connecting string is: _______________________________________________________________________________ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="D:\Shop Inventory\database\DATABASE.mdb";Persist Security Info=True;Jet OLEDB:Database Password=123456789" ________________________________________________________________________________ WHERE the password I added is right but whenever I try …

Member Avatar for tarikraza143
0
200
Member Avatar for GMSI

I have windows XP version 5.1, SP 2. Tried installing Turbo C, on ruuning the install.exe, it does not take any input from keyboard. e.g. it says press Enter to continue. When I press Enter nothing happens. CAnt even close the install window. Have to kill it to close.

Member Avatar for Adak
0
776
Member Avatar for khess

I saw this article yesterday titled, "[URL="http://tech.yahoo.com/news/pcworld/20090220/tc_pcworld/studyfederalgovtcansavebillionsinitspending"]Study: Federal Gov't. Can Save Billions in IT Spending[/URL]," and feel compelled to comment. The gist of the article is that by switching to open source software, like Linux and OpenOffice.org, the federal government would save billions of dollars in IT costs. This is …

Member Avatar for nmstategov
0
483
Member Avatar for bluerdanblue08

Anyone please help me! I would like to learn and create a crystal report with ms access database and view it with crystal report viewer for our special project in school, I have no idea and I tried to look for some tutorials in web but I didn't saw a …

0
81
Member Avatar for techie1991

I have just started writing C code in dev-c++. The programs are running fine, but each C program shows me the following warning: [QUOTE] [Warning] command line option "-fno-access-control" is valid for C++/ObjC++ but not for C[/QUOTE] The test program I used was: [CODE] #include<stdio.h> int main(){ system("pause"); return 0; …

Member Avatar for Kanoisa
0
573
Member Avatar for nil_datta75

Hi Rik, (if you are there) Some chinese webpage opens up automatically.. and that too sometimes in midst of my presentations.... ran malware bytes.... cleaned up but still today it opened up.... Attaching Hijachthis log for your viewing. Please help. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:59:12 …

Member Avatar for gerbil
0
515
Member Avatar for vinnieashken

I wanted to make Win32 API applications to get the natural look and feel of the operating system's visual styles. someone suggested i include [code=c] #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"") [/code] in my code but he is using visual studio while am using codeblocks which just ignores the …

0
30
Member Avatar for DeathsDesign

I originall y had XP isntalled on my system I partitioned my drive and set up a partition so i could install windows 7. Everything worked fine. smooth as silk. I noticed my xp was running odd so i then decided to reinstall xp on the xp partition(C:). Well now …

Member Avatar for sanjib dhar69
0
309
Member Avatar for mrshowrules

Here is the copy of the log file from hijack this. I can access exe files, task manager etc. IE opens but the searches open up spam sites and other search sites. I ran malware bytes and cc cleaner. please advise: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at …

Member Avatar for crunchie
0
82
Member Avatar for seldridge

My name is Steve and I am a GIS freak and geek from the days of actually using a pencil and paper but have graduated to the digital age. Look forward to getting and giving some help. My strong points are ArcGIS Models, MS Access, and other Microsoft stuff, my …

Member Avatar for mackone
0
223
Member Avatar for D4Stone

Is it safe to purchase MS Office 2007 or 2010 on Ebay. Why can I buy it so much cheaper then the regular retail price? Is it legal?

Member Avatar for caperjack
0
253
Member Avatar for dietdew12z

I've been building a commercial website and I'm ~30% finished, but there's a little problem I've been dealing with that I think I can stop but before I do all that I want to know if it works. So here's the deal. Right now I'm running Apache on my machine …

Member Avatar for dietdew12z
0
148
Member Avatar for gangaloves7

hi i wanna combine all three column values in column... i want some thing lik this PartNo Stock Obsolute Replaced order part no 12345 10 12345 12346 10 12346 12347 11001 11001 12348 11002 11002 12349 12349 Empty 12350 12350 HELP ITS URGENT!!!!!!!!!!!!!!!!!

Member Avatar for kinwang2009
0
125
Member Avatar for lgriess

How do I configure the PasswordRecovery object so that I can pull the password from the webservice rather than allowing direct access to the sql server database? Where does PasswordRecovery even do the sql for getting the users password from the database? All the examples I've found show the PasswordRecovery …

Member Avatar for Momerath
0
163
Member Avatar for ypdev

Hi All, I would like to create navigation menu where all related links display in a small window like [URL="http://www.microsoft.com"]Microsoft website[/URL]. Is this CSS or JS? can you help with direction where to start from? Thanks... Perry

Member Avatar for ypdev
0
197
Member Avatar for mikegeig

Hello everyone, I have an issue with an installation of Outlook 2007. I am also running Exchange 2007. On this client PC whenever I authenticate (it asks for username and password since this PC is not a member of the domain) Outlook freezes. I have other non-domain PC's that work, …

Member Avatar for CWorl
0
188
Member Avatar for echendrix1271

[FONT=Arial]undefined[/FONT][SIZE=3]undefined[/SIZE]I have been using Microsoft Office 2003 for 2 years with no problems. 2 nights ago I tried to get into excel. all I got was an error. I messed with it for awhile. Then removed it with the intension of just reinstalling it. The file MSOHEV.DLL will not delete, …

Member Avatar for conichi
1
1K
Member Avatar for ticktock

Hey all, I am currently fiddling around with SQL/Access statements in C# and created a very simple dictionary program that will search for the words depending on the length of each text entered in one text box. So when the user presses the search button it the program will search …

Member Avatar for Fezzer
0
463
Member Avatar for tycomps

Hi all, Win xp pro sp3, ie8. Firefox connects and is functional, internet explorer will not connect. Malwarebytes connects and updates no errors found in safe mode scan. Mcafee update fails with connection error and windows update will not connect. Below are associated logs, any help is greatly appreciated. Thanks …

Member Avatar for crunchie
0
274
Member Avatar for forumite

Training management system: Hi, I want to build a webpage in a plain HTML, JavaScript, CSS. In this webpage, I want to build a TRAINING MANAGEMENT SYSTEM. Requirements: 1. A form which should take the trainee's unique id and process it. If the entered trainee ID matches with any of …

Member Avatar for Henzard
0
226
Member Avatar for apachex

I need help for connecting my 'Access' database to asp.net website. Coding is in C# . I was working on making a registration page, but since i was unable to connect, I tried a test code for login and it ain't working :icon_cry: I am using the following code for …

Member Avatar for dnanetwork
0
232
Member Avatar for qiera

i am new with vb and this is my code that i work with.. there are errors in my code to view data from ms access into data grid.. can anyone help me to solve this problem? thanks... Imports System.Data.OleDb Public Class frmView Inherits System.Windows.Forms.Form Dim DB As OleDb.OleDbConnection Dim …

0
33
Member Avatar for gdsbt1

I am on a trip away from home and have my Toshiba laptop with me. The past week or so I have been getting redirected to random sites when I do a search and click on a search result. I am assuming I have picked up a Trojan or something, …

Member Avatar for jholland1964
0
136
Member Avatar for APatrizio

[ATTACH=RIGHT]16891[/ATTACH]After a 2009 to forget, the server business is rebounding well, although some segments are doing better than others. [URL="http://www.idc.com/getdoc.jsp?containerId=prUS22467210"]According to market researcher International Data Corp. (IDC)[/URL], worldwide factory revenue for servers grew 11 percent year-over-year in the second quarter of this year to $10.9 billion and unit sales grew …

1
269
Member Avatar for Techsavy

Hi Hi, Please find the attached HTML Source Code. I was able to achieve Collapsing/Expand at Project Level but not at the vendor level. However, same HTML works fine with IE 8 and FF. The Expand/Collapse at the Vendor Level fails with XHMTL Strict 1.0 and IE 7. Can any …

Member Avatar for hielo
0
122
Member Avatar for Cosmonaut

Hi, I have been referred here by a good friend of mine. I hope you can help I have an annoying problem with my browser (Chrome, Firefox, Explorer) redirecting to random sites and more often than not to a blank page. but Yesterday I started having problems with my wireless …

Member Avatar for crunchie
0
452
Member Avatar for elanch

hi all! I need to make a form in Ms-Access as EXE file. So that the file can be runned without opening Ms-Access. I know that, it is possible in Vbasic but whether it is possible to do in Ms-Access. Thanks

Member Avatar for Petre
0
3K
Member Avatar for neosonic

Hi, I am currently using ms word template .dot to create a ms word document. My current goal is to create .xml file to be used for quickbook sdk input (qbxml). I am using ms word 2003 and I can save those .dot as a .xml document, but it is …

Member Avatar for neosonic
0
200
Member Avatar for jigen7

Hi to all, I currently need help ,we have a case study assignment , so far i need some information on how to implement this kind of network plan, for example what hardware and equipment would be necessary to satisfy the network needs.any info would be helpful thanks So far …

0
72
Member Avatar for slingingshot15

hi there, my name is brian. i am doing a final year project for school and i need to come up with a school databse using microsoft access. can u al give some ideas as to what should be included in the database. eg. what it should be used for...eg …

Member Avatar for MoZo1
-1
93

The End.