Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
19% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
4
2 Commented Posts
~16.4K People Reached
PC Specs
9.99 are you out of your mind?

21 Posted Topics

Member Avatar for happygeek
Member Avatar for daino

# Extensions hidden and notepad ++# ##[Alert!!] turning off hide extension may be a security risk[Alert!!]## **you could turn off hide files for known extension types so you can name a files its extension. Then download notepad++**

Member Avatar for Tangerinejoe
0
558
Member Avatar for XEN0

So, one day i type in .com in extension for file, while not paying attention really so much. Then it turns into a ms-dos application.

Member Avatar for rubberman
0
143
Member Avatar for DavidDD
Member Avatar for novellaz
Member Avatar for kaye.santos.92
Member Avatar for XEN0

So i have a MDI Thing going on and it is appearing behind split container control I was thinking i may need, FindWindow or something. Dim ChildForm as new Form1 ChildForm.MdiParent = Me ChildForm.Show

Member Avatar for Begginnerdev
0
98
Member Avatar for XEN0

windows 7 home premimum x64 access denied for saving files to app_data folder and any other folder in the projects root directory. Code below is what im using to save and getting... doc.Save(Server.MapPath("~/App_Data/Logs")) I get a couple access to path denied msgboxes. Set a few permissions and no go.

Member Avatar for XEN0
0
290
Member Avatar for XEN0
Member Avatar for XEN0

Ok here is the deal,i thought ImageAnimator can be controlled so im trying to do so by using the form Key Down Event,a timer,and an integer.So it fails with a An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in System.Drawing.dll Additional information: A generic error occurred in GDI+. When i move …

0
200
Member Avatar for XEN0

Just wondering here what is a efficent way to communicate between a Windows Form project and a console application. So far im using Visual Studio 2012 and the System.IO.Pipes namespace,to send bytes between the application. In the windows form(as client) Dim pipes As NamedPipeClientStream pipes = New NamedPipeClientStream("A Digital Whirlwind …

Member Avatar for XEN0
0
362
Member Avatar for slpefanis

Refer here [Click Here](http://www.daniweb.com/software-development/vbnet/threads/433602/place-this-together-for-fun-ms-access-update-delete-and-save-to-database) a nice snippet involving datasets.

Member Avatar for XEN0
0
139
Member Avatar for OM PARWANI
Member Avatar for XEN0

Rewrote this a few times heres the meat and potatoes. Has a few issues such as flashing when moving in different directions quickly. Thinking of trying to clamp a few values to try to stop the diagonal movement,flashing and smoothing out the sprite. Something along these lines might update this …

Member Avatar for XEN0
0
268
Member Avatar for 404notfound

[Write to a access database.](http://www.daniweb.com/software-development/vbnet/threads/433602/place-this-together-for-fun-ms-access-update-delete-and-save-to-database)Has code to write to access database plus some extra ideas.

Member Avatar for XEN0
0
180
Member Avatar for XEN0

A Example for OLE DB I Compiled. Put back together for fun maybe. # Someone convert this to ASP.Net plz with a splash screen. # # Required Materials # 1. a vb.net compiler(visual studio vb.net express perhaps?) 2. Libzplay dll(your search engine will help) Imports System.Data Imports ESO.libZPlay Imports System.Data.OleDb …

Member Avatar for XEN0
0
409
Member Avatar for XEN0

im expermenting with c# and XNA and was just wondering that is possible im trying to do this is there way to change the name of the proptery or field so i can declare to something the built in xna will recognize? [CODE]rectangle.Location.Above top;[/CODE] or [CODE]xTile.Dimensions.Location.Origin.Above top;[/CODE]

Member Avatar for XEN0
0
184
Member Avatar for XEN0

ok first its a asp.net web application second i left the folder structure defualt style i added some images to style\images then i dragged them into the the master page they dont show up on the register page login page etc one images does which is in a sub folder …

Member Avatar for XEN0
0
62
Member Avatar for khentz

I just added it as a resource in visual studio 2010 1.Go to Projects 2.Then Locatate where it says yourprojectname properties 3.Locate the Resources Tab 4.Click Add Resource in resources tab 5.Locate Database it will appear under files(after you located and added) 6.When you add a wizard should pop up …

Member Avatar for XEN0
0
83
Member Avatar for XEN0

I want to stick this [CODE] Dim cmd As OleDbCommand = New OleDbCommand("SELECT * FROM 0 WHERE Id = 1", con) Dim reader As OleDbDataReader = cmd.ExecuteReader() If Not reader.HasRows Then MsgBox("Data does not exist") Else MsgBox("Data Exists") End If [/CODE] and this [CODE] If Inc <> -1 Then Dim …

Member Avatar for codeorder
0
225
Member Avatar for XEN0

Im using Microsoft Visual Studio 2010 Microsoft Acess 2010 This is for practice Lets See First off i was able to get to insert records(Code Below) Now im trying to get the program to prompt a message when the id or field exists on the key down event and not …

Member Avatar for XEN0
0
1K

The End.