Answer Questions
imidotnet Problem with array
I have this code but it doen't work there is a problem on this huidigegeg = geg(i).Split(("|--|")) Somebody now how this come Dim huidigegeg(7) As String Dim teller As Integer Dim i As Integer Dim geg(i) As String Dim strGegeven As String Dim strAlles As String Dim intNr As Integer = FreeFile() FileOpen(intNr, accijns, OpenMode.Input) Do Input(i ...Show All
Erno de Weerd Internet Explorer in C#
Hello, First of all, I am very thankful for these forums and I am glad you guys are here to help! Anyway, I have Visual Studio 2005 Express C# Edition and I am working on a program and let me explain what I need to do. Okay, so I am working on this program. I was talking to the head manager on this and he said here is what we need. We need to have one text box and one button to load a website. Inside the text box the user will type the URL in ...Show All
Fred Farquar Header Problems
Hi, I was experimenting with DirectX and the PSDK, when suddenly when I attempted to compile the solution I recieved an error about the compiler complaining about the syntax of one of the PSDK files!! Is this a bug in my code or is there really an error in the PSDK libraries, which i find unlikely. Any ideas Thanks, Mike Don't worry about compiling using the command line. Do this: Project + P ...Show All
tinu44 How to use UTF-8 above 128!
Hi all, My program needs a 3 byte output. I've managed to convert 2 of the Integers into UTF-8 format. But one of the Integers is 255, this is a constant not a variable amount. But it outputs 2 Bytes and not 1 as I need. So is there any way to convert 255 into a UTF-8 format Thanks for any help or advice. Hi there SJWhiteley , Thank you for your excellent reply and very useful to a beginner to Visual Basic like me. The de ...Show All
Mike Hardy Receiving WMI configuration error. SQL Server System Configuration cannot be executed due to that
Hello PPl, I am getting this error again and again. The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine mymachine Error:2147749896 (0x80041008). I uninstall all version of Visual Studio 2005 just kept Microsoft .NET Framework 2.0. Still I am getting this error when I am running SQLEXPR.exe to install the SQL Server 2005 Express. PLEASE HELP!   ...Show All
CarlosYYYY Sockets - Code examples on chats?
Can anyone explain Sockets to me, or give me a code example to a chat or anything like that This gives me a hell lot of errors, so I'll leave it be. Now, how do I place custom objects from OCX files like in Visual Basic 6, where they would appear in the objects list This MSDN documentation topic on TCP/UDP does a pretty good job of explaining the basics of sending and receiving stream data using sockets. Also, Carl Fr ...Show All
Nassir Connecting to an Access 2003 Database from VB 2005 Express
Hi ! I have a form with some textboxes and a button. I have an Access Database on my desktop. I want to write the values from my textboxes to a table in the database. I havesome code to do this, and it should work, but It throws an exception that is far too complicated for a Newbie like me to decifer. Here is the Excption (on top) with the code I'm using below that. Heeeeelllllp! P.S . The values in the "TextBoxes&qu ...Show All
Navdeep98296 How To Use Tree View Control in VBExpress
I am new to this Visual Basic Express, I want to use a Tree View Control in my application. Do you have any code in VB Express illustrating how fill up nodes and how to use this control The help facility has a good intro.... I'm not sure what you mean by how to fill up nodes though. ...Show All
Glenn Sams SQL Server Installation Problem
i m trying to install Microsoft SQL Server 7.0 from CD but it gives error "windows can not find "ie4setup.exe" file but its working on other computers whts problem.thnx The forum here is for the 2005 Express products, you will need to follow the community links from the SQL Server Developer Centre . For the Public newsgroups for SQL Server 7 I would try this link . ...Show All
jukes23 Menu Strip and trade mark in name of Form
Hello for all, I was start to create application (like skype app). But i have problem with menu strip i dont have idea how to this menu strip looks exacly same like skype. Here is my application: http://vradovic.googlepages.com/downloadfiles There is source code also Any idea Also SKYPE have small tm (trade mark) in name of form how to do that Regards ps: thx for help The menu stri ...Show All
catcyc Platform SDK samples
I just installed Express C++ and thought I would start by compiling a Directshow sample. I had all kinds of problems when I found out there are newer versions of the samples in the Platform SDK. The new samples have been converted to nmake builds with no VC project files. Is there an easy way to make a project I tried the new->makefile template, but that did not copy any source files. Anyone able to build Platgorm SDK samples ...Show All
codputer debugger in vb express 2005 runs unupdated form, no matter what changes i do and save
the problem is very simple, the debugger in vb express 2005 runs a form that is stored somewhere but it does not run the current from. this happens randomly after a certain amount of time. no matter what i do to my form or the project, the debugger runs the same old form. I saved, resaved, started new several times, restared the comp, searched for any trace of the mystarious form and nothing. im sure its a setting somewhere but i dont know of ...Show All
jp2mail int and bool confusion
Hello, I am struggling facing a strange problem which hasn't been showing up so far. 1) warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation 2) error C2556: 'int GameManager::initialise(const std::string &)' : overloaded function differs only by return type from 'bool GameManager::initialise(const std::string &)' Caused by these code fragments: 1) static std::string formatBoolean(bool value ...Show All
Eduardo Sagredo Comparing 2 dates
I have a " dateTimePickerServiceDueDate ", I want to compare: if due date is earlier than today, give error message, I tried " if (dateTimePickerServiceDueDate.Text < DateTime.Today) " it didn't work, and then I changed it into: " if (dateTimePickerServiceDueDate.Value < DateTime.Today) " it worked. Just want to share it with all newbies :) also, if I am wrong, plz correct my mistake, thx. ...Show All
Clickmaster Problem with Lexmark printer/driver ?
The program I'm working on allows the user to do some printing. It works fine with my Epson R220. One of my users is having problems with his new Lexmark Z617 (print preview is blank except for 1 black pixel in the centre and page setup dialog is blank!) but it works fine with his old Epson 600. I installed the Lexmark driver and tried my software. I got the same results as my user ie. no good. I installed several other printer drivers and m ...Show All
