14,025 Topics

Member Avatar for
Member Avatar for Zinderin

I'm learning C# on my own (I know C, Pascal, and about 8 proprietary languages) ... I'm stuck with VS2005 Pro (no budget) so I can't upgrade and I can't use Linq. I'm using Access just for simplicity at this point. What I'm trying to do, is what I've done …

Member Avatar for nick.crane
1
97
Member Avatar for Techwriter10

There was a a lot of news coming out Microsoft and Apple last week: * On Monday, Apple released its stellar [URL="http://www.apple.com/pr/library/2009/07/21results.html"]earnings report[/URL]. * On Monday, Microsoft opened up the [URL="http://www.mssharepointconference.com/"]SharePoint 2009 Conference[/URL] in Las Vegas * On Tuesday, Apple released its latest [URL="http://www.metro.co.uk/tech/article.html?Apple_launches_new_MacBook,_iMac,_Mac_Mini_and_Magic_Mouse&in_article_id=755089&in_page_id=150"]product lin[/URL]e * On Wednesday, Microsoft announced …

Member Avatar for Lecee Lery
0
524
Member Avatar for s_sridhar

Hi all, I'm working on conference room booking software with MS-Access as the back end. I need to retrieve the records which doesn't clash with the already booked dates. I have a table called conference_room_status which has the fields Conference_Room_Name | BookedPerson | DateFrom | DateTo | TimeFrom | TimeTo …

Member Avatar for dmarino1
0
163
Member Avatar for jessiecole

i hope i'm doing this right. Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4275 Windows 5.1.2600 Service Pack 3 Internet Explorer 8.0.6001.18702 7/5/2010 8:52:15 AM mbam-log-2010-07-05 (08-52-15).txt Scan type: Full scan (C:\|D:\|) Objects scanned: 260308 Time elapsed: 3 hour(s), 34 minute(s), 12 second(s) Memory Processes Infected: 0 Memory Modules Infected: 0 …

Member Avatar for jessiecole
0
434
Member Avatar for weasel7711

I have set up a Samba file server on linux that is hosting files for my windows dominant network. However, even though I've changed: [code]workgroup = WORKGROUP[/code] to [code]workgroup = ExampleWRKGRP[/code] Then I restarted Samba. It still shows up in the windows network in the workgroup "WORKGROUP" What am I …

0
147
Member Avatar for TiZo

Hi all, Can someone please help... I have a small youth football web site and would like to display the league table on a web page. What is the best way to display this information, so that it is not to manual when i come to update the results weekly. …

Member Avatar for TiZo
0
203
Member Avatar for RachelMarie

I read a post similar to my issue, but my situation's a bit different. See, my computer starts and then stops. I press the power button, the fan starts, the lights flicker and then nothing. I literally have to press the power button 15 to 25 times to finally get …

Member Avatar for RachelMarie
0
209
Member Avatar for happygeek

Most people seem to think that Microsoft is the most insecure vendor while Apple reigns supreme at the top of the good security league. However, a new security report would appear to turn that assumption on its head, claiming that when it comes to the vendor with the most vulnerabilities …

Member Avatar for aaln
0
579
Member Avatar for icntoaun

I need to move a chart from one sheet to another in an Excel workbook, and I am having issues with different versions of Windows and Excel. Here is the code I am currently using: (excelApp is declared correctly) [code]excelApp.Workbooks("Book 1").Sheets("Sheet 1").ChartObjects(1).Chart.Location(2, "Chart 2")[/code] This works perfectly and consistently with …

0
137
Member Avatar for jjemphoung

hey please help me! i cant able to delete a registry entry in my startup [HKLM/Microsoft/Windows/CurrentVersion/Run]. this results to an error which pops up during the startup of my windows. when i delete it, it will gone and when i press F5, it will still be there. the registry entry …

Member Avatar for gerbil
0
207
Member Avatar for steaky1212

Hi, A bit of a tricky question, so I will try to explain everything in its fullest. I am trying to replicate some of the Terrarium work done by the Microsoft guys, but I dont want to look at any of their code. Anyway I have my base class which …

Member Avatar for nick.crane
0
207
Member Avatar for masterjiraya

I have a dvd copy of microsoft visual studio 2010. And I wanted to install the full software programming including F# but I stuck up on the first place... I tried to isolate the problem so I tried to copy the whole dvd and paste in my drive D: but …

