Posts
 
Reputation
Joined
Last Seen
Ranked #321
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
89% Quality Score
Upvotes Received
73
Posts with Upvotes
70
Upvoting Members
58
Downvotes Received
9
Posts with Downvotes
9
Downvoting Members
8
26 Commented Posts
11 Endorsements
Ranked #170
Ranked #136
~240.48K People Reached
About Me

I've always had a fascination with computers while growing up. So it seemed appropriate that I chose that as a career.When I discovered software development I knew what I really wanted to do.Oh, and I'm also a bit lazy from time to time. :)

Interests
Computers and SciFi shows/movies
PC Specs
Custom built: Core i5 6500 2x3.2GHz, 32GB RAM 120 GB SSD, 3TB HDD, 8TB NAS. Windows 7 64bit.
Favorite Tags
Member Avatar for bklynman01

I have an application that opens up Excel, reads some information, then closes Excel. I developed this application using Microsoft Office XP 2007. A few weeks ago, my company upgraded to Microsoft Office 2010. The applications still works fine, but I can not compile in VS 2008 anymore. I get …

Member Avatar for shahidul263
0
584
Member Avatar for Coder Smurf

I am very new to VB.NET. That said, I have developed a windows form that utilizes an SQL Server back end. I am developing using Visual Studio 2008 and the 3.5 Framework. The SQL server is 2005. I do not have any warnings or errors, and the project compiles without …

Member Avatar for ngozijesus
0
1K
Member Avatar for Oxiegen

Let's say, for instance, that you posted an answer to a question. Only to realize a few seconds later that your answer is not correct. How do I delete that post, or do I just add a comment for the moderators, asking them to remove it for me?

Member Avatar for JamesCherrill
0
613
Member Avatar for Oxiegen

Hi! It's been a while since I last posted here. I've just gotten started with Windows Service, and have created a sort of 24/7 service to update a database. But because it's my very first project (besides the tutorial one) I feel that I could use some assistance in checking …

Member Avatar for Paul.Esson
0
1K
Member Avatar for Lol_1

I am a drafter using autocad and I know a littttttle bit of VB6. We just happen to have it installed on our computers and I wanted to create an application that can do this: 1. Takes the # input from text1 and text2 and waits for the user to …

Member Avatar for JustMarkInAz
0
547
Member Avatar for pardeep3dec

Dear Experts, I want to develop a application that send sms on any mobile. if any one done this project then kindly give some important consideration for developing this application. Best Regards, Pardeep

Member Avatar for Tran_10
0
519
Member Avatar for Bianca Zhang

Hello. im trying to creat a pocket pc application using visual basic. but i got problem access text file. system always shows that "counld not find a part of path". the code i wrote is like: [code] Imports System Imports System.IO Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, …

Member Avatar for leonardo_4
0
616
Member Avatar for Waldek

I wonder if anyone has solved this problem already. I have a fully populated datatable (ado.net datatable) containing about 3000 rows of data with 53 fields. I want to copy the contents of the data table into an access database table ready prepared and empty which has the identical structure …

Member Avatar for Daniele_1
0
5K
Member Avatar for Oxiegen

Hi. I'm in the process of learning Swift coding and decided to attempt a porting of one of my existing Windows programs. The thing is, that program relies heavily on connecting to a remote MySQL server. I've seen a few attempts to provide various connectors to an assortment of databases, …

Member Avatar for Tim_11
0
1K
Member Avatar for Oxiegen

Hi guys! It's been a while since I last posted here. I'm having an issue with not being able to remove non-installed fonts. Meaning, the fonts are not installed in the Windows/Fonts folder and cannot be uninstalled the proper way. These fonts came with some kind of hidden-object game that …

Member Avatar for rproffitt
0
256
Member Avatar for Mr.M

Hi Dw. I'm developing a Client Server application. At the moment I can connect the two and send data. The main aim is to make a server as a core control. The server only perform actions according to each client request, so the client can request to connect to let …

Member Avatar for Mr.M
0
3K
Member Avatar for noobjavacoder

Binary search tree not working, when it should. Any idea what am i doing wrong. any help would be much appreciated. this is the error: Exception in thread "main" java.lang.Error: Unresolved compilation problems: The method iprint(Node1) in the type BST is not applicable for the arguments () The method preprint(Node1) …

Member Avatar for Oxiegen
0
417
Member Avatar for tashiDuks

Hi EveryOne, I have a following controls in my vb.net form: txtID txtName btnAddNew btnSave This form will be storing a values to the SQL Database (SQL Server 2005). In the txtID textbox the auto id should be generated when ever user clicks on btnAddNew. The ID should be generated …

Member Avatar for Syed Hassan Abbas
0
1K
Member Avatar for Dani

