Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~15.9K People Reached
About Me

VB Programmer (VB6, VB.Net, VBA), Tech Support

Interests
Video Editing, Digital Imaging, Programming
PC Specs
Windows 8, Athlon 64 2100, 2GB DDR PC2100, Geforce 256mb AGP, WD 500GB SATA(SATA1 port, Primary XP Install),…

45 Posted Topics

Member Avatar for DGULLIVER

Good morning, I have 2 client applications which do the same thing. The first app which is written in VBA(MS ACCESS) and the other is ASP.Net. We can have multiple items for a client so we use a transaction id. When the access application starts a new transaction the app …

Member Avatar for rubberman
0
308
Member Avatar for DGULLIVER

Hi, Currently my PC is setup for .Net development using Visual Studio 2012. I'm starting to look at JAVA programming so I was wondering can the JDK and Netbeans/IntelliJ/Android Studio coexisit with my .Net Development environment? I do not want to install the JDK and the either if the IDE's …

Member Avatar for stultuske
0
358
Member Avatar for DGULLIVER

Hi, CREATE PROCEDURE `FindDuplicateExpenses`(IN `strExpenseDate` DATE, IN `strProfile` VARCHAR(50)) NO SQL SQL SECURITY INVOKER SELECT PD.Code, PD.ExpenseAuthorizedRefAmount, PD.FullName, PD.ExpenseDate, PD.ExpenseNatureID, PD.Ignore_Expense, PD.Profile FROM tblExpenses AS PD, (SELECT Profile, ExpenseAuthorizedRefAmount, FullName, ExpenseDate, ExpenseNatureID FROM tblExpenses GROUP BY Profile, ExpenseAuthorizedRefAmount, FullName, ExpenseDate, ExpenseNatureID HAVING COUNT(*) > 1) AS SUB1 WHERE PD.ExpenseAuthorizedRefAmount = …

Member Avatar for ryantroop
0
239
Member Avatar for DGULLIVER

Hi, I want to create a SP in mySQL to insert records and return the Primary Key. But when I try and create the SP I get error: mysql said #1064, You have an error in your SQL Syntax, Check the manual that corresponds to your MySSQL server version for …

Member Avatar for pritaeas
0
6K
Member Avatar for DGULLIVER

Hi, I'm trying to authenticate users with the use of Client SSL. I have installed the SSL on my Windows 8 PC and navigating to my website using IE and FireFox are fine. However when I navigate to same website Chrome asks to confirm the Certificate and after clicking ok …

Member Avatar for XP78USER
0
384
Member Avatar for DGULLIVER

Hi Everyone, I need my application to loop through all unread items and action depending who send the email. This I can do with no issues. The problem I'm having is when I mark the message as read the Items Count decreased in real time. Here is my full code: …

Member Avatar for PerplexedB
0
2K
Member Avatar for DGULLIVER

Good Afternoon, I have 2 senarios to which I need some clarification. I have an Access 2010 frontend with linked tables to mySQL using ODBC. Senario 1: I need to add a few fields to the main table and the software is used 24/7 if I add new fields will …

0
137
Member Avatar for DGULLIVER

