| Thread | Last Post | Replies |
|
| ADO Find Method | 06 Sep 2006 16:57 GMT | 1 |
I have the following code If Not ADODCProperties2.Recordset.EOF Then If fnSearchSwitch2 Then ADODCProperties2.Recordset.Find "Address1 LIKE '" &
|
| WideCharToMultiByte and utf-8 | 06 Sep 2006 16:25 GMT | 6 |
Hi I'm trying to use WideCharToMultiByte to convert some wide char arrays to utf8. I have a C program that works fine and I'm trying to replicate this in VB as
|
| Good book on controls for Visual Studio | 06 Sep 2006 16:23 GMT | 2 |
I'm not even sure I'm asking this right. I am studying Visual Basic at University and I have two books on Visual Basic, but they don't at all mention the visual controls, visual inheritance and other things to do with the screen appearance of the app.
|
| The End of the World draws neigh | 06 Sep 2006 16:13 GMT | 1 |
Microsoft Releases 'WinFX' as .NET 3.0 http://www.betanews.com/article/Microsoft_Releases_WinFX_as_NET_30/1157482552 Blah
|
| Date Functions | 06 Sep 2006 14:49 GMT | 4 |
I wish to be able to compare todays date using the "Date" function and compare it to a "hard coded" date lets say "06/01/2007". I need to know if todays date is before or after the hard coded date/?? Thanks Mitch
|
| Splitting a 31GB text file into smaller files | 06 Sep 2006 13:57 GMT | 2 |
I have a 31gb file that was exported from a unix box. I was trying to bulkinsert it into sql but there seems to be something wrong with the file. In order to isolate the issue I have tried splitting it into smaller files. I get an out of memory on the 7th chunk of 10,000,000 ...
|
| How To List Perticular String Count Between Two String By Using Text File | 06 Sep 2006 05:19 GMT | 5 |
i have one more problem that is i will be thankfulll if you give solution for this. can you tell me how to list string which comes just aftre help. Example
|
| What's wrong with this string(syntax wise)? VB gripes about the syntax | 06 Sep 2006 05:00 GMT | 5 |
s = "update " & uTable & " set " & sPre & "modify_date=#" & Get_GMT_Time(Now) & "#, modified_by=" & Person.prsn_id & " where " & rsTarget!FEI_NUM & "=" & rsSource!FEI_NUM, cnTarget, adOpenStatic, adLockReadOnly , adCmdText
|
| Help VBA | 06 Sep 2006 00:18 GMT | 4 |
Can anyone convert the following snippet code to Pascal? Many Thanks _____________BEGIN CODE_____________ public static string Somme(string T) {
|
| Registry reading | 05 Sep 2006 22:31 GMT | 6 |
To read a registry entry, I used the following code: m_MultiplyBy10 = GetSetting("MyApp", "MySection\Data", "MultiplyBy10", "CC,DD") I would like to loop thru all the keys in a registry entry, how can I do
|
| Debug error in VB2005 Express Edition | 05 Sep 2006 22:03 GMT | 1 |
Get this error: --------------------------- Microsoft Visual Studio ---------------------------
|
| Run application as local administrator | 05 Sep 2006 18:43 GMT | 5 |
I would like to create a VB6 application that allows a User (within the Users Group) to run an other application under an account from the Administrators Group. For this, I’m using an encrypted user/password from a SQL server DB.
|
| line drawing with three points inside picture box keeping a ratio | 05 Sep 2006 17:14 GMT | 9 |
Problem statement ============= In a picture box in VB, a pic is loaded. After pressing 'look up' command button, the user marks three points on the image with mouse
|
| Subclassing and Reserved Names | 05 Sep 2006 14:14 GMT | 7 |
I would like to create an object that has (most of) the same properties, events and methods as the VB Printer Object, at least those common to Printer and Picturebox.. (Print, Line, CurrentX, CurrentY, Font, hDC ...). This is so that I can run the same functions with printer, ...
|
| How to Make AcriveX Exe/Dll as Data Server?? | 05 Sep 2006 12:37 GMT | 5 |
I am Newbie for ActiveX.dll and Exe. I Try something and Get Result another Please help me. I want to create Active Dll Or Exe. Which we can call from multiple project.
|