0
112
Member Avatar for djm123

I have my resumes on the desktop. For some reason, I am getting the TILDA symbol on the first character of the file name and I have no idea why....Can anyone elaborate on why this might occur and what I can do to avoid it ?

Member Avatar for khakilang
0
57
Member Avatar for BrentA

Greetings! I'm suddenly having a problem accessing web pages in Internet Explorer v7.xx. Getting error message for all web pages: "Internet Explorer cannot display the webpage". File->'Work Offline' did not accidentally get checked. NOTE: I am able to log on to Windows Messenger, just not Internet Explorer Here are the …

Member Avatar for BrentA
0
212
Member Avatar for Tekmaven

[b][i]"Every time we raise the bar, you-know-who stoops to a new level." - Novell[/i][/b] - Novell is a powerfull network operating system. Response: Its not out dated. In fact, Microsoft stole the .NET idea from Novell (Novells ONE Net Strategy)! - Novell requires a bulky client for conectivity Response: Nope! …

Member Avatar for pr4wn4
0
548
Member Avatar for patrickm129

Hello, I am making a *.vbs file and I need help putting two codes in. The first code is to make a .txt file named "Hello World", with the text in the .txt file "Time ... (your time)-Test123" Code: [CODE]myfilename = "\Hello World.txt" MakeHelloWorldFile myfilename Sub MakeHelloWorldFile (FileName) 'Create a …

Member Avatar for patrickm129
0
207
Member Avatar for caristin

When I start Sims2, this message pops up: "Failed to find any DirectX 9.0c compatible graphics adapters in this system! Please make sure you have DirectX 9.0c... yadda yadda yadda" Well, I have DirectX 9.0c. So I ran DXDIAG, then I went to 'display' and all the DirectX Features are …

Member Avatar for Nebak
0
267
Member Avatar for shuhana84

Function selectDB17() Dim cn As New SqlConnection Dim cmd As New SqlCommand cn.ConnectionString = ("server=EKS-HQ;database=BGB;user id=administrator;password=admineks2005") cn.Open() cmd.Connection = cn cmd.CommandText = "SELECT KODSTATE,USERID,PASSWORD,KUMPULAN FROM USERID" Dim lrd As SqlDataReader = cmd.ExecuteReader() Try Do While lrd.Read() If lrd.HasRows Then a = lrd("KODSTATE") b = lrd("USERID") c = lrd("PASSWORD") d = …

Member Avatar for pritesh2010
0
267
Member Avatar for b1izzard

Hi all I am trying to insert a record into MS-Access database using VS2008 as front end and this is my code i am using to connect to the database. login.mdb has two tables(login,schedules) [CODE] Dim con As New OleDb.OleDbConnection Dim cmd As OleDbCommand Dim myquery As String Dim count …

Member Avatar for shuhana84
0
251
Member Avatar for Tjake90

Internet explorer keeps running in the background even if i end the process on task manager. I also receive random pop ups and sounds in the background. I hear a clicking sound as if i were clicking on internet explorer but I'm not. It also turns off my sound every …

Member Avatar for jholland1964
0
147
Member Avatar for Niki_Fears

A new game development company, [URL="http://www.direwolfdigital.com/"]Dire Wolf Digital,[/URL] has officially announced itself to the world today and could be prepared to make a big splash in the gaming world come 2011. [ATTACH=right]15818[/ATTACH]The company shows some strong potential given their current make-up of seasoned veterans in the gaming and business world …

0
695
Member Avatar for Ziyanda

hi guyz! I've recently finished a database project in Access 2003 and have been asked to deploy it to network machines with Access 2007. the prblm i have is that the users r unable to add and update the records at the same time. how can i ensure that simultaneous …

0
66
Member Avatar for emsd123

Hello everyone, I am currently doing a treeview control in asp.net. I want to [B]load the database from MS Access into my treeivew[/B], but I don't know what should I type in my .apsx.vb file. [B]Please help me with the codes [/B]to make my treeview connect to the MS Access! …

0
95
Member Avatar for reubenj90

Whenever i try to open a word document it displays a macro error. It tells me to try enabling or disabling macros from the trust center. The document displays but it is really annoying. would appreciate any help The error looks like this

0
60
Member Avatar for gknight86