So our new design is live, but it's *far* from complete. There were quite a handful of changes that needed to be made on the backend, and I needed everyone on the same layout before I could make changes to the code base. Otherwise, it would break the old design. …

Member Avatar for Dani
4
636
Member Avatar for Papa_Don

Hello group! I need to scrape data from the screen of an open application. It will be used as text, so it will need to be converted into a string that I can parse. I've looked around and found scrapers that use the "picture" as a bitmap or jpeg. The …

Member Avatar for cgeier
0
3K
Member Avatar for lynns40

My computer is an acer Windows 7. My computer engine I can here, but I have a black screen. How can I get help with this problem.

Member Avatar for Oxiegen
0
124
Member Avatar for silvercats

why do most people use brackets in this way when it comes to Java. Pospular IDEs also use this method by default class Test{ public void test(){ } } than this way class Test { public void test() { } } The second method is obviously easier to read.

Member Avatar for samson.dadson.3_1
0
504
Member Avatar for deceptikon

I work with images...a *lot*. Often this involves image processing of various types such as resizing, resampling, and various cleanup operations. However, a common issue is that people like to conflate Adobe PDF with images. As such, any application that works with images should also work with PDF. However, since …

Member Avatar for deceptikon
2
1K
Member Avatar for drbali

I have just found out that my ASUS laptop came pre-installed with a fake copy of Windows 7 x64 Pro. (Finding the original retailer is not an option.) So, I now want to get rid of it and replace it with a genuine version. I am not sure how to …

Member Avatar for drbali
0
173
Member Avatar for davy_yg

Hello, I have been looking for youtube HTML5 player codes: I use this standard HTML codes for youtube that I thought it's going to work, but it doesn't: <object width="420" height="315" data="http://www.youtube.com/watch?v=IVdGD3s-JdY"> </object> I only see a blank white screen with that codes. Then, I thought perhaps because I am …

Member Avatar for gabrielcastillo
0
210
Member Avatar for Waldis_1

Hi. I want to select the max value in a column (I want to increment the numbers using code instead of autonumber) I have tried some samples from the internet but it has been useless. Does anyone of you have a working code to share with me? Thanks in advanced.

Member Avatar for Santanu.Das
0
11K
Member Avatar for CrazyTesting

I have an SQL query within ASP.NET, but it only seems to return 1 result rather than filling the list with 4 as it should (as the query itself is correct) Code: List<string> dropItems, dropItems2; using (var dbContext = new DatabaseContext()) { dropItems = dbContext.Database.SqlQuery<String>( String.Format("SELECT locations.Code FROM locations")).ToList(); } …

Member Avatar for castajiz_2
0
362
Member Avatar for Mz.AvIuM

good day everyone, we're creating a software for our thesis, and im just a beginner and i dont know what to do with my printing with this fill up form.. thanks for those who want to help :) im using vb.net 2008

Member Avatar for Santanu.Das
1
183
Member Avatar for mohan5346

I am a beginner in working with "adobe after effects". I used to save my created videos in F: drive in the folder called as "Adobe after effects projects". But today suddenly the folder is missing from my pc. I searched all the druives even, but i couldn't find the …

Member Avatar for Oxiegen
0
120
Member Avatar for Jake.20

Greetings pros :D. I am having problem with creating a directory on my linux server. When i download a file it display that error. (I migrated my php project from windows to linux using WinSCP.)

Member Avatar for Jake.20
0
1K
Member Avatar for necrovore

Hi all, i am working on pulling out text and its properties from a pdf file. iTextSharp library is used for this purpose. Initially i took the fontsize property directly from the tf operator. but then i stumbled on a scenario where tf said font size was 1. So i …

Member Avatar for necrovore
0
1K
Member Avatar for HuePig

Hi, Say I have a 2 page website each have their own script, how can I make a page get a data form the other page? for example I have an int 1-10, page 1 took int 5; how can i make it so page 2 can't select int 5 …

Member Avatar for Oxiegen
0
79
Member Avatar for jose.angelo.santos

I needed help for the codes in displaying data from access by searching a keyword and display the other info on labels. something like: textbox(surname as keyword) commandbutton(search) lblSurname lblFirstname lblMiddlename thank you

Member Avatar for Oxiegen
0
89
Member Avatar for johmolan

I have created a windiws forms program in visual studio. I am using a local mdf database file. I have also imported the same database inte my sql server. I hav altered the connectionstring in my.settings, But when I try to connect to the sql database the debugging just shuts …

Member Avatar for Oxiegen
0
182
Member Avatar for kirera

how do i # network two computers # such that information entered one computer that is handles clients in a company updates on another computer in a managers office in the same company.

Member Avatar for JorgeM
0
88