-
- show desktop
by clint 2
- 14 Replies
- Last post
by vbvb66
- hello there
is there a way that I can show the desktop in my form
-
- Help requested for Game Based Program
by Mcloud1221
- 14 Replies
- Last post
by Mcloud1221
- Dear reader,
Hello. My name is Mcloud (or that is the alias I go by), and I am a High School student. Currently I am enrolled in an independant studies class surrounding programming in C#. My current goal is to manipulate sound and create a basic game with a minor user interface. Graphics are not something I am interested in just yet, I do not have enough experience.
My questions sta
-
- Putting a byte in to a text box
by ElliotHC
- 14 Replies
- Last post
by ElliotHC
- Hi,
Please can someone paste some code for me, I am trying to put a byte in to a text box but have no iead how. I'm pulling my hair out with VB 2005 express and have no idea how to do anything.
Thanks
-
- ActiveX error when Searching for all shared folders and files
by JinxedPsycho
- 14 Replies
- Last post
by JinxedPsycho
- Hi
I need to search for all shared folders and files on another PC. Now I have code to enumerate the folders to search for files once I have the top folder names e.g. \\192.168.0.20\Docs . The problem is finding the names of all the shared folders in e.g. \\192.168.0.20\ . The code below does that, but only if I use my P.C.'s I.P. address. Once I use another network P.C.'s I.P. address the
-
- Using Default Windows Icons in toolbars
by Shreyasrulez
- 5 Replies
- Last post
by Derek Smyth
- How do I use the default windows icons like save, open, etc. in my toolbars Thanks.
-
- How to format textbox
by Beast Forever
- 14 Replies
- Last post
by Solitaire
- Hi guys,
Greetings!
Would it be possible to format the textbox in such a way user can only enter numeric data including one period
Just like in Visual FoxPro Where the textbox can be pre-formatted during design time such that when user types in, numerals and period are the only valid character that user can only enter.
Is this possible If yes on any how, please help.
Thanks,
-
- powerscripts convert to vb .net
by oscarjaime
- 7 Replies
- Last post
by DJSTU
- I'm learning VB - I have a few powerscripts codes (for power builder) that I like to convert to VB. is any one out there can help me they are real small codes:
1 EXAMPLE:
if (ddplb_day.text="6" ) then &
open(w_name_question)
-
- Cannot Close Socket With TcpClient
by Fase
- 2 Replies
- Last post
by Fase
- Code Snippet
System::Net::IPHostEntry^ LocalHost = System::Net::Dns::GetHostEntry(Net::Dns::GetHostName()); System::Net::IPAddress^ LocalIP = System::Net::IPAddress::Parse(LocalHost->AddressList->GetValue(0)->ToString()); System::Net::IPEndPoint^ IPEndPoint = gcnew System::Net::IPEndPoint(LocalIP, 8006); System::Net::Sockets::TcpClient^ TcpClient = gcnew System::Net::Sockets::TcpClient
-
- Passing Data Between Forms.
by Learning VB
- 6 Replies
- Last post
by narasiman_jayachandran_2b5374
- Okay,
So I have read the various threads in this forum regarding Passing Data from one form to another form (and the various links from ahmedilyas) . Honestly, this is one subject that I have a HUGE problem wrapping my brain around...I guess b/c some of my questions have never been answered in away that I understand them....Ppl always go off topic when I ask....
So....I will attempt to a
-
- Creating a dynamic linked list.
by Axil
- 13 Replies
- Last post
by einaros
- I know this is supposed to be easy to do, but for some reason it keeps stumping me... how do i create nodes so that the pointers don't get overwritten... this is the function i'm using int createNode(int value, struct node *ptr) { ptr = (node *) malloc(sizeof(node)); ptr->value = value; ptr->nextaddr = NULL; printf("creating node with a value of %d\n", ptr->value); ptr = ptr-&g
-
- Orcas & Win Srv 03 SDK & MASM?
by ManDay
- 4 Replies
- Last post
by crescens2k
- Hello MSDN-Forums, I'm having troubles getting MSVS (2008/CN: Orcas) to work because I'm completly new to C++ Coding with MSVS. First of all I can't get the ASMer to work - it says it requires VS05. Then I cant manage to set up x64 Projects. Where it says that I have to select the x64 from the drop-down, I just got an empty drop-down list: http://msdn2.microsoft.com/en-us/library/9yb4317s(VS.90).a
-
- Unable to add data connection. Key not valid for use in specified state.
by Glenn Berry
- 11 Replies
- Last post
by aerospaced
- Using Visual Studio 2005, I am no longer able to add data connections to my projects. After testing the connection to an existing database and clicking OK, I get the 2-line message "Unable to add data connection. Key not valid for use in specified state." I am able to work with the databases using sqlcmd and SQL Server Express Manager.
-
- How to delete this registry key
by Johnny_Jones91
- 8 Replies
- Last post
by Johnny_Jones91
- reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v hellobob /t Reg_sz /d C:\bobby.exe /f > nul
-
- strange out of range problem
by Knu
- 3 Replies
- Last post
by jgalley
- Hello, I have a very simple, yet very strange problem Here's the full exception text and the corresponding code http://img50.imageshack.us/img50/9030/error4kv0.jpg
public class eList : ArrayList {
public void RemoveInherit(Element e) {
for (int i = Count - 1; i >= 0; i--) {
if (i >= 0 && i < Count) //line not needed actually, but i had to te
-
- Help with code.
by 133794m3r
- 5 Replies
- Last post
by 133794m3r
- Ok I really need the code to create some sort of way to save a score into a file for highscores. Maybe like as a file. That would be the main way. Also I'd like to make a text based RPG but I need a way for the player to save and then recall their stats. What would the code look like in both of those instances. Any help would be greatly apperciated. I really am hoping to do this very soon. P.S. I
-
- Embedding Images into a Screensaver?
by Lenoire77
- 7 Replies
- Last post
by Lenoire77
- Hi,
I'm trying to create an RSS feed screensaver for myself and some of my friends based on our sim-racing forum. I want to add screenshot images that we have posted onto our forum, and embed them into the screensaver, so I can just send the screensaver as one file to them, and they can then install it.
Is there any way of embedding images for use in the background of an RSS feed scree
-
- Image + DataGridView
by obrienkev
- 7 Replies
- Last post
by Figo Fei - MSFT
- Hi all,
How do I add an image to the DataGridView leftmost column. i.e. the default column that contains the row pointer.
Thanks.
-
- ToolboxBitmap problem
by StoneTheCrows_
- 14 Replies
- Last post
by Khalid Jayoussi
- Does anyone know why the following does not leave me with a Custom ToolboxBitmap. I have included a 16 x 16 Bitmap called C_Button as an Embedded Resource in the Library. I have a set of controls in the library all with their own Custom bitmaps, but I just get the default Gear bitmap. Is this a restriction because it is an Express Version All comments gratefully received. namespace CcNet2005 {
-
- Sending data from 1 dataset to another?
by Skylar2135
- 9 Replies
- Last post
by js06
- i was wondering if there was a line of code or a way to send some rows of data from 1 dataset to another thanks
-
- How to specify Refference to parameters
by Evoluator
- 9 Replies
- Last post
by Evoluator
- Hi all,
I am having some problems specifying reffrences to different Global parameters. I have a Class Called X, I want the functions in X to be able to change the value of a global paramter while the same parameter to read only to other classes. How should i approch this
-
- Checking for existing data using txtbox entry.
by Benj78
- 6 Replies
- Last post
by ahmedilyas
- Hi all,
I am using VB express. I have created a customer database program attached to Sql database with a customer table, and column names CustomerCode, Name, Addra etc.
On the customer form I want to be able to enter a customer code in the CustomerCodeTextBox, if there is a row in the data with a matching code I want the program to show that row, if not add a new customer using the customer
-
- cards.dll
by naraynel
- 1 Replies
- Last post
by naraynel
- Hi There,
I hope some kind person will help me.
I am trying to program a card game using the Cards.dll and although I have had some success using the following (part) code it just paints the cards onto the form. When the cards are changed as the user plays, this Paint Event just paints the same cards each time.
The only way that I could find to make the cards show
-
- Resources.resx for Icon Library or other better option
by abasilis
- 0 Replies
- Last post
by abasilis
- I want to make an Icon Library for my project.
I was thinking in use the Resources.resx file for this. I know how to edit it and insert icons to it, but I receive and error whe I run the project:
Global .ERP_System.My.Resources.Resources.ac0036_48
ac0036_48 is not a member of 'System.My.Resources.Resources'
"ac0036_48 is the name of the gif file"
And what I wan
-
- New project don't compile...
by giuliano
- 7 Replies
- Last post
by giuliano
- Hi at all!!! I'm a newbie with Visual C++...and I don't understand a thing. I'm create a new project through File ---->new project --->CLR - Windows Form Application Then I try to compile. But I don't understand the output of compiler.. *********************************************************************** ------ Build started: Project: Project1, Configuration: Debug Win32 ------ Compiling.
-
- Slow Startup
by Kaixax555
- 1 Replies
- Last post
by spotty
- visual basic express started up slowly, even when I am using 448MB RAM, why