Hi Everyone, Been a few years since I had to post anything here so I'm glad to be back. I've been asked to do a report to show vouchers that have been issued and presented for July (this year and last year). I have done this SQL: SELECT tblOutlet.OL_NAME, Format([VI_TRANSACTION_DATE_TIME],"mmmm …

Member Avatar for BitBlt
0
266
Member Avatar for DGULLIVER

Hi, I'm printing a VB.NET form using BitBlt API my code as follows: [CODE] ' create a printing component Private WithEvents pd As Printing.PrintDocument ' storage for form image Dim formImage As Bitmap ' create API prototype Private Declare Function BitBlt Lib "gdi32.dll" Alias _ "BitBlt" (ByVal hdcDest As IntPtr, …

Member Avatar for charuwaka
0
541
Member Avatar for DGULLIVER

Hi, Pretty new to php so would like some advice on how to insert linefeed to the text area. here is my senario the query: $polQuery = "SELECT * FROM users WHERE user_id='$userid' AND status='active' LIMIT 1"; $polResult = smart_mysql_query($polQuery); $polTotal = mysql_num_rows($polResult); if ($polTotal > 0) { $row = …

Member Avatar for niranga
0
185
Member Avatar for BlackCitadel

[B]Graphics Card[/B] Have you tried the Integrated video card? Does it blue screen then? Did you uninstall the NVIDIA drivers before installing your ATI? [B]RAM[/B] When trouble shooting ram its best if you do one stick at a time. Your on the right track by removing your new stick too …

Member Avatar for BlackCitadel
0
416
Member Avatar for as786

Sounds like RAM. When I upgraded my pc back in OCT'09 for W7 64bit I also installed 4GB ram (2x2gb), I then started to expericence randon freezing and it turned out to be RAM. I found this out by only having one stick installed if PC didn;t freeze then tried …

Member Avatar for as786
0
110
Member Avatar for DGULLIVER

Hi, Hope not posted in the wrong forum but there does not seem to be a suitable forum within Software Devolopment. Basically our server that is hosting our VSS6 database is unstable and our Support team are going to retire it. So this means I need to move it to …

0
152
Member Avatar for DGULLIVER

Hi, I'm in the process of migrating from VSS to SVN to make sure my VSS data is ok I ran the Analyze program and I keep getting this error: Analyze The data file for 'File Name' (sbtcaaaa.a) was not found. Sure thin this files does not exsist. However I …

0
57
Member Avatar for En-Motion

Using a FolderBrowserDialog you can do something like this: [CODE]Imports System.IO 'Saves the folder Path in a Text Box dlgFolder.SelectedPath = txtFolderPath.Text If (dlgFolder.ShowDialog = Windows.Forms.DialogResult.OK) Then Dim di As New DriveInfo(dlgFolder.SelectedPath) txtFolderPath.Text = dlgFolder.SelectedPath End If For Each f As String In Directory.GetFiles(txtFolderPath.Text) Dim filename As String = f.Substring(f.LastIndexOf("\") …

Member Avatar for DGULLIVER
0
100
Member Avatar for Dcurvez

You could do it this way also: [CODE] Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged Select Case ComboBox1.SelectedIndex Case 1 frmWeek1.Show() ComboBox1.SelectedIndex = -1 ' Clears the Selected Index Case 2 frmWeek2.Show() ComboBox1.SelectedIndex = -1 ' Clears the Selected Index Case 3 frmWeek3.Show() ComboBox1.SelectedIndex = …

Member Avatar for DGULLIVER
0
118
Member Avatar for DGULLIVER

Hello, If a user has a few of my applications open and he/she minimises them I would like to group these in the task bar like MS Word for example. Product Name - Application 1 Product Name - Application 2 Product Name - Application 3 Product Name - Application 4 …

Member Avatar for GeekByChoiCe
0
101
Member Avatar for mmxbass
Member Avatar for mmxbass
0
201
Member Avatar for Enthused

Welcome to daniweb :) Is this a new HD? If you have more than 1 HD then check your HD boot order in the BIOS? make sure your SATA HD (with windows on) is first. This is different from Boot device order (FD, CD/DVD, HD). HTH Darren

Member Avatar for micro_komputer
0
154
Member Avatar for coud_ren_26

Hi, Could you be a little more precise please. 1. Does your PC turn on? 2. DO you hear your fans in the PC? 3. DO you see anything on your Monitor? 4. How far does it boot? i.e do you see the Windows screen with a blue bar going …

Member Avatar for coud_ren_26
0
240
Member Avatar for strikey

[QUOTE=strikey;959427]Hi guys, Each time I reboot the tray clock shows a different time. I correct the problem but as soon as I reboot it has a different time again. I thought maybe I had a virus so I scanned with latest updated Spyware Doctor with anti virus, and no probs …

Member Avatar for Rik_
0
336
Member Avatar for plut0564

Hi Jim, Copying the registry from one pc to another in my opinion is not really advisable. This might be the reason why your having a problem with the Restore Point. If you have not made any changes to your system since you used your pc registry for your laptop …

Member Avatar for DGULLIVER
0
189
Member Avatar for DGULLIVER

Morning, After fixing my [URL="http://www.daniweb.com/forums/thread212999.html"]dual boot[/URL] issue I have now come across this problem. Basically I'm trying to restore my Secondary XP Installation with an Acronis image and straight away I noticed it was very slow during the restore (about 50gb and took about 3 hours) but my primary install …

0
63
Member Avatar for DGULLIVER

Morning, I have 2 IDE HD's and 1 SATA HD. The SATA is my primary XP install and I had one of my IDE HD's as a Secondary XP Install and is used for work purpose. Everything was working fine until one day I was unable to boot to my …

Member Avatar for DGULLIVER
0
321
Member Avatar for gauravsolified

How about turning off "Automatically search for network folder and printers" in Folder Options > View Tab? Found this [url]http://www.kellys-korner-xp.com/xp_tweaks.htm[/url] search for refresh and you should see Prevent Automatic Folder and Icon Refresh - Enable, you will need to modify your registry. Darren

Member Avatar for DGULLIVER
0
102
Member Avatar for ItIsFinished

[QUOTE=ItIsFinished;957195]Under a Windows 2003 managed network with mostly XP SP3 machines throughout the network, I would like to know if it's possible to have our "admin" account auto lock after 5 minutes of idle time on any of the machines in the network. Group Policy? Thoughts?[/QUOTE] Dont think this can …

Member Avatar for DGULLIVER
0
102
Member Avatar for aebld

Are all PC's running same service packs for XP Pro? Sounds like you have a dependancy missing. Can you try see if you can use a Dependance Walker program. Check out [url]http://www.dependencywalker.com/[/url]. I not used this site so please use at your own risk - it came first in a …

Member Avatar for DGULLIVER
0
100
Member Avatar for Andreas1983

Agree with everyone, you will need to buy a copy of windows. From amazon Windows Home Premuim cost £124 and you will get a free copy of Windows 7 Home Premium for free no joke see [url]http://www.amazon.co.uk/Windows-Vista-Home-Premium-Service/dp/B0013O54OE/ref=sr_1_3?ie=UTF8&s=software&qid=1251195936&sr=1-3[/url] Regards Darren

Member Avatar for DGULLIVER
0
108
Member Avatar for Arkane316

hey guys sorry for butting in here are a few comments I have. 1. Test your RAM by using Memtest 86 [url]http://www.memtest.org/[/url] 2. 100 degrees wow I'm supprised the CPU is still functioning ;). If your RAM is ok then I'm going with CPU damage.

Member Avatar for sittas87
0
167
Member Avatar for DGULLIVER

Hi, Our development team maintains over 100 VB6 applications and we are looking to convert over to VB.net I am aware that when you run a .Net application over a network a security exception is thrown. Within the Microsoft .NET Framework 2.0 Configuration I changed the permissions to FullTrust in …

0
85
Member Avatar for craig7333
Member Avatar for cgleibrand
Member Avatar for cgleibrand
0
115
Member Avatar for DGULLIVER

Hi I have a combo box with a list of Months however the Months are preceded with a single character code i.e F (January) G (February) H (March) J (April) K (May) M (June) N (July) Q (August) U (September) V (October) X (November) Z (December) H (March) As I …

Member Avatar for DGULLIVER
0
120
Member Avatar for sureronald

As you are mixing memory you could be mixing the speed i.e. PC2700 333 Mhz or PC3200 400 Mhz if this is the case the ram will run at the lower speed. Whats your OS?

Member Avatar for DGULLIVER
0
143
Member Avatar for MMCGRAIL

Hi ya, How old is your PC? Goto [url]http://www.crucial.com/[/url] you can scan your system from thier website. It will tell you how much RAM you have, the type, how many slots you have used and how many are free. Between 1 and 2 gig of memory should be sufficent for …

Member Avatar for DGULLIVER
0
94
Member Avatar for eddytools

Hi Eddy, Strange our clients have not been effected by windows Service Packs (yet) and I am not sure why a Windows Service Pack would cause these problems as the VB6 Runtime files have not changed since VB6 SP6 came out, see [url]http://support.microsoft.com/kb/192461[/url] Also see this statement about supportabilty for …

Member Avatar for DGULLIVER
0
398
Member Avatar for jmasoud
Member Avatar for DGULLIVER

Hi As the Infragistics NetAdvantage COM forums appear dead so I though I will post here also. I have a UltraGrid bound to a fabricated recorset. One of the columns has a valuelist attached with 12 items to choose from. When I click on the Dropdown box only 10 are …

0
56
Member Avatar for DGULLIVER

Hi, I have a custom control that we delevoped, I Added a new property to the control hence breaking compatability. I re-compiled all applications with the new version of the OCX and released them to TEST. All applications passed testing and was delivered to our client. All these app's with …

Member Avatar for maheshsayani
0
138
Member Avatar for DGULLIVER

Hi, As the subject states I'm experiencing some strange problem with source safe (6d) integrated with VB6SP6. I have projects 1 and 2, I open Project 1 and from the file menu I choose Tools > Sourcesafe > Check-Out a form appears in which I can choose multiple items to …

0
68
Member Avatar for DGULLIVER

Hi, I needed to add over 200 Class Modules to a DLL, Sounds crazy I know. The quickest way I found was to create a text file with the following class=myclass1;myclass1.cls class=myclass2;myclass2.cls class=myclass3;myclass3.cls class=myclass4;myclass4.cls etc etc... I then copied into the vbp directly. But I'm now getting an out of …

0
74
Member Avatar for fogger

If you have a spare monitor try attaching to your laptop and see what happens.

Member Avatar for ikenfixit
0
145
Member Avatar for DGULLIVER

Hi. I'm Thinking of sharing my internet connection with 2 PC's and a laptop. My ADSL modem is currently installed on my PC but I do not want to have my pc switched on while PC2 and/or laptop to use the internet. So I was thinking about buying a wireless …

Member Avatar for Catweazle
0
173
Member Avatar for Squirty

[QUOTE=TallCool1]Your main problem is that [i]you are running two anti-virus (AV) programs at the same time[/i]. [b]You can't do that![/b]--the two programs tussle with each other big-time. If it were my choice, I would dump the [b]Norton[/b]--in my opinion, it sucks up much more in the way of system resources …

Member Avatar for DGULLIVER
0
366
Member Avatar for DGULLIVER

Hi, I appologies I'm sure there are many post regarding this issue. I installed my webcam last night and after that I noticed my system going very slow - I opened task manager checked my cpu usage and it was at 100%, I checked my processes and saw that svchost …

Member Avatar for orion
0
461

The End.