Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Tags
Member Avatar for nv136

Hello everyone, i was a bit stupid installing a theme that required me to replace my explorer.exe in c:\windows.... and explorerframe im c:\windows\system32\ i am running a genuine copy of windows 7 home premium 64 bit. can anyone give me their explorer.exe and explorerframle.dll ? (64bit)

Member Avatar for caperjack
0
150
Member Avatar for nv136

Hello everyone! i need a bit of help... can you convert my picture drag and drop code so it drag and drops audio files? (.wav) My code: Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() InitializeComponent() End Sub Protected Overloads Overrides …

Member Avatar for nv136
0
271
Member Avatar for nv136

Hello everyone, i need a bit of help. On a click of a button i want to pay an audio file.... here is my code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox2.Text = "1" Then TextBox2.BackColor = Color.LawnGreen C:\Users\Nick\Desktop\good_work.play now for some reason …

Member Avatar for codeorder
0
140
Member Avatar for nv136

Hello Everyone, I need some help with constructing a waveform in vb.net. Can maybe someone give me a hint of how to make one? (a bit of code would be nice) I already know that to generate a waveform, you need a timer, if there anything else? Help would be …

Member Avatar for nv136
0
327
Member Avatar for nv136

Hello everyone. I really don't know where to post this, but, anyways.... here is my problem.... I have built a program that generates a waveform for a .wav or .wave file.... but the music clip can only go in through the "file, open, and blah blah blah" I really want …

Member Avatar for nv136
0
750
Member Avatar for nv136

Hello everyone, I am not a professional at vb.net so help me out. I have made a small program and a want to add a serial control to it.... here is my code.... Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text …

Member Avatar for nv136
0
494
Member Avatar for nv136

Hello, everyone. I have a small program, and i want that program to show how much RAM the whole system is using, and i want it to show how much R.A.M my program is using, any ideas on how to do that? is it hard?

Member Avatar for nv136
0
136
Member Avatar for nv136

I need a waveform for when i put a audio clip into a panel. It's for a school project,so please help!

Member Avatar for PsychoCoder
0
83
Member Avatar for eker

Hello I wonder why my laptop does not recognize its LCD screen, ie on Windows, for example, only I get the external display that I have connected. I put a little situation. -An external monitor works. Therefore, the integrated graphics card on the motherboard works. "The bios works (from an …

Member Avatar for nv136
0
175
Member Avatar for nevohc

System specs below Processor: AMD Athlon (tm) 64 X2 Dual Core Processor 6000+ 3.00GHz Memory: 3.00GB Max Bandwidth: PC2-6400 System type: 64-bit Operating System Windows 7 Mainboard: Biostar Model: TA770 A2+ SE 6.0 Graphics Card: Sapphire HD Radeon 3870 512MB Power supply: 500Watt My computer crashes whenever I start Sims …

Member Avatar for nv136
0
87
Member Avatar for nv136

While my program loading, I have a splash screen. After the program is done loading my Splash-screen closes and the main form (form1) shows (all good up to that point). But the problem is after the Splash-screen I cannot close form 1, nor can I move it. here is what …

Member Avatar for Alexpap
0
213
Member Avatar for nv136

I am having a tough time in vb.net to make the scrollbars to work of the contents of a panel.... here is my code Private Sub HScrollBar1_Scroll(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ScrollEventArgs) Handles HScrollBar1.Scroll Panel122.Left = HScrollBar1.Value now, i want to change .Left to .Right, but it won't …

Member Avatar for Oxiegen
0
178
Member Avatar for nv136

I have a Splash Screen (which is the first thing that loads). and after 10 seconds of viewing the splash screen i want a form to appear... is that hard to do?

Member Avatar for kinwang2009
0
168