Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

DirectX Visual Basic Programming Newsgroups DirectX Visual Basic Programming Newsgroups

1 2
(82 threads in 2 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Login Page Not Running Even When The Coding Is Right.

Hi. I have been trying to create a login page for my project. However, i couldnt run the asp page even though my coding is correct. Simply, the page is empty. Did i miss out anything in the debugging...

On Friday, November 13th 2009 at 02:07 AM by Anonymous | No Replies

Ms Video Control (msvidctl) To Implement Digital Tv (dmb-th) With

Dear support, I am developing a software with VB6 (WinXP SP2, DirectX 9.0c) and using ms video control (msvidctl) to implement digital tv (dmb-th) watching feature, but we can't get it work. Code...

On Tuesday, November 3rd 2009 at 05:41 AM by Anonymous | No Replies

Need Help Understanding My VB Code

Can someone tell me what I need to change in the below code that would make it finish by going to the top of the page that was just pasted: Selection.MoveUp Unit:=wdLine, Count:=1 Selection...

On Wednesday, October 28th 2009 at 04:53 PM by Anonymous | 1 Reply

Visual Basic Message Box When Value Is Entered Into Cell

Hi...so I am having issues w/ a particular macro I am trying to create. My goal is to have many different options in a spreadsheet (for this analysis, I want to have about 30 options of meat). In...

On Thursday, August 6th 2009 at 02:29 PM by Anonymous | No Replies

VB6 Err 3251

Hi I am having a problem using ADO 2.8 and SQL Server 2000.Im using the SQLOLEDB Provider and when Im trying to set the Index by using the code below i receive the ffg error...Error 3251 : Current...

On Thursday, July 9th 2009 at 05:19 AM by Anonymous | 1 Reply

Error 3251 : Current Provider Does Not Support The Necessary Inter

Hi I am having a problem using ADO 2.8 and SQL Server 2000.Im using the SQLOLEDB Provider and when Im trying to set the Index by using the code below i receive the ffg error...Error 3251 : Current...

On Thursday, July 9th 2009 at 04:43 AM by Anonymous | No Replies

Populating UserForm ListBox From Word Table

I have a Table1 in Word 2003 that the user populates with values (unlimited amount of values). There are other Tables2 & 3 that I want them to select from the above table the primary key value. (...

On Thursday, June 25th 2009 at 02:58 PM by Anonymous | 1 Reply

Convert From Mpg To AVI

Hi there! I wanna convert a mpg file to an AVI file using xvid and DirectShow, but dont know how to achieve it ,who would point me out? thanks a lot! /alex

On Monday, June 8th 2009 at 11:15 AM by Anonymous | No Replies

C++ How To Convert Switch To Bool

can any tell me the theory how to convert switch to bool? like the example below or even just the theory will be fine. void......move(direction d) { int x = getX(); int y = getY(); switch...

On Thursday, June 4th 2009 at 07:11 PM by Anonymous | No Replies

Manipulate Data In Datagridview

I want to manipulate data files csv tab ect. I have got code that will import the csv into a datagridview & then save it to a new csv file. The bit I am not sure of is whilst the data is in a datagrid...

On Wednesday, June 3rd 2009 at 05:43 AM by Anonymous | No Replies

Visual Basic Programming

Posted from MS newsgroup web interface under "Visual Basic Programming"

On Wednesday, April 15th 2009 at 08:52 PM by Anonymous | No Replies

Using .bas In C# Or VB.Net

I have a couple of .bas files and i need to use them in C#. I read someone's reply that I need to compile them to COM dll files and use them. How do I compile .bas to dll? I saw another place: fbc...

On Friday, April 10th 2009 at 09:04 AM by Anonymous | 1 Reply

Combo Box Options

how do you add values to the combo box?

On Tuesday, March 24th 2009 at 06:41 AM by Anonymous | No Replies

Scroll Bars

How do I put scroll bars on a form that has more data than the screen shows ? Thank You

On Tuesday, March 10th 2009 at 03:38 PM by Anonymous | No Replies

Scroll Bars

I am new to programing I have VB5 Professional how do I make a form with horizontal & Vertical scroll bars ? The information I want to put on the form is too large for the screen Thanks -- Duane

On Tuesday, March 10th 2009 at 01:43 PM by Anonymous | No Replies

Scroll Bars

How do I add scroll bars to the bottom & side of a form so the user can scroll down or over? I am using VB5 Very new to programming

On Monday, March 9th 2009 at 11:32 PM by Anonymous | No Replies

Merge With Chart Code

I'm using the Merge with Chart code that was posted in an earlier reply to create benefit statements to create a new chart for each mail merge record. I followed the code exactly but when I run the...

On Wednesday, March 4th 2009 at 03:57 PM by Anonymous | No Replies

Programmatically Trying To Click A Spot On The Screen

I want to programmatically click a spot on the screen. In this case I want to click a Listbox. Rather than using the specific Listbox messages such as CB_SHOWDROPDOWN, I want to do a generic click...

On Wednesday, January 28th 2009 at 04:49 PM by Anonymous | 2 Replies

Save Data Changes Into Access Database From Form

i am using visual studio 2005 express edition i have tried with the following code to save data but didnot work Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs...

On Saturday, January 10th 2009 at 07:55 PM by Anonymous | No Replies

Opening A Program Through Microsoft Access

OK here is the problem. I want to have a button on a form that will launch a program (not a mircosoft office program) and then a open a file for that program. I have tried using: Dim Label As Variant...

On Monday, January 5th 2009 at 11:48 AM by Anonymous | 2 Replies

Entering Data In A ComboBox

I'm new to VB and have created a Windows form as an address book. The form has 1 ComboBox and 6 TextBox's. All objects are bound to an MSaccess database that I created. The ComboBox is bound to a "...

On Sunday, January 4th 2009 at 03:59 AM by Anonymous | 1 Reply

Error 3251

I am trying to move to a record in a table using FindFirst but receive Run -time error 3251 Operation not supported for this type of object. I am using Access 2002. A sample code that results...

On Friday, December 12th 2008 at 03:47 AM by Anonymous | 1 Reply

Capture Hyperlink Event From Word,outlook,Ie And Messenger Over Mo

Hi , I want to achieve the following . I want to get the URL(hyperlink) when user hover the mouse over hyperlink present. in the message(opened in outlook), word doc or web page. I'm using win32...

On Tuesday, December 9th 2008 at 11:51 AM by Anonymous | No Replies

Vb6-progressBar

does anyone have progressBAr sample codes? can send me? thanks

On Friday, November 21st 2008 at 12:13 AM by Anonymous | No Replies

Uploading Excel Sheet Data In To Oracle Database.

hi . please help me to upload a excel sheet data in to oracle database via Vb6.0. i want to upload excel sheet data in to DB on clicking a button after giving the excel sheet path. is it possible...

On Wednesday, November 19th 2008 at 01:46 AM by Anonymous | 1 Reply

Cant Find Installable Isam

Recencly i develop a little application y VB6 (have SP6 for VB) this application has an ADO that links with a ACCES 2000 database. and ACCES 97 database. I installed it in Windows 2003 server...

On Saturday, November 1st 2008 at 03:10 PM by Anonymous | No Replies

Folder Name Change

I'm looking for a way to notify me when folder names on a network share are changed. What I need is the old name and what the new name is now. Is there a way to do this?

On Friday, October 31st 2008 at 04:01 PM by Anonymous | No Replies

Vshost.exe Has Stopped Working

Whenever I open a project in Visual studio 2008, sp1, I get the following message: vshost.exe has stopped working I'm also running Vista Sp1, premium. Is this message a concern and how do I get rid...

On Friday, October 31st 2008 at 09:03 AM by Anonymous | 2 Replies

Visual Studio Error Pop Box Errors

I am wondering if anyone on this list has seen anything like this. I have a snippet of code that calls an exe file before it starts processing anything else from the php file. The code is called...

On Thursday, October 30th 2008 at 04:16 PM by Anonymous | No Replies

Faire Un Jeu Avec DirectX (9)

Salut, Est-ce que quelqu'un sait utiliser DirectX avec Visual Basic 2008 Express ? J'aimerai bien tenter de faire un jeu avec. Merci de me r?pondre et j'essaierai de faire de m?me avec vos questions...

On Thursday, October 30th 2008 at 04:19 AM by Diable | No Replies

Visual Basic Express 2008 And SQL Server Express 2005

I've just come out of 2 years retirement (used to be a db developer) to build an app for my daughter. Have installed latest SPs for VBE and SQL Express and both work fine independently. My question...

On Wednesday, October 22nd 2008 at 05:29 PM by Anonymous | 2 Replies

Jeux

Salut, Savez-vous comment cr?er un jeu avec Microsoft Visual Studio 2008 Express et directx ? Merci de me r?pondre et je tenterait de faire de m?me pour vos futures questions.

On Sunday, October 19th 2008 at 05:20 AM by Diable | No Replies

Replacment To "On Error Resume Next " In VB.Net

Hi friends, I am working porting project from VB to VB.Net . I need to handle runtime errors. I am aware of try catch block. but this is replacement for "on error goto XXXX" only. In my...

On Thursday, October 16th 2008 at 10:21 AM by Anonymous | No Replies

New To Programming Language

Hi I am new to programming language. With one is easy to lear C# or Visual basic. Can you please help me. Kind regards, Yonatan

On Thursday, October 16th 2008 at 03:38 AM by Anonymous | No Replies

"The Object Invoked Has Disconnected From Its Client"

Using VB6.0, I was able to successfully use VB to save information to EXCEL files. Work computer was replaced. Excel 2007 replaced Excel 2003. VB6.0 was replaced. Now, when I try to save data...

On Tuesday, October 14th 2008 at 01:42 PM by Anonymous | 2 Replies

Visual C++ And MSN Premium

What support group should I go to concerning the Visual C ++ and the installation of the MSN Premium Software? I wasn't sure where to go. Thank You -- mrstutman

On Thursday, October 9th 2008 at 12:23 AM by Anonymous | No Replies

Visual Basic 6.0 Codes On Records, In Access 97 Database

Please kindly help me with codes on seek or find records using visual basic 6.0 and then edit, delete etc. on access 97 database. Thank you!

On Tuesday, October 7th 2008 at 09:56 AM by Anonymous | 1 Reply

Politics

exe tangled surfing harvards drums spitting drafts totality bfmi

On Monday, October 6th 2008 at 06:03 PM by Amy | No Replies

VBA Excel - Refresh Local Copy Of Shared Workbook

Hi everybody, I have shared workbook which collect information from people via user form. Before inserting of new record I need to find out the really last row in workbook (not only the last row...

On Friday, October 3rd 2008 at 06:46 AM by Anonymous | No Replies

Opening A Workbook

I have a folder that contains files with slightly different names. I would like to open the newest file in the folder.

On Tuesday, September 30th 2008 at 08:07 AM by Anonymous | No Replies

Delete Temp Files

Hi, My name is Dhiraj and i am new to VBScript. I would like to create a VBScript which delete the files & folders which are in %tmp% & c:\windows\temp folder, also it will search for *.tmp, *....

On Tuesday, September 23rd 2008 at 12:19 AM by Anonymous | No Replies

Accessing ASP.NET And ADO.net From Visual Basic

I downloaded Visual Basic 2008 Express, but I cannot access ASP.NET or ADO.net, although the Tutorials suggest that I should. What's gone wrong?

On Tuesday, September 16th 2008 at 06:42 AM by Anonymous | 1 Reply

Ref Edit Cannot Be Used In Multi Threaded Projects ( Visual Basic

When Refedit control is added as Component to a Multi threaded Application ( VB6 project ), following error message is displayed. "Ref edit is a single threaded component and cannot be used in multi...

On Tuesday, September 16th 2008 at 06:30 AM by Anonymous | No Replies

Code: 8007007E

I'm running on XP and after un-installing a software, a line of codes cannot execute as below: Line: 17 [Set fso = CreateObject("Scripting.FileSystemObject")] Char: 1 Error: The specified module...

On Monday, September 15th 2008 at 02:28 PM by Anonymous | 1 Reply

Installation Of Visual Studio SP5 To Correct VB6 Error.

I am encountering an error under the following circumstances: 1. Visual Basic 6 development mode 2. Access 2000 3. Windows XP 4. The message is "Couldn't find installable ISAM." This precise problem...

On Wednesday, September 10th 2008 at 04:42 PM by Anonymous | 1 Reply

MS Form Wizard Generates ADODC Code That Does Not Match Its Templa

I used vb6's data form wizard and the movecomplete event refuses to compile saying "Procedure declaration does not match description of event or procedure having the same name. Also all previously...

On Friday, August 29th 2008 at 12:13 AM by Anonymous | No Replies

Network Information Using Win32_NetworkAdapterConfiguration

Hello I used Code Creator to generate the below vb.net code to pull some information using the management namespace. I only posted a small section of the code but it will represent the problem...

On Wednesday, August 27th 2008 at 01:35 AM by Anonymous | 1 Reply

Datagrid In VB6

Good Day. I have a datagrid on a tab on a form that only displays the first 8 columns of the datasource, I need to add a few and modify layout, but have never worked with this object/technology....

On Tuesday, August 26th 2008 at 01:33 PM by Anonymous | No Replies

ADSystemInfo SiteName Returning Different Values

I've got a VBScript that uses ADSystemInfo.SiteName to get the site of a users PC and the site of their file server. If the sites don't match the script prevents them from saving files to the server...

On Monday, August 25th 2008 at 04:10 PM by Anonymous | No Replies

How To Work With Array

18-30 31-35 36-40 60 514 613 879 72 618 750 1082 84 722 893 1296 In above Table First coloumn is month and first row is age limit rest is value. How to define this table in Visual Basic array...

On Tuesday, August 19th 2008 at 08:18 AM by Anonymous | No Replies
1 2
(82 threads in 2 pages)
Sponsors
Discover Geekpedia

Other Resources