I loaned my laptop out to a friend and when I received it back he said the internet didn't work anymore. I opened IE and also tried Chrome and it would give me a pop up saying your computer is infected and would try to re-direct me to a site …

Member Avatar for jholland1964
0
211
Member Avatar for abbyo

I've recently downloaded the package that allows you to work an excel file using python at: [url]http://www.python-excel.org/[/url] I'm new at installing things from a programmer perspective... can anyone tell me how I'm able to determine if I have installed the programs correctly?

Member Avatar for ultimatebuster
0
103
Member Avatar for No1momof3

Hi I have a very simple database which lists students who have went on exchange both in and out of our university. I am able to do a simple user entered query along the lines of [Enter university] or 'between [enter year] and [enter year]' but here is where it …

Member Avatar for ans025
0
147
Member Avatar for Dani

[i]I found this in a few different places around the 'net - hopefully it's helpful:[/i] [font=Arial][size=5][color=#0000ff]Correcting System Hang at Startup [/color][/size][size=2]If your system hangs about 2 or 3 minutes at startup, where you can't access the Start button or the Taskbar, it may be due to one specific service (Background …

Member Avatar for Archis19
0
304
Member Avatar for EricMack

[ATTACH=right]15786[/ATTACH]At Microsoft's [URL="http://www.digitalwpc.com/"]Worldwide Partner Conference[/URL] in Washington, D.C. this week, the digital diplodocus will announce its lumbering movement into the cloud along with an appeal for its partners to hold hands and make the leap as well. For those partners that are still a little hesitant to make the jump, …

0
197
Member Avatar for Iron_Cross
Member Avatar for wkalo
Member Avatar for Mark S.

I have run into a very strange problem with Microsoft Word. Here's the background. I am running Microsoft Office Professional (fully updated) on a machine with the Windows XP Home (fully updated) operating system. My wife has a folder on the desktop where she keeps her business correspondence. This folder …

Member Avatar for SMbjarne
0
242
Member Avatar for wrk4175

Pleae help screens lock up. Ie 8 closes slow like unpainting Scan saved at 8:29:11 PM, on 7/8/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\AVG\AVG9\avgchsvx.exe C:\Program Files\AVG\AVG9\avgrsx.exe C:\Program Files\AVG\AVG9\avgcsrvx.exe C:\WINDOWS\system32\spoolsv.exe C:\PROGRA~1\COMMON~1\AOL\ACS\acsd.exe C:\Program Files\AVG\AVG9\avgwdsvc.exe …

Member Avatar for jholland1964
0
137
Member Avatar for arjitmal

SCENARIO 1 : I have 3 projects in my solution: 1) Web Project (Presentation Layer) 2) Class Library Project (Business Logic) 3) Class Library Project (Data Access Layer) Following are the dependencies among these 3 projects: 1->2->3 (It means I have referenced PL in BL and BL in DAL. In …

0
47
Member Avatar for courtnier

A co-worker upgraded Microsoft Access 2003 to 2007 on three networked computers. The rest were not upgraded. On the non-upgraded PC's we are able to open the database. On the 2007 PC's the file path does not work. I checked the access Trust Center settings and they seem to be …

0
25
Member Avatar for gbudiman

So this is the scenario. I provide a link to an Excel file. All the users are intranet user, so security is not a concern here. When the user clicks the link, it will pop up dialog to open/save with Microsoft Excel. Users are currently able to open file correctly. …

Member Avatar for chrishea
0
185
Member Avatar for Techwriter10

Microsoft and Apple haven't had a great time of it recently with mobile consumers. For Microsoft, the market roundly rejected the Kin, which just about anyone who follows the cell phone market knew would happen. Meanwhile, Apple is taking it on the chin about how they are handling the iPhone …

Member Avatar for Techwriter10
0
643
Member Avatar for Rider570

Private Sub cmdsummery_Click() Set wss = DBEngine.Workspaces(0) Set dbs = wss.OpenDatabase("Gagedetails.mdb") Set rss = dbs.OpenRecordset("tblGage") 'Set rss1 = dbs.OpenRecordset("tblopeName") Do While Not rss.EOF OSQL = "SELECT DISTINCT OpeName1 FROM tblGage WHERE Date =" & SQLDate(txtdate.Text) Set rss = dbs.OpenRecordset(OSQL) MSQL = rss("OpeName1") NSQL = "INSERT INTO tblOpeName (name)" & " …

Member Avatar for asaukani
0
177
Member Avatar for DPedlar

My boss and I have Outlook 2003. I know how to create templates for when we are sending new emails to include our company name, phone number, etc. Does anyone know if it is possible and how to create a template for the reply portion? We would like to click …

0
29
Member Avatar for wind_hiro

Hi, I have an access databse, but the data is link to excel, so i cant changes the data inside access database. However, i just want to retrieve the data inside the access database using VB datagridview, but the system pop out an error said 'cannot find the input table …

Member Avatar for G_Waddell
0
175
Member Avatar for lross1309

Hello, I am system administration newbie. I am responsible for installing and configuring Windows XP on 14 computers that need to be 100% identical. What I want to do is install XP and configure it based on what I need (usernames and passwords, no firewall, no windows search, set the …

Member Avatar for rch1231
0
218
Member Avatar for zubock2

Hello; I recently started having a problem on my Dell E1505 laptop running Windows XP-SP3, where multiple internet browser windows start opening by themselves ramdomly. It doesn't seem to matter if I'm using IE8, Firefox or AOL Browser, the problem keeps happening. There are times where it won't happen for …

Member Avatar for gerbil
0
529
Member Avatar for laghaterohan

Hello, I have created an HTML table wherein the row's values are filled thru database. ex: FirstName : dbvalue and so on... Then i create an excel file please find below code: [QUOTE] StringBuilder str1 = new StringBuilder(); str1.Append("<html xmlns:o='urn:schemas-microsoft-com:office:office'").Append(Environment.NewLine); str1.Append("xmlns:x='urn:schemas-microsoft-com:office:excel'").Append(Environment.NewLine); str1.Append("xmlns='http://www.w3.org/TR/REC-html40'>").Append(Environment.NewLine); str1.Append(Environment.NewLine); str1.Append("<head>").Append(Environment.NewLine); str1.Append("<meta http-equiv=Content-Type content='text/html; charset=windows-1252'>").Append(Environment.NewLine); str1.Append("<meta name=ProgId …

Member Avatar for Lusiphur
0
171
Member Avatar for kayfar

[CODE]protected void Button3_Click(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); String sqlQuery = "SELECT * FROM tableRegister WHERE SerialNo=@TextBox41"; OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" + path); OleDbCommand aCommand = new OleDbCommand(sqlQuery, aConnection); aCommand.Parameters.AddWithValue("TextBox41", TextBox41.Text); try { aConnection.Open(); OleDbDataReader aReader = aCommand.ExecuteReader(); if (!aReader.HasRows) { ClientScript.RegisterStartupScript(typeof(Page), "PopUpMsg", "<script>alert …

Member Avatar for Lusiphur
0
472
Member Avatar for Expo_Rob

Some background: I'm a programmer, not a network administrator, who has been asked to migrate some accounting software ([url=http://ioasoftware.com]Integrated Office Accounting[/url] version 3.2) from an existing domain (OLD_NETWORK) to a new domain (NEW_NETWORK). No-body at the office knows how it works under the hood. It is a split Access 2000 …

Member Avatar for dmarino1
0
170
Member Avatar for qcdennis
Member Avatar for zillah

Dear Expert I have got a client with a small network between windows 2008 server and two XP Prof SP3. Folder on window 2008 was shared to be accessed by two users on windows XP. A QuickBooks program installed by a technician from QuickBooks on the shared folder to be …

0
82
Member Avatar for b1izzard

Hi all I have Created a software using Vb.net and Ms-Access using VS2008. I am using ADVANCED INSTALLER to create a .exe Package and get its deployed. It works well in my machine but in the Destination machine , I get an error as shown below: [CODE] System.IO.FileNotFoundException: Could not …

0
66
Member Avatar for Member 784588

Hello, This code captures an defined area from screen and transfers it into text. But, i have 2 problems here. 1st. - I cant delete temp file ( File.Delete(strFileName) - it says - the file is used by another process. 2nd. - If i capture an area, where isnt any …

Member Avatar for nick.crane
0
228
Member Avatar for Member 784487

I recently opened internet explorer for the first time in a long time, and I haven't been able to close it since. It opens up in the background and for whatever reason turns down the volume on my machine. Whats even more bizarre is that it is in the Processes …

Member Avatar for jholland1964
0
226

